/** BASIC */

html, body {
	height: 100%;
}

.text1 {
	margin-bottom: 5px;
}

/** HEADER */

#header {
	width: 778px;
	height: 187px;
	margin: 0px auto;
	background: url(../images/headerbg.jpg) no-repeat left top;
}

#logo {
	float: left;
	width: 400px;
	height: 187px;
}

#logo h1 {
	display:none;
}






/** SCROLL */
div#scroll
{
	float: right;
	margin:0px 10px 20px 10px;
}
div#scrollUp
{
	width: 11px;
	height: 11px;
	background: url(../images/arrUp.gif);
}
div#scrollMid
{
	width: 11px;
	height: 85px;
	background: url(../images/arrMid.gif);
}
div#scrollDown
{
	width: 11px;
	height: 11px;
	background: url(../images/arrDown.gif);
}



#splash {
	float: left;
	width: 318px;
	height: 142px;
	float: right;
	color:White;  
	padding:30px 15px 15px 45px; 
}

#splash h3 
{
	font-size:18px;
	font-weight:normal; 
	}

#splash p 
{
	margin:0px; 
	
	}

#splash a {
	
	
	text-decoration:none;  
	
	  
}

#splash a:hover
{
	text-decoration:underline; 
	}

div#news
{
	height: 105px;
}

/** MENU */

#menu {
	width: 628px;
	height: 80px;
	margin: 0px auto;
	padding: 0px 0px 0px 150px;
	background: url(../images/menubg.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 0px 0px;
	 
}

#menu li {
	display: inline;
	padding:8px;
	margin:0px;
	 
	
}

#menu a
{
	color :#766738;
	font-weight:bold; 
	text-decoration:none; 
	}
#menu a:hover 
{
	color:#a09065;
	}



/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 531px;
	background: url(../images/pruh.jpg) no-repeat left top;
	padding-top:17px; 
}

#left_content
{
	padding: 10px 39px 30px 22px;	
	}
	
#left_content h2, #left_content h3
{
	font-weight: normal;
	color: #581F00;
	padding-top:0px;	
	}
	
#left_content h2
{
	font-size:17px; 
	}
#left_content h3
{
	font-size:12px; 
	padding-left:20px; 
	}
#left_content p
{
	padding:10px 0px 0px 0px; 
	}
	

#right {
	float: left;
	width: 247px;
}

/** BOX1 */
/** BOX3 */
#box3 {
	padding: 0px 37px 0px 30px;
}

/** BOX4 */
#box4 {
	padding: 0px 37px 30px 30px;
}

#box4 .title {
	padding-left: 10px;
	background: url(../images/homepage13.gif) repeat-y left top;
}

/** BOX5 */

#box5 {
	padding: 90px 20px 20px 20px;
	background: url(../images/subpage01.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	clear: both;
	padding: 20px;
}