*, html, body {margin:0;padding:0;}

body {
	font-family: Verdana,Helvetica,Sans-serif;
	font-size: 12px;
	color:#555;
	background: #e3e7ed url(../images/bodybg.jpg) top right repeat-x;
}



#main {
	width:760px;
	margin:0px auto;
	text-align:left;
}

#main img {
	padding:20px 0 20px 80px;
}

#navigation {
	width: 100%;
	background-image: url(../images/navibg.jpg);
	height: 45px;
	border-bottom: 1px dashed #798B98;
}
#navigation ul {
	padding: 15px 0 0 10px;
}
#navigation li {
	padding: 0 8px 0 8px;
	letter-spacing: 1px;
	font-weight: 600;
	display:inline;
	list-style:none;
	text-transform: uppercase;
}

#navigation li a {
	color: #798B98;
	text-decoration: none;
}
#navigation li a:hover {
	border: 1px solid #798B98;
	color: #052638;
	text-decoration: none;
}

#content{
	width: 100%;
	background-image:url(../images/contentbg.jpg);

}
#content p {
	padding: 10px 10px 0 20px;
}

#content h3 {
	padding: 20px 10px 0 20px;
}

#footer{
	width: 100%;
	height: 55px;
	background: url(../images/footerbg.jpg) bottom right;
	text-align: right;
}
#footer p{
	padding: 35px 10px 0 0;
	font-size: 10px;
}
