* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	text-align: center;
	height: 100%;
}
p {
	padding: 5px 15px 5px 20px;
	display: block;
	color: #525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #A0A5A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
ol {
	display: block;
	color: #525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 12px;
	font-weight: bold;
	color: #909595;
}
.verbatim {
	font-family: monospace;
	font-size: 12px;
	font-weight: bold;
	color: #909595;
}
/********************* body/container ****************************/
#container {
	text-align: left;
	height: 100%;
	margin-bottom: -28px;
}
/********************* body/footer ****************************/
#footer {
	clear: both;
	color: #525757;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	height: 22px;
	width: 100%;
	background-image: url(images/layout/background.png);
	background-repeat: repeat-x;
	position: fixed;
}
/********************* body/container/header ****************************/
#header {
	padding-top: 7px;
	height: 22px;
	background-image: url(images/layout/background.png);
	background-repeat: repeat-x;
}
#header ul li {
	display: inline;
	text-align: center;
	border-right: 1px solid #6b7272;
}
#header ul li.last {
	border-right: 0px none;
}
#header ul li a {
	display: inline;
	text-align: center;
	padding: 0px 7px 7px 5px;
	text-transform: uppercase;
}
/************ body/container/contents *****************/
#contents {
	margin-bottom: -20px;
}
#left {
	height: 100%;
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#middle {
	margin-top: 0px;
	margin-left: 210px;
}
/****** body/container/contents/middle/bottomspace *****/
#bottomspace {
	height: 33px; 
}
/********************* menu ****************************/
.menu ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color: #666666;
}
.menu ul li {
	padding-top: 5px;
	color: #666666;
}
.menu ul li a {
	text-decoration: none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover {
	text-decoration: underline;
	text-transform: uppercase;
}
.menuheader {
	width: 192px;
	height: 37px;
	background-image: url(images/layout/menutop.gif);
	display: block;
}
.menucontent {
	width: 192px;
	background-image: url(images/layout/menumiddle.gif);
	padding-top: 5px;
	background-repeat: repeat-y;
}
.menuheader h3 {
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter {
	width: 192px;
	height: 15px;
	background-image: url(images/layout/menubottom.gif);
	display: block;
}
.postheader,.menuheader,.picheader {
	color: #CCCCCC;
/* 	text-transform: uppercase; */
}

/********************* post ****************************/
.post {
	padding: 7px 10px 3px 0px;
}
.postcontents {background-color: #151616; text-align: left; color: #CCCCCC}
.postml {background: url(images/layout/ml.gif) 0% repeat-y; width: 100%}
.postmr {background: url(images/layout/mr.gif) 100% repeat-y; width: 100%}
.postheader {background: url(images/layout/top.gif) repeat-x; width:100%; height: 33px}
.posttl {background: url(images/layout/tl.gif) 0% 0% no-repeat; width: 100%; height: 33px}
.posttr {background: url(images/layout/tr.gif) 100% 0% no-repeat; width: 100%; height: 33px}
.postfooter {background: url(images/layout/bottom.gif) 0% 100% repeat-x; width:100%; height: 15px}
.postbl {background: url(images/layout/bl.gif) 0% 100% no-repeat; width: 100%; height: 15px}
.postbr {background: url(images/layout/br.gif) 100% 100% no-repeat; width: 100%; height: 15px}
.postheader h1 {
	padding: 7px 0px 0px 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
/* 	text-align: center; */
}
.postcontents p {
	padding-top: 16px;
}
.postcontents ol {
	padding-left: 45px;
}
.postcontents ul {
	padding-left: 45px;
}
.postcontents ul li {
	color: #666666;
}
/********************* pictures ***************************/
.picture {
	padding: 7px 10px 3px 0px;
	float: left;
}
.picheader {
	background-image: url(images/layout/pictop.gif);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
	height: 20px;
}
.picheader h1 {
	padding: 3px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.piccontent {
	background-image: url(images/layout/picmiddle.gif);
	background-repeat: repeat-y;
	padding: 10px 10px 0px 10px;
	width: 200px;
}
.picfooter {
	background-image: url(images/layout/picbottom.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 15px;
}
