@import url(general.css);


body {
font-family:Georgia, "Times New Roman", Times, serif;
background:url(../images/layout/body_bkg.gif) repeat-x top #990000;
}

.clearfix{
	clear:both;
}

#page_wrap{
	width:901px;
	margin:0px auto;
	padding:23px 0px 0 0px;
}

#top_menu{
	width:950px;
	min-height:25px;
	background:url(../images/layout/top_menu_bkg.gif) no-repeat bottom #d30000;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding-top:8px;
	margin:0 0 0 16px;
	position:relative;
}

#top_menu a{
	color:#FFFFFF;
	text-decoration:none;
}

#top_menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


#header{
	background:url(../images/layout/header.jpg) no-repeat top;
	width:982px;
	height:148px;
	float:left;
	margin:3px 0 0 0;
	position:relative;
}

#header h1{
	width:790px;
	text-align:right;
	font-size:48px;
	color:#990000;
	margin-top:10px;
}
#header p{
	width:790px;
	text-align:right;
	font-size:14px;
	color:#990000;
	font-weight:bold;
	font-variant:small-caps;
}


#container{
	width:982px;
	float:left;
	margin:0;
	background:url(../images/layout/mid_bkg.gif) repeat-y #ffffff;
	height:100%;
}

#left{
	width:200px;
	float:left;
	padding:0 0 0 20px;
}

#left p{
	clear:both;
	font-size:11px;
	margin-left:6px;
	padding:10px 0px 10px 10px;
}

#left_side{
	float:left;
	width:200px;
	background:url(../images/layout/left_text.gif) no-repeat bottom #ffdeff;
	margin-left:6px;
	margin-bottom:10px;	
	padding:0;
	clear:both;
	}

#left_side h1{
	font-size:12px;
	color:#ffffff;
	background:url(../images/layout/left_title.gif) no-repeat top #990000;
	padding:10px;
	border-bottom:1px solid #ffffff;
	}	

#left_side a{
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
	}
	
#left_side a:hover{
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	}

#mid{
	float:left;
	width:680px;
	padding:0px 0px 0px 40px;
	font-size:12px;
	color:#373535;
	margin:20px 0 0 0;
	background:url(../images/layout/mid_bkg.jpg) no-repeat bottom right;
	}
	
#mid a{
	color:#ff0000;
	text-decoration:underline;
	}
	
#mid h1{
	color:#990000;
	font-size:24px;
	line-height:24px;
	margin:0 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px dashed #b8b8b8;
	}
	
#mid h2{
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:1px dashed #b8b8b8;
	}
	
#mid p{
	margin:0 0 10px 0;
	}
	
#mid img{
	border:0px solid #cecece;
	padding:1px;
	margin:5px;
	}
#mid ul{
	list-style:circle;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	}
	
#mid ul li{
	list-style:circle;
	}

#footer{
	background:url(../images/layout/footer.gif) no-repeat top #4f0000;
	float:left;
	width:982px;
	min-height:54px;
	padding:30px 0px 10px 0px;
	font-size:12px;
	color:#fff;
	text-align:center;
	}

#footer a{
	color:#fff;
	}
