/** BASIC */

html, body {
	height: 100%;
}

.text5 {
	margin-bottom: 6px;
	padding-bottom: 6px;
	background: url(images/homepage06.gif) repeat-x left bottom;
}

/** WRAPPER */

#wrapper {
	width: 743px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 40px auto 40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/** HEADER */

#headermain {
	width: 743px;
	height: 225px;
	margin: 0px auto;
}

#header {
	width: 743px;
	height: 125px;
	margin: 0px auto;
}

/** Flash */
#flashbox {
	height: 170px;
}

/** CONTACT */

#contactmain {
	background: url(images/headerbg02.gif) no-repeat right top;
	width: 208px;
	height: 75px;
	float: right;
	padding-top: 150px;
}

#contactmain strong {
	display: block;
}

#contact {
	background:url(images/headerbg002notmain.GIF) no-repeat right top;
	width: 208px;
	height: 75px;
	float: right;
	padding-top: 50px;
}

#contact strong {
	display: block;
}

/** LOGO */

#logo {
	background: url(images/headerbg001notmain.GIF) no-repeat left top;
	width: 532px;
	height: 125px;
}

/** PAGE */

#page {
	width: 723px;
	margin: 0px auto;
	padding: 0px 20px 20px 0px;
	height: inherit;
}

/** SIDEBAR */

#sidebar {
	width: 220px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 100%;
}

/** MENU */


#menu {
	padding: 0px 0px 0px 20px;
}

#menu1 { background: url(images/homepage07.gif) no-repeat right center; }
#menu2 { background: url(images/homepage08.gif) no-repeat right center; }
#menu3 { background: url(images/homepage09.gif) no-repeat right center; }
#menu4 { background: url(images/homepage10.gif) no-repeat right center; }
#menu5 { background: url(images/homepage11.gif) no-repeat right center; }

/** CONTENT */

#content {
	padding: 10px 10px 0px 0px;
	float: right;
	width: 490px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 740px;
	margin: 0px auto;
	padding: 15px 0px 5px 0px;
}

/** BOX1 */

#box1 {
	width: 190px;
	margin-left: 20px;
	padding: 20px 0px 10px 0px;
	margin-bottom: 10px;
}

/** BOX2 */

#box2 {
	width: 190px;
	margin-left: 20px;
	padding: 10px 0px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 210px;
}

/** BOX4 */

#box4 {
	width: 440px;
	padding: 11px 20px 11px 20px;
	margin: 4px 0px 4px 0px;
}

#box4 .bg7 {
	height: 6px;
	margin-bottom: 5px;
}

/** BOX5 */

#box5 {
	float: left;
	clear: left;
	width: 210px;
	padding-top: 15px;
}

/** BOX6 */

#box6 {
	width: 235px;
	padding: 15px 0px 0px 20px;
	float: left;
}

#box6 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box6 li {
	display: block;
	float: left;
	width: 117px;
	height: 85px;
	margin-bottom: 15px;
	background: url(images/homepage06.gif) repeat-x left bottom;
}

#box6 p {
	margin: 0px;
}

#box6 li.right .image, #box6 .right p {
	padding-left: 13px;
}

#box6 li.right .image {
	background: url(images/homepage24.gif) no-repeat left top;
}

/** BOX7 */

#box7 {
	padding: 10px 27px 0px 0px;
}

