body {

	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	background-color:#FFF ;
}

*{ margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
strong{ font-weight:bold;}

/* ---------------------------------------------------------- */
#header {

	/*background-color:#F5F5F5;
	border-color:#CCCCCC;
	padding:5px;*/
	
	height:50px;
	width:1000px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color:#C03;
	font-size:9px;
		}
/* ---------------------------------------------------------- */

#menu {

	width:1000px;
	background-color:#ffffff;
	font-size:12px;
	font-weight:bold;
	z-index: 1000;
	position:relative;
	}

#menu ul li { 
	
	display: inline;
	list-style: none;
	}
#menu a  {
	
	color:#FFFFFF;
	height:100px;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-left:25px;
	padding-right:25px;
	background-color:#272E36;
	text-decoration:none;
}
#menu a:hover{
	color:#FFFFFF;
	background-color:#C03;
	text-decoration:none;
}
#menu a:visited{
	color:#FFFFFF;
}

/* ---------------------------------------------------------- */

#imghead {
	/*margin-top:7px;
	background-color:#666666;
	height:270px;	*/
	width:1000px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
	z-index: -1;
	position:relative;

}
/* ---------------------------------------------------------- */

#content {
	/*margin-top:7px;*/
	padding-top:20px;
	
	background-color:#ffffff;
	background-image:url(../img/bg_main.jpg);
	background-repeat:repeat-x;
	width:1000px;
	min-height:349px;	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C03;

}
#content p {
	text-align:justify;
	padding-left:10px;
	color:#68554b;
}

#content p strong {
	text-align:justify;
	color:#af6d4e;
}

#content h3{
	color:#8f0000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;	
}


#content a{
	text-decoration:none;
	color:#af6d4e;	
}

#content b{
	font-weight:bold;
	
}
#content table{
	text-align:left;
}
#content table td{
	border: 0px;
	padding:5px;
	color:#666666;
	vertical-align:top;
	text-align:justify;
}


#content em{
	color:#990000;
}
#content h2{
	color:#990000;
	padding-left:10px;
	text-align:left;
}

#content img{
	padding:1px;
}

#content ul li{
	margin-left:20px;

	list-style:url(../images/add_16.ico);
}

/* ---------------------------------------------------------- */
#footer2 {
	width:1000px;
	color:#927569;
	font-size:10px;
	text-align:center;
	height:89px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

