/* {
padding: 0;
margin: 0;
}*/ 

body {
font: .10em tahoma,verdana,sans-serif;
background-color: #eee;
font-size:84%;
}

a {
text-decoration : underline;
color: #000000;
}

a:hover {
text-decoration : underline;
}

h2 a {
font-weight: bold;
text-decoration : None;
}

#wrap 
{
background-color: #fff;
margin: 0px auto;
width: 1000px;
padding: 0px;
}


#header 
{
position: relative;
width: 1000px;
height : 100px;
background-image: url(background-x.gif);
text-align:right;
}

#header h1   { padding-right: 120px; padding-top: 12px; font-size: 30px; color: #000000; }
#header h1 a { font-size: 35px; color: #000000; text-decoration: none;}
#header h2   { padding-right: 120px; padding-top: 0px; font-size: 17px; color: #666666; }

#logo {
    position: absolute;
    right: 10px;
    top:5px;
    width: 90px;    
    height : 90px;
    background-image: url(logo.gif);
    background-repeat: no-repeat;
    
}

#menu {
text-align: left;
margin-top: 0px;
font-size : 14px;
padding:2px;
font-weight: bold;
font-family:tahoma,verdana,sans-serif;
border: 0px solid #D8E3EE; 
background: #0f3250;
}

#menu a {
color : #ffffff;
text-decoration : none;
padding: 10px;
}

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


#content { 
text-align: left;
margin-top: 5px;
padding: 13px;
font-size: 11px;
}

#content h2 { 
font-size: 17px; color : #000; 
padding: 0 0 5px 0;
}

#footer { 
margin-top: 25px; 
clear: both;
text-align: center; 
color: #ffffff;
font-size:11px; 
background-color:#576f85;
padding:2px;
}

#footer a {
color : #ffffff;
text-decoration : none;
}

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

.meta {
padding-bottom:2px;
font-size: 12px;
color:#999999;
font:Arial, Helvetica, sans-serif;
}

#bottom {
	font-size:13px;
	padding: 10px 0 0 0;
}

#bottomleft {
width:45%;
float:left;
background:#fff;
padding-bottom:10px;
padding-left:5px;
}


#bottomright {
width:45%;
float:right;
background:#fff;
padding-bottom:10px;
padding-right:5px;
}

#divider {
text-align: center;
font-size : 13px;
padding:2px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}
