body{
	color:#000000;
	margin:5px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
}

h1, h2 {
	text-align: center;
	color: #CCCCCC;
}
#header {
	background-image: url(../images/hd_underway.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height:150px;
}
#header #mailme {
	display: block;
	float: right;
	width: 100px;
	position: relative;
	right: 20px;
	text-align:center;
}
#header #title {
	margin-right: 100px;
	margin-left: 100px;
}
#header #mailme a {
	color: #CCCCCC;
}
#content .no_float {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .float_me_left {
	float: left;
	position: relative;
	margin-top:-5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}

#header p {
	text-align: center;
	color: #CCCCCC;
}

#header img{
	float:right;
	border:none;
}


#navigation {
	display: block;
	float: left;
	margin-top:10px;
	margin-left: 0px;
	width:25%;
	color: #000000;
}
#nav_table{
	width:100%;
	border-collapse:collapse;
}
#nav_table tr td{
	background:url(../images/blank.jpg);
	font-size: medium;
	line-height: 1.5em;
	font-weight: bold;
	text-align:center;
}
#content {
	color:#FFFFFF;
	display: block;
	margin-top:10px;
	margin-left: 25%;
	padding-left:15px;
	padding-right:15px;
}

#nav_table a{
	color:#000000;
	text-decoration:none;
	border:thin outset #0000CC;
	display:block;

}

#nav_table a:hover{
	background:url(../images/blank.jpg);
	font-size: medium;
	line-height: 1.5em;
	font-weight: bold;
	text-align:center;
	border:thin inset #0000CC;
	display:block;
}
	

.blogs {
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	color: #666666;
}

#blogs {
	background-color: #CCCCCC;
	color:#000000;
	display: block;
	float: right;
	width: 25%;
	margin-top:10px;
	margin-right: 0px;
	position: relative;
}

.blogs h2{
	margin-top:-1px;
	margin-bottom:-1px;
	text-align:center;
}

.blog_class{
	border-collapse:collapse;
	width:100%;
	margin:5px 0 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:2px;

}
.blog_class tr td{
	text-align: center;
	display: block;
	padding:2px;
}

.blog_class th{
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.blogs .align_right {
	text-align:right;
	padding:2px;
}

#content .bar {
	float:none;
	margin: 0px;
	padding-bottom: 1.1em;
}
.center_me {
	text-align: center;
}



#content table {
	text-align: center;
	border-collapse:collapse;
}

#content p {
	margin: auto;
	padding-bottom: 1.1em;
}
