/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, form, fieldset {
margin: 0;
padding: 0;
border: 0;
text-align: center;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../images/art/background-page.jpg);*/
background-repeat: repeat;
	background-color: #210;
}
/* Structure */
.top{
width: 872px;
height: 5px;
}
#wrapper{
width: 871px;
padding-top: 3px;
margin-left: 3px;
background-color: #FFFFFF;
margin:0 auto;
}
#banner{
width: 865px;
height: 65px;
margin-left: 3px;
margin-left: 3px;
margin-right: 2px;
background-image: url(../images/art/banner.jpg);
}
#main_menu{
width: 865px;
height: 18px;
margin-top: 3px;
margin-left: 3px;
margin-right: 2px;
background-image: url(../images/art/main-menu.jpg);
background-repeat: no-repeat;
}
#main_section{
width: 868px;
float: left;
display: inline;
background-image: url(../images/art/left-menu.jpg);
background-repeat: repeat-y;
margin-top: 3px;
margin-left: 3px;
margin-right: 2px;
}
#left_menu{
width: 140px;
float: left;
display: inline;
}
#content{
width: 721px;
float: right;
display: inline;
}
#footer{
clear: both;
width: 865px;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 3px;
height: 35px;
background-image: url(../images/art/footer.jpg);
background-repeat: no-repeat;
}
#left_menu, #left_menu h1, #left_menu h2{
font-size: 12px;
text-align:left;
margin-left: 3px;
padding: 0;
border: 0;
}
#left_menu h1{
font-weight: bold;
color: #CCCCCC;
margin-top: 6px;
margin-bottom: 3px;
text-decoration: underline;
}
#left_menu h2{
color: #FFFF00;
margin-top: 3px;
margin-bottom: 0px;
font-weight: normal;
}
#left_menu ul, li{
list-style-type: none;
text-align:left;
margin-left: 2px;
}
#left_menu a{
text-decoration: none;
color: #FFFFFF;
}
#left_menu a:hover{
color: #00FFFF;
}
#footer{
clear: both;
width: 865px;
margin-left: 3px;
margin-right: 3px;
margin-top: 3px;
margin-bottom: 3px;
height: 35px;
background-image: url(../images/art/footer.jpg);
background-repeat: no-repeat;
}
#title{
	float: left;
	width: 711px;
	height: 18px;
	padding-top: 62px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
	padding-right: 5px;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: right;
}
.sub_menu{
float: left;
width: 716px;
height: 14px;
background-image: url(../images/art/sub-menu.jpg);
background-repeat: no-repeat;
margin-left: 2px;
margin-right: 2px;
}
/* Text */
#content p{
font-size: 12px;
text-align: justify;
padding-left: 3px;
padding-right: 3px;
}
#content h1{
font-size: 12px;
font-weight: bold;
margin-top: 3px;
height: 18px;
line-height:19px;
background-repeat: repeat-x;
}
#content h2{
font-size: 11px;
font-weight: bold;
height: 14px;
background-repeat: repeat-x;
}
h3{
font-size: 11px;
background-color: #FFFFFF;
}
/* images */
img { 
border: none;
} 
.img{	
float: left;
margin-left: 2px;
margin-right: 2px;
display: inline; 
}
.imgL{
float: left;
margin-right: 4px;
padding-right: 4px;
background-color: #FFFFFF;
display: inline; 
}
.imgR{
float: right;
margin-left: 4px;
padding-left: 4px;
display: inline;
display: inline; 
}
/* container */
.row{
float:left;
margin-bottom: 2px;
}
.cont1, .cont2, .cont3, .cont4, .cont5, .cont8, .contQ, .contA, .contC{
float:left;
margin-left: 2px;
margin-right: 2px;
background-color: #EFEFEF;
}
/*background-color: #F0F0F0; */
.cont1{
width: 716px;
}
.cont2{
width: 356px;
}
.cont3{
width: 236px;
}
.cont4{
width: 176px;
}
.cont5{
width: 140px;
}
.cont8{
width: 476px;
}
.contQ{
width: 716px;
margin-bottom: -2px;
padding-top: 5px;
font-weight: bold;
}
.contA{
width: 716px;

}
.contC{
width: 716px;
margin-bottom: 2px;
padding-top: 2px;
font-weight: bolder;
font-style: italic;
color: #666666;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* 
/* End */