html, body {
	height: 100%;
}
body{
background-color: #ffffff;
background-image: url('images/bg3.jpg');
background-repeat: repeat-x;
background-attachment: none;
color: #BC850E;
font-size: 12px;
font-family: trebuchet ms;
margin: 0px;
padding: 0px;
}
.clear{clear:both;}
#container {
background-color: transparent;
background-image: url('images/background3.png');
background-repeat: repeat all;
text-align: left;
width: 800px;
margin: 0px auto;
}
a{	font-size:12px;}
p{	margin: 15px 0px;}
b {	color: #f76633;}
u {	color: #6074E2;}
i {	color: #E14DBD;}
s {	color: #d5486a;}

a:link, a:active, a:visited{
color: #707070;
font-size: 9pt;
font-family: georgia, sans-serif;
font-weight: bold;
text-decoration: none;
}
a:hover{
color: #D99D1B;
font-weight: none;
text-decoration: none;
}
.img{
border: none;
margin: none;
}
ul, li{
margin: 0px 0px 0px 40px;
}
p{
text-align: justify;
margin:9px 0px 9px 0px;
}

		/** Header **/
#header{
background-image:url('images/index01.png');
height: 355px;
width: 815px;
position: relative;
margin: 0px 0px 0px 0px;
}

		/** Content **/
#content{
background-color: transparent;
color: none;
font-size: 11px;
font-family: trebuchet ms;
text-align: justify; 
line-height: 11px;
line-spacing: 0px;
width: 886px;
margin: 0px 15px 0px 15px;
padding: 0px;
}
#left {
background-color: transparent;
width: 380px;
line-height: 13.5px;
float: left;
display: inline;
margin: 5px 0px 0px 90px;
padding: 0px 5px 10px 5px;
color: #707070;
}
#right {
background-color: #ffffff;
width: 200px;
line-height: 13.5px;
float: right;
margin: 5px 150px 0px 0px;
padding: 0px 5px 10px 5px;
color: #000000;
}

		/** Main-Headers **/
.top{
background-color: #aaf2d4;
color: #000000;
font-size: 25px;
font-weight: bold;
text-align: right;
text-transform: lowercase;
font-family: georgia;
letter-spacing: -2px;
line-height: 20px;
padding: 0px 6px 0px 0px;
margin: 0px 0px 5px 0px;
border-bottom: 3px #CFB595 none;
}
.top2{
background-color: #none;
color: #F8AB04;
font-size: 25px;
font-weight: bold;
text-align: left;
text-transform: lowercase;
font-family: georgia;
letter-spacing: -2px;
line-height: 20px;
padding: 0px 6px 0px 0px;
margin: 0px 0px 5px 0px;
border-bottom: 3px #CFB595 none;
}
		/** Footer **/
#footerline {
clear: both;
font-size: 1px;
height: 0px;
}
#footer {
background-color: transparent;
background-image: url('images/footer.gif');
background-repeat: no-repeat;
color: #000000;
font-weight: bold;
font-size: 13px;
text-align: center;
width: 935px;
height: 43px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.footer{ padding: 15px 0px 0px 0px;}
a.footer, a.footer:active, a.footer:visited, a.footer:link{font-size: 13px;}

.sidebar{
background-color: none;
margin: 10px 0px 0px 0px;
padding: 5px;
}
.nav, a.nav:active, a.nav:visited, a.nav:link{
background-color: #e7ca25;
color: #e05709;
display: block;
line-height: 15px;
}
a.nav:hover{
background-color: white;
color: black;
display: block;
line-height: 15px;
}