@charset "utf-8";
/* CSS Document */

#main a:link {
	text-decoration: none;
	border-bottom:1px dotted #369;
	color:#000;
}

#main a:visited {
	text-decoration:none;
	border-bottom:1px dotted #369;
	color:#000;
}

#main a:hover, a:active {
	text-decoration:none;
	border-bottom:1px solid #036;
	color:#000;
}

#header #menubar {
	background-color: #FF6600;
	width: 100%;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	width:100%
	background: #333;
	padding-top:8px;
	background-color: #000000;
	width: 100%;
}

#header h1 {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:0.3em;
	color:#fff;
	margin-top: 0.6em;
}*/

div#post_info {
	background-position: center;
}

div#post_info_container {
	height: 20px;
	width: 100%;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
}

#main {
	/*padding:15px;*/
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: left;
	line-height: normal;
}

#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}

#main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
