body
{
background: url(../navimgs/topbg.jpg) 0 0 repeat-x;
} 

#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}

.left {
	width: 390px;
	float:left;
	position:relative;
	left:75px;
	top:35px;
}
.right {
	width: 165px;
	float:right;
	position:relative;
	right:60px;
}

/* header */
#header {
	background:url(../navimgs/header.jpg) no-repeat;
	height:178px
}
#logo {
	position:relative;
	top:130px;
	left:215px;
}
#logo h1 {
	font-size:34px;
	color:#051624
}
#logo div {
	padding-left: 90px;
}

ul#nav li {
	display: inline; 
	position:relative;
	text-decoration:none;
	top:143px;
	left:402px;
	padding:0 16px;
}

ul#nav li a{
	text-decoration:none;
	color:#a6d6e5;
	font-family: "Arial";
	font-weight:bold;
	font-variant:small-caps;
}

ul#nav li a:hover{
	text-decoration:none;
	color:#47B387;
	text-decoration:underline;
}

/* content */
#content {
	background:url(../navimgs/content.jpg) no-repeat;
	height: 445px
}
#content .left h1 {
	color:#fff;
	font-size:12px;
}
#content .left h2 {
	color:#fff;
	font-size:30px;
	padding:20px 0
}
#content p {
	padding-bottom:20px;
	padding-left:20px;
	font-size:14px;
	width: 425px;
	color:#a6d6e5;
}
#content .right h2 {
	font-size:20px;
	color:#a6d6e5;
	padding:20px 0
}

#content .right p {
	width:155px;
	padding-left:0px;
}
#content a {
	color:#a6d6e5;
	font-weight:700
}
#content a:hover {
	color:#a6d6e5;
	font-weight:700
}

#content ul.meun a {
	display:block;
	color:#a6d6e5;
	background-color:#3F7A5B;
	border-bottom: 1px solid #a6d6e5;
	border-right: 1px solid #a6d6e5;
	padding-left:10px;
	line-height:20px;
	width:145px;
}
#content ul.meun a:hover {
	background-color:#8FAA6F;
	color:#fff;
}
/* And of course, be nice to Opera */
html>.navlinks li a:link, html>.navlinks li a:visited {
	width: 145px;
}
#content ul.rlist {
	color:#a6d6e5;
	padding-left: 1em;
	text-indent: -1em;
	padding-right: 1em;
	font-size:12px;
}

/* footer */
#footer {
	color: #a6d6e5;
	background:url(../navimgs/footer.jpg) no-repeat;
	height:115px;
	padding-left: 55px;
}
#ftlink {
	padding-top: 40px;
	text-align:center;
}

#header a, #footer a {
	color:#FFFFFF
}
#copyright {
	padding-top: 10px;
	text-align:center;
}
