
body {
    background: #000000 ;
	font: 78.5%/1.6em Tahoma, verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
}

* {
	margin:0;
	padding:0;
}

a {
	color:#001A2A;
}
a:hover {
	text-decoration:bold;
}

#wrapper {
	background:#fff;
	max-width:900px;
	min-width:760px;
	margin:0 auto;
}



#header {
    background:url(../images/head.jpg);
    height:340px;
	padding:0px 0px 0px 0px;
	border:2px solid #1E475B;
	margin:5px 5px 5px 5px;
}

#header h1 {
	display:none;
}

#header h2 {
	color:#001A2A;
}


.clear {
	clear:both;
}

.menu {
	background:url(../images/menu.jpg) top right repeat-x #000000;
	height:50px;
}

.clear {
	clear:both;
}

ul#nav {
	
}

ul#nav li {
	list-style:none;
	float:left;
	height:40px;
}

ul#nav li a {
	height:42px;
	background:url(../images/nav_a.jpg) top repeat-x;
	display:block;
	width:115px;
    margin-top: 8px;
	padding-right:11px;
    border-left:1px solid #001A2A;
	color:#fff;
	text-transform:uppercase;
    text-align: center;
	text-decoration:none;
	font:120% Tahoma;
    font-style:bold;
	
}

ul#nav li a:hover {
	background:url(../images/nav_a.jpg) top repeat-x;
        color:#000000;
        text-decoration:bold;
}

#content {
	margin:5px 5px 0 0 !important;
}

#content p {
	line-height:27px;
	margin:10px 15px;
	padding:5px;
}

#content h2 {
	font:160% Tahoma;
	color:#001A2A;
	margin:2px 0 5px 0;
	padding:15px;
	text-transform:uppercase;
	background:url(../images/h2.jpg) top repeat-x;
}

#content h2 a {
	color:#001A2A;
	text-decoration:none;
}

#content p img {
	margin:0 10px 0 0;
	padding:1px;
	background:#ccc;
	border:4px solid #1E475B;
}

#content h3 {
	font:140% Tahoma;
	color:#1E475B;
	margin:15px 15px;
}

#content ul {
	margin:0 0 0 40px;
}

#footer {
	margin:30px 0;
	border-top:2px solid #001A2A;
	padding:20px;
	font:90% Tahoma;
	color:#999;
}

#footer a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
	

