body {
	background:#C1D4F0;
	margin:0 auto;
	color:#333;
	font:14pt;
	font-family: Georgia, serif;
	font-weight:300;
}
img {
	border:none;
}

#content a {
	text-decoration:none;
	color:#ED8917;
}

#content a:hover {
	color:#FFC080;
	background:#000;
}

h1 {
	font-size:24pt;
}

#wrap {
	position:absolute; 
	left:50%;
	margin-left: -515px; 
	width:1030px;
	background: #DDD url('../images/wrap_bg.jpg') repeat-y top left;
}

#headerbg {
	width:1024px;
	margin:0 auto;
	background: #DDD url('../images/header_bg.jpg')repeat-x top left;
}

#header {
	background: #DDD url('../images/header.jpg') no-repeat top center;
	width:1011px;
	margin:0 auto;
	height:208px;
}

#navigation {
	position:relative;
	left:340px;
	top:176px;
	height:28px;
}

ul.nav{
    list-style:none;
	font-color:#333;
	font-size:20pt;
    }

ul.nav li{
	margin:0 auto;	
    display:inline;
	background: url(../images/tab_sep.jpg) left no-repeat;
    }

ul.nav li a {
	margin:0 auto;
	padding:0 20px 0 20px;
	color:#000;
	text-decoration:none;
	background: url(../images/tab_sep.jpg) left no-repeat;
}

ul.nav li.last {
	background: url(../images/tab_sep.jpg) right no-repeat;
}

ul.nav li a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}

.ship {
	top:-25px;
	left:-140px;
	position:relative;
	background:url(../images/ship.png) ;
	
}

#boxwrap {
	background:#C1D4F0;
	width:924px;
	margin: 0 auto;
}


#form {
	background:#C1D4F0;
	margin: 0 auto;
}

#submit {
	float:right;
	margin:0 100px 0 0;
}

.captop {
	background:url(../images/form_cap.jpg);
	width:924px;
	height:21px;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
}

.capbottom {
	background:url(../images/form_capb.jpg);
	width:924px;
	height:21px;
	padding:0;
	margin:0 auto;
}

ul.form {
	list-style:none;
}



#content {
	margin:15px 0 0 50px;
	width:519px;
	text-align:justify;
	background:#FFFCFB;
	float:left;
	
}

.nothome {
	padding:75px 0 0 0;
}

#sidebar {
	text-align:justify;
	margin:15px 50px 0 20px;
	float:right;
	width:300px;
}

#footer {
	margin: 0 auto;
	padding-bottom:35px;
	width:1024px;
	height:50px;
	clear:both;
}

.btmcap {
	margin:0 auto;
	width:1030px;
	background: url('../images/footer_bg.jpg') bottom no-repeat;
	height:12px;
	
}

.copyright {
	padding: 0 0 0 50px;
}


