﻿* {
	margin: 0px;
	padding: 0px;
}

h1, h3, h4, h5, h6 {
	color: #333232;
}

h2 {
font-size:16px;
border-bottom: 1px solid #CCCBCC;
display:inline;

}
h2 span {
border-bottom: 4px solid #CCCBCC;
line-height:160%;
}

h3 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}



body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	background:url(images/bg.gif) top left repeat-x #ffffff;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:667px;
	text-align:left;
	padding:0;	
	
}

#header {
	height:410px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#header ul {
	padding: 79px 0 0 25px;
	font-size:10px;	
	color:#000000;
	list-style-type:none;
}


#header ul li a
{
	width:200px;
	color:#585858;
	display:block;
	text-decoration:none;
	padding:9px 13px 9px 13px; 
	border-top:1px solid #747474;
	overflow:hidden;
}

#header ul li a:hover
{
	width:200px;
	color:#000000;
	display:block;
	text-decoration:none;
	background:#ccc;
	border-top:1px solid #747474;
	overflow:hidden;
}
#header ul li a.active
{
	background:#7C7A7A;
	color:#ffffff;
}


#content {
	padding:0 20px;
	padding-top:20px;
	font:Georgia, "Times New Roman", Times, serif;
	width:627px;
	color:#585858;
	background:#ffffff;
	margin:0 auto;
}

#content img.img {
	position:relative;
	float:left;
}

#footer {
	text-align:center;
	height:23px;
	background: url(images/footer.jpg);
	color:#ffffff;
	clear:both;
}

#footer2 {
	border-top:3px solid #747474;
	text-align:center;
	font-size:10px;
	color:#585858;
	clear:both;
}
.clear{clear:both;}

hr { border:0; clear:both; margin:10px 0; border-top:2px #ccc solid; height:2px;}


.body-dar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fcface;
	line-height:18px;
}

.h2-dar {line-height:1.20em;font-size:1.50em;font-weight:normal; color:#fcface;}
.h3-dar {line-height:1.20em;font-size:1.15em;font-weight:normal; color:#fcface;}


	
