@charset "utf-8";

/* CSS Document */



/*General*/

*{margin:0; padding:0; border:0;}

body{
	background-color: #839d5f;
	background-image: url(images/main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

a {

	color: #300;
}

#clear{clear:both;}

.left{
	float:left;
	margin:0 8px;
}

.left_marg{float:left; margin:2px 5px;}

.right{float:right; margin:0 2px;}

h1{font-size:22px; display:block; margin:20px 0 0; border-bottom:#94a998 3px solid;}



/*Structure*/

#container1{width:986px; margin:20px auto;}

#content{width:986px; background:url(images/cont_bg.png) repeat-y; clear:both;}

#left{width:300px; float:left;}

#left_top{width:300px; height:250px; background-image:url(images/logo.png);}

#left_bot{width:210px; float:left; padding-bottom:4px; padding-left:90px;}

#left_bot img{margin-bottom:10px;}

#right{width:686px; float:right;}

#right_nav{
	width:676px;
	height:25px;
	padding:50px 0 0 5px;
	background-image:url(images/nav_bg.png);
}

#right_cont{width:616px; float:left; padding:0 70px 30px 0; color:#603813;}

#right_slide{width:686px; height:175px; background:url(images/right_side_bg.png) repeat-y;}

#slideshow{width:555px; height:145px; background:#CCC; margin:0 38px;}

#boot_faded{width:319px; height:359px;}

#footer{width:862px; height:21px; margin:0 auto; text-align:right; padding:4px 20px 0 0; color:#f5edc5; font-size:12px; background:#603813;}

#footer a{color:#f5edc5;}
