
body { margin: 0px 20px 20px 22px; padding: 0;
background-image: url(img/bg-nav.gif);
background-repeat: repeat-y;
background-position: 22px 225px;
 }

p {margin: 0px 0px 0px 0px;
font-size:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:400;
line-height:15px;
}

h2 {margin: 0px 0px 0px 0px;
font-size:18px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
line-height:21px;
}

h3 {margin: 0px 0px 0px 0px;
font-size:18px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
line-height:27px;
}

a {
	color:#92bef8;
	font-size:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#92bef8;}
a:visited {color:#92bef8;}
a:hover {background-color:#e4e4e4;}


#header { 
width: 960px;
float: left;
background-image: url(img/header.jpg);
background-repeat: no-repeat;
height:225px;
}

#maincontainer {
	width: 960px;
	float: left;
height:250px;
background:transparent;
}

#nav {
	width: 200px;
	float: left;
background:transparent;
}

#main {
	float: right;
	width: 760px;
margin-right:30px;
background:transparent;
}

