* {
    padding: 0;
    margin: 0;
} 

body {
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
}

img { border: none; }
a { color: #005d97; text-decoration: none;}
a:hover { text-decoration: underline; color : #007cc8; }
p { padding-top: 10px; }

#wrap {
margin: 20px auto 0 auto;
width: 800px;
}

#header { 
border: 1px solid #555;
height: 70px;
padding-top: 20px;
background: #222;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 5px 0 5px 20px;
}
#header h1 a {
color: #0093ee;
text-decoration: none;
}
#header h1 a:hover {
color: #005d97;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 5px 0 0 40px;
letter-spacing: 1px;
}

.left {
margin-top: 10px;
width: 570px;
float: left;
text-align: justify;
border: 1px solid #555;
padding: 10px;
background: #222;
}
.left h1 {
color: #AAAAAA;
font-size: 24px;
letter-spacing: 1px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.articles ul { 
	padding-left: 15px;
}


.right {
margin-top: 10px;
width: 175px;
float: right;
border: 1px solid #555;
font-size: 12px;
padding: 10px;
background: #222;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #005d97;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
color: #eee;
font-size: 11px;
border: 1px solid #555;
padding: 5px;
background: #222;
}

#minime_url_textbox,#minime_submit
{
background-color:white;
border:1px solid gainsboro;
width:400px;padding:.25em;
margin:1em 0em;	
}
#minime_submit
{
width:50px;	background-color:whitesmoke; border:1px solid gainsboro
}
#minime_ad{margin:0.5em;}

#header_banner
{
	float: right; padding-top: 15px; padding-right: 32px;
}
#options
{
text-align:center;	
}

