body{
background-image: url(../images/bgg.jpg);
background-repeat: repeat-x;
text-align: center;
margin: 0px;
padding: 0px;
}

p{
font-family:Arial, Helvetica, sans-serif;
}

div#main_container{
margin: 0 auto;
width: 900px;
text-align: left;
}

div#head{
width: 100%;
height: 75px;

}


div#header{
background-image:url(../images/bgheader.jpg);
float:right;
width: 68%;
height: 120px;

}

div#menu{
float:right;
background-repeat:no-repeat;
width: 68%;
height: 120px;

}
div#navigate{
margin:0px;
padding: 0px 0px 0px 30px;
float: left;
width: 28%;
height: 1000px;
background-image:url(../images/bgnavigate.jpg);
background-repeat:no-repeat;
}



div#content{
background-image:url(images/content.jpg);
background-repeat:no-repeat;
padding: 0px 0px 0px 35px;
	float:right;
	width: 64%;
	height: 100%;

}


div#footer{
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
float: left;
width: 100%;
height: 100px;
}

div#footerright{
margin-left:10px;
padding-top:25px;
background-image:url(../images/footercontent.jpg);
background-repeat:no-repeat;
float: right;
width: 68%;
height: 90px;
}

 #nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 140px;
}

#nav ul {
position: absolute;
width: 140px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:visited {

	text-decoration: none;
}
a:hover {
	color: #DAA520;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style1 {color: #E7F7CA}
.style2 {color: #FFCC00}
a {
	font-size: 12px;
}
