body{
	background-color:#000066;}

#wraper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #000;
	background-color:#fff;
	}

#header {
	width:800px;
	height:150px;
	background-image:url(images/header.jpg);
	}

#menu {
	height:28px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;}
#menu ul{ margin:0; padding:0;}
#menu li{ display:inline; margin:0; padding:0 0 0 3px; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#menu a{ text-decoration:none; color:#000; padding-right:3px;}
#menu a:hover{ text-decoration:underline;}

#content {
	}
#content h1{ color:#0066CC; padding-left:40px; font-size:24px;}
#content p{ padding-left:30px; padding-right:30px;}

#footer {
	text-align:center;
	}

#gright {
	margin-left:15px;
	margin-right:30px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	text-align:center;
	}

#gdown {
	position:relative;
	text-align:center;
	width:100%;
}

#articles {
	}
#articles li{ list-style-type:none; padding-bottom:30px;}
#articles a{ padding-right:10px; font-weight:bold;}
