
body {
	margin: 0px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #666666;
	color: #000000;
	}


	a {
	color:#990000;
	}

a:hover {
	color: #FF0000;
}
a:active {
	color: #FF3300;
}



#wrapper {
	background-color: #666666;
	padding: 0px;
	margin: 24px;
	border: 1px solid #333333;
	background-image: url(img/sidecolum.gif);
	background-repeat: repeat-y;
	background-position: right;
}


#container
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0%;
		margin-right: 0%;
	}

	#banner {
	background:#CC0000 url(img/titebarbg.gif) repeat-x;
	text-align: left;
	height: 64px;
	padding: 0px;
	margin-bottom: 0px;
		}
		
#content
	{
	padding: 5px 10px 10px;
	background-color: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: none;
	margin: 0px;
	}

#main-column
	{
	padding: 1px;
	background-color: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: none;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	margin: 0px 160px 0px 0px;
	}

#main-column-content
	{
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: none;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	margin: 0px 160px 0px 0px;
	}

#side-column
	{
	padding: 5px 3px 5px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: 900;
	}
	
#side-column-blog
	{
	padding: 5px 3px 5px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: 900;
	}


	#copyright {
	background:#CCCCCC url(img/navibg.gif) repeat-x;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	border-top-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	}	


#navi {
	background:#CCCCCC url(img/navibg.gif) repeat-x;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	margin: 0px;
	padding: .3em 0em 0em 0.3em;
	height: 1.42em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: 1px;
		}	




ul {
	padding: 0;
	margin: 0;
	list-style: url(none) none;
}

li {
	float: left;
	position: relative;
	width: 10em;
	padding-left: 0.5em;
	line-height: 1.5em;
}

li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #CCCCCC;
	padding: 2px;
	background-image: url(img/menubg.gif);
	border: 1px solid #333333;
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
.navi-title {
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #333333;
}
.post {
	padding: 5px 10px 0px;
	border: 1px dashed #999999;
	margin: 15px;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
}
.post-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
}
.postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 900;
	color: #666666;
}
.date-stamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.navi-location {
	color: #333333;
}
