/* CSS Document */

*{
	padding: 0;
	margin: 0;
	behavior: url(iepngfix.htc)
}

body {
	font: 13px Arial, Helvetica, sans-serif;	
	color:#ffffff;
	background-color:#000000;
}
img {
	border: none;
}

ul {
	list-style-type:none;
}

a {
	color:#BC1926;
	text-decoration:none;
	font-weight:bold;
}
	

a:visited, a:hover {
	color:#E40113;
	text-decoration:nones;
}

p{
	line-height:20px;
}
h2 {
	line-height:28px;
	font-weight:bold;
	font-size:18px;
}
h3 {
	line-height:24px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#A93F0D;
}

h4 {
	line-height:24px;
	font-size:14px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.center{
	text-align:center;
}





/*-----------------MAIN STRUCTURE-----------------*/
#conash3D0 {display:none; !important} 

#body-wrapper { 
	margin: 0 auto;
	width:800px;
}

	
#header {
	background:url(../images/bg_header.png) no-repeat center top;	
	height:378px;
	margin:0 auto;
}



#nav {
	margin:0 auto;
	padding:80px 0 0 350px;
	font-size:14px;
	font-weight:bold;
}


#nav ul {
	list-style:none;
	display:inline;
}

#nav ul li {
	display:inline;
	list-style:none;
	margin:10px;
}

#nav ul li a {
	color:#B0A97F;
	text-decoration:none;
}
	

#nav ul li a.active, #nav ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#content { 
	width:650px;	
	margin:0 auto;
	padding: 30px;
	text-align:justify;
	background-color:#000000;
}

#footer { 
	clear: both; 	
	text-align: center; 
	font-size: 10px; 
	height:45px;
	margin: 0 auto;
}

.pic{ 
	margin: 10px;
	float:left;
}

.picright{ 
	margin: 10px;
	float:right;
}