body { 
	background: -moz-linear-gradient(top, #00151e, #008a69); height: 100%;
	font-family:arial; 
	color:#fff;
	font-size:11px; 
	line-height:11px;
	text-align:justify; 
	text-transform:normal;
	background: -webkit-gradient(linear, left top, left bottom, from(#00151e), to(#008a69));
	color: #000000;
	padding: 5px;
	height: 100%;
	display: block;
}

#container {
	margin: -15 230 auto; 
	float:center; 
	width:770px; 
	padding:0px; 
	margin-bottom:2px;
	border-left: 1px solid #00151e;
	border-right: 1px solid #00151e;
}

#header{
	float:left; 
	width:770px; 
	height:410px; 
	margin-bottom:2px;
}

#nav{
	float:left; 
	width:770px; 
	margin-top:-388px; 
	margin-right:0px; 
	margin-bottom:2px;
}

#content{
	float:right; 
	width:390px; 
	margin-top:-200px; 
	margin-right:15px; 
	margin-bottom:2px;
	padding: 5px;
	height: 50px;
	font-size: 12px;
}

#boxes {
	float:right; 
	width:760px; 
	margin-top:-50px; 
	margin-right:9px; 
	margin-bottom:2px;
	padding: 5px;
}

.box1{
width:235px; 
height:200px;
	font-size: 15px;
letter-spacing:-1px;
}

.box2{
width:235px; 
height:200px;
letter-spacing:-1px;
	font-size: 15px;
}

.box3{
width:235px; 
height:200px;
	font-size: 30px;
letter-spacing:-3px;
}

#footer { 
	float:right; 
	width:760px; 
	margin-top:-10px; 
	margin-right:-14px; 
	margin-bottom:2px;
	padding: 5px;
        background: #021619;
}

.footer1{
width:250px; 
height:200px;
color: #fff;
	font-size: 13px;
border-right: 1px solid #000;
}

.footer2{
width:250px; 
height:200px;
color: #fff;
	font-size: 13px;
border-right: 1px solid #000;
}

.footer3{
width:250px; 
height:200px;
color: #fff;
	font-size: 13px;
}

table{
	font-size:11px; 
	text-align:justify;
}

a.nav {
	position:relative;
	display: inline-block;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0c2328;
	z-index: 2;
	width: 150px;
	height: 50px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

a.nav:hover {
	position:relative;
	display: inline-block;
	background-color: #0a1d21;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

a.links {
	position:relative;
	display: inline-block;
	font-size: 9px;
	line-height: 15px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0c2328;
	z-index: 2;
	width: 80px;
	height: 15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

a.links:hover {
	position:relative;
	display: inline-block;
	background-color: #0a1d21;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
b.linkss {
	position:relative;
	display: inline-block;
	font-size: 9px;
	line-height: 15px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0c2328;
	z-index: 2;
	width: 120px;
	height: 15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

h1 {
	color: #f3f0a7;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: -2px;
border-left: 5px solid #00b287;
padding:2px;
}

b {
	color: #00b389;
	text-transform: uppercase;
	letter-spacing: -1px;
}

u {
	letter-spacing: -1px;
	border-bottom: 1px #edf285 dotted;
}

i {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #edf285;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #0c2328;
	width: 500px;
	height: 30px;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

a:link, a:active, a:visited {
	color: #81bf8b;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

a:hover {
	color: #edf285;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
