body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color: #c6d4de;
	background-color:#305a7a;
	}

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

a.menulink:link {
	color: #d9e8f3;
	}
	
a.menulink :visited{
	color: #d9e8f3;
	}
	
a.menulink:hover {
	text-decoration: underline overline;
	}

a.menulink:active {
	color: white;
	text-decoration: underline overline;
	}
	
#header{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align:center;
	background-color: #376d97;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#footer{
	color: #c6d4de;
	font-style: italic;
	font-size: small;
	text-align: center;
	}
	
#welcome{
	color:white;
	border: 2px solid black;
	margin: 20px 50px 10px 50px;
	background-color: #376d97;
	padding: 10px 20px 10px 20px;
	}
	
#menu {
	position:absolute;
	top:226px;
	left:50px;
	width:180px;
	padding:10px 10px 10px 20px;
	background-color:#376d97;
	border:2px solid black;
	line-height:25px;
	font-weight: bold;
	}

#blog {
	margin:0px 40px 50px 280px;
	padding:10px;
	}
	
#blog_block {
	border: 2px solid black;
	margin: 5px 0px 5px 0px;
	}

#blog_header {
	background: #2e6086;
	color: white;
	padding: 5px 0px 5px 20px;
	font-style: bold;
	font-size: x-large;
	}

#blog_content {
	background: #376d97;
	color: white;
	padding: 10px 20px 5px 20px;
	}

#blog_sent {
	background: #386a90;
	color: #c6d4de;
	padding: 5px 0px 5px 20px;
	font-size: small;
	}

#blog_comments {
	background: #2e6086;
	color: #c6d4de;
	padding: 5px 0px 5px 20px;
	font-style: italic;
	font-size: small;
	}
