/** BASIC */



html, body {

	height: 100%;

}



.text1 {

	padding: 8px 15px;

	background: url(images/homepage05.gif) repeat-y left top;

}



.content {

	padding-left: 5px;

}



/** HEADER */



#header {

	width: 763px;

	height: 92px;

	margin: 0px auto;

}



/** LOGO */



#logo {

	float: left;

	width: 763px;

	height: 92px;

	background-image: url(images/headerlogo.jpg);

	background-repeat: no-repeat;

	background-position: left top;

}



#logo h1, #logo p {

	display: none;

}



/** SEARCH */



#search {

	float: right;

	width: 188px;

	padding: 55px 25px 0px 0px;

}



/** PAGE */



#page {

	clear: both;

	width: 763px;

	margin: 0px auto;

}



/** SIDEBAR */



#sidebar {

	width: 192px;

	float: left;

}



/** MENU */



#menu {
	height: 215px;
	background-image: url(images/menubackground.jpg);
	background-repeat: no-repeat;

}



#menu ul {

	margin: 0px;

	list-style: none;

	padding-top: 0px;

	padding-right: 23px;

	padding-bottom: 0px;

	padding-left: 25px;

}



#menu li {

	background: url(images/subpage01.gif) repeat-x left top;

	padding-top: 8px;

	padding-right: 0px;

	padding-bottom: 8px;

	padding-left: 0px;

}



#menu li.first {

	background: none;

}



/** NEWS */



#news {

	padding-top: 25px;

	padding-bottom: 0px;

	padding-left: 20px;

	background-image: url(images/homepage07.gif);

	background-position: right top;

	background-repeat: no-repeat;

}



/** CONTENT */



#content {

	float: right;

	width: 571px;

}



/** SPLASH */



#splash {
	height: 177px;
	width: 571px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/homepage04.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#tagline {
	margin-top: 50px;
	margin-left: 25px;
	float: left;
}




/** FOOTER */



#footer {

	clear: both;

	width: 763px;

	margin: 0px auto;

	padding-top: 25px;

	background: url(images/homepage11.gif) no-repeat left top;

}



/** BOX1 */



#box1 {

	padding: 25px;

}



/** BOX2 */



#box2 {

	float: left;

	width: 255px;

	padding-left: 15px;

}



/** BOX3 */



#box3 {

	float: right;

	width: 270px;

	padding-right: 15px;

}
