@import url(general.css);

html{
height: 100%;
}

body{
height: 100%;
}

body {
height: 100%;
font-family:Georgia, "Times New Roman", Times, serif;
background:url(../images/layout/bkg.jpg);
}

#nonFooter{
min-height: 100%;
width:764px;
padding:0 2px 0 2px;
margin:0px auto;
background:#fff;
}
* html #nonFooter{
height: 100%;
}

#container{
padding-bottom:50px;
overflow: hidden;
}

#header{
width:764px;
height:117px;
background:url(../images/layout/header.jpg);
}



#footer{
margin-top:-39px;
width:100%;
} 
#footer_content{
margin:0px auto;
width:764px;
color:#FFFFFF;
height:39px;
background:url(../images/layout/footer.jpg) repeat-x;
padding:0;
}
#footer_content p.links{
	padding:15px 10px 0 10px;
	font-size:11px;
	float:right;
	color:#434343;
	width:auto;
	}
#footer_content p.links a{
	color:#434343;
	text-decoration:none;
	padding:0 5px 0 5px;
	}
#footer_content p.links a:hover,#footer_content p.links a.active{
	text-decoration:underline;
	}
#footer_content p.credis{
	padding:15px 10px 0 10px;
	font-size:11px;
	float:left;
	color:#434343;
	width:auto;
	}
	
	

#left_side{
	width:200px;
	float:left;
	margin:10px 2px 10px 10px;
	color:#593979;
	font-size:12px;
	}

#left_side span {
	white-space: nowrap;
}

#left_side .title{
	width:184px;
	float:left;
	position:relative;
	background:#E2E6D8;
	padding:8px;
	font-size:14px;
	color:#027202;
	margin:0 0 5px 0;
	font-weight:bold;
	}
#left_side .title .top{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	}
#left_side .title .bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	margin:0px;
	}
#left_side .box{
	width:184px;
	float:left;
	position:relative;
	background:#F0F3EA;
	padding:8px;
	font-size:11px;
	color:#434343;
	margin:0 0 12px 0;
	line-height:150%;
	}
#left_side .box a{
	color:#FF6B00;
	}
#left_side .box .top{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	}
#left_side .box .bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	margin:0px;
	}
#left_side .box img{
	margin:0 5px 0 5px;
	}	

#left_side .menu a{
	float:left;
	clear:both;
	font-size:12px;
	color:#017301;
	margin:0 0 3px 0;
	text-decoration:none;
	}
#left_side .menu a:hover, #left_side .menu a.active{
	color:#FF6C00;
	text-decoration:underline;
	}


#right_side{
	float:left;
	width:470px;
	padding:20px 0 20px 40px;
	background:url(../images/layout/right_side_bkg.jpg) repeat-x top;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-size:12px;
	color:#000033;
	line-height:180%;
	}
#right_side a{
	color:#FF6B00;
	text-decoration:underline;
	}
#right_side h1{
	color:#8BBBFD;
	font-size:25px;
	margin:0 0 5px 0;
	}
#right_side h2{
	color:#4F7EBD;
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:bold;
	}
#right_side p{
	margin:0 0 10px 0;
	}
#right_side img{
	border:1px solid #BAD0EC;
	margin:15px;
	}
#right_side ul{
	list-style:circle;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	}
#right_side ul li{
	list-style:circle;
	}

#right_side .special_btns{
	float:left;
	width:100%;
	clear:both;
	}
#right_side .special_btns a{
	float:left;
	height:23px;
	padding:0 0 0 10px;
	background:url(../images/layout/special_btn.jpg) no-repeat left;
	text-decoration:none;
	margin:0 0 0 10px;
}
#right_side .special_btns a span{
	float:left;
	height:19px;
	padding:1px 10px 3px 0;
	background:url(../images/layout/special_btn.jpg) no-repeat right;
	color:#4F7EBD;
	text-decoration:none;
	}
	
#right_side .box{
	width:431px;
	float:left;
	position:relative;
	background:#d9e9fe;
	padding:15px;
	font-size:16px;
	font-weight:bold;
	color:#4F7EBD;
	margin:0 0 12px 0;
	line-height:120%;
	}
#right_side .box img{
	margin:0;
	border:none;
	}
#right_side .box .top{
	position:absolute;
	top:0px;
	left:0px;
	}
#right_side .box .bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	}
