* {
    padding: 0;
    margin: 0;
} 

body {
height: 100%;
background: #000;
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 18px;
color: #FFF;
}


#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}

#bg_image img{
width: 100%;
height: 100%;
}

img {
border: none;
}

a {
color: #FFF;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color : #FFF;
}

h1 {
font-family: "Monotype Corsiva", serif;
font-size: 46px;
font-weight: 100;
letter-spacing: 3px;
padding: 12px 0 5px 10px;
}

h1 a {
font-family: "Monotype Corsiva", serif;

color: #FFF;
text-decoration: none;
}

h1 a:hover {
font-family: "Monotype Corsiva", serif;

color: #FFF;
text-decoration: none;
}


#wrap {
z-index: 1;
position: absolute;
left: 100px;
top: 50px;
margin: 0 auto;
width: 800px;
}

#header { 
padding: 10px 0 20px 0;
}

#header h1 {
font-family: monotype corsiva;
font-size: 46px;
font-weight: 100;
letter-spacing: 3px;
padding: 12px 0 5px 10px;
}

#header h1 a {
font-family: monotype corsiva;
color: #FFF;
text-decoration: none;
}

#header h1 a:hover {
font-family: monotype corsiva;
color: #FFF;
text-decoration: none;
}

#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#header img {
margin-left: 120px;
border: solid 2px;
}

#menu {
height: 40px;
line-height: 40px;
background: #003366;
text-transform: uppercase;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #FFF;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #FFF;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}

#list ul {
padding-left: 10px;
list-style-type: none;
}

.right {
width: 568px;
float: right;
text-align: justify;
}
.right h2 {
color: #ccc;
font-size: 20px;
letter-spacing: 3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
width: 150px;
float: left;
padding: 10px;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #ccc;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
font-size: 11px;
padding: 10px;
}

#logos {
text-align: right; 
border-top: 1px solid #ccc; 
}

img.logos {
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 20px;	
}

img.floatLeft { 
    float: left; 
    margin-top: 20px;     
    margin-right: 20px;     

}

img.floatRight { 
    float: right; 
    margin: 20px; 
}

