/* CSS Document */

html, body{
margin:0;
padding:0;
font-family:arial,helvetica,verdana,sans-serif;
font-size:1em;
color:#ffffff;
background-image:url(images/jpg/bg4.jpg);
}

body h1{
font-size:1.5em;
}

body h2{
font-size:1.1em;
}

body img{
margin-right:10px;
margin-bottom:5px;
}

.header{
width:230px;
height:273px;
background-image:url(images/jpg/header_2.jpg);
background-repeat:no-repeat;
}

.header2{
width:770px;
height:273px;
background-image:url(images/jpg/header_1a.jpg);
background-repeat:no-repeat;
}

.nav{
	width: 200px;
	padding:0;
	float: left;
}

.content{

}

a {
	font-size: 0.9em;
	color: #E87400;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF3300;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
}

.nav{
padding:20px 10px 10px 10px;
}

#p7GSvpW3{
background-color:#000000
}

.footer{
	clear:both;
	height:30px;
	text-align:center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e57coa;
}


