{
margin: 0px;
padding: 0px;
}


html {
background: url('/img/11.jpg') no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}
hr {
}

#main
{
width: 800px;
margin: 0 auto;
background: #ffffff;
 background: url('/img/back.png');

}


#menu {
height: 25px;
width: 800px;
margin: 0 auto;
background: #CF0808;
}

#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}


#menu a {
	float: left;
	width: 100px;
	height: 25px;
	display: block;

	padding-top:0px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;

	background: #cf0808;
	margin-left: 1px;	
	margin-right: 1px;
	
}

#menu a:hover {
	background: #CF0808;
	height: 25px;
	color: #0F4F04;
}


/* Content */

#content {
	float: left;
	width: 800px;
       
       font-size: 16px;
        margin-top: 0px;

	background: url('/img/back.png');
	

}


#content a {
        color: #000000;
}


#content p{
font-family: "Trebuchet MS", Arial;
color:#000000;

font-size: 16px;
text-align: justify;
margin-left: 5px;
margin-right: 5px;
line-height:160%;

}


#content li{
font-family: "Trebuchet MS",Arial;
color:#000000;
font-size:16px;
text-align: justify;
margin-left: 30px;
margin-bottom: 8px;
}





#content h1{
        color: #A8270A;
	font-size:28px;
	margin-left: 5px;

}

#content h2{
font-family: "Trebuchet MS", Times, serif;
        font-size: 20px;
        color: #0F4F04;
        font-weight:bold;
        margin-left: 5px;
        margin-bottom: 10px;
        padding-top: 10px;
}




#content h3{
font-family:"Trebuchet MS", "Times New Roman", Times, serif;
        font-size: 20px;
        color: #770C08;
        font-weight:bold;
        margin-bottom: 0px;
        padding-top: 0px;
}



#footer {
	clear: both;
	height: 25px;
	width: 800px;
	background: #D8D8D8;
	background: #cf0808;
}

#footer p {
	text-align: center;
        font-size: 12px;
        font-weight: bold;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


#right
{
position:relative;
left:806px;
top:-1370px;
}

#left
{
position:relative;
left:-156px;
top: -770px;
}

