html { 
	margin: 0px;
	padding: 0px;
	}

body
{
	font-family: verdana, helvetica,arial,sans-serif;
	background-color: #eee;
}

.main
{
	width: 600px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.post
{
	border-color: #000;
	border-width: 5px 0 0 0;
	border-style: solid;	
	clear: both;
	padding-top: 4px;
}

.post h2
{
	color: #999;
	width: 250px;
	float: left;
	font-family: helvetica,arial,sans-serif;
	font-size: 48px;
	margin-top: 0px;
}

.post p, .post ul, .post h3
{
	color: #333;
	margin-left: 270px;
	font-size: 11px;
	line-height: 13px;
}

.post h3
{
	margin-bottom: 0px;
}

.post  p
{
	margin-top: 0px;
	color: #0f0;
	}

#NavBox
{
	position: fixed;
	width: 250px;
	height: auto;
	top: 70px;
	left: 700px;
	font-family: helvetica,arial,sans-serif;
	color: #999;
}

#NavBox a:link, #NavBox a:visited
{
	color: #999;
	text-decoration: none;
	border-color: #eee;
	border-width: 0px 0 0 5px;
	border-style: solid;
}
	
#NavBox a:hover
{
	color: #666;
	border-color:  #999;
	border-width: 0px 0 0 5px;
	border-style: solid;
}

#NavBox h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 36px;
	line-height: auto;
	}



#bottom
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding-left: 50px;
	clear: both;
	background-color: #666;
	color: #fff;
	font-size: 11px;
	border-color: #888;
	border-width: 1px 0 0 0px;
	border-style: solid;
}
	
#bottom a:link, #bottom a:visited
{
	color: #fff;
	text-decoration: none;
	}
	
#bottom a:hover
{
	color: #ccc;
	text-decoration: none;
	}
	
#bottom ul li
{
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	border-width: 0 0 0 1px;
	border-color: #999;
	border-style: solid;
}
