.menu1 {
	position: absolute;
	width: 115px;
	left: 10px;
	height: 440;
	top: 10px;
	margin: 0px;
	text-align: right;
	padding: 12px 0px 0px 0px;
	z-index: 2;
}
.menu2 {
	position: absolute;
	width: 115px;
	left: 130px;
	height: 440;
	top: 10px;
	margin: 0px;
	text-align: left;
	padding: 12px 0px 0px 0px;
	z-index: 2;
}
.menubar {
	position: absolute;
	width: 1px;
	left: 127px;
	height: 550px;
	top: 0px;
	background-color: #DDDDDD;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	position: absolute;
	width: 210px;
	left: 20px;
	top: 90px;
	margin: 0px;
	text-align: right;
	padding: 12px 0px 0px 0px;
	z-index: 2;
	background-color: #999999;
}
.top {
	position: absolute;
	width: 800px;
	left: 10px;
	height: 30px;
	top: 10px;
	background-color: #99CCCC;
	background-image: url(topbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	padding: 0px;
	text-align: right;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: none;
}
.topblog {
	position: absolute;
	width: 800px;
	left: 10px;
	height: 30px;
	top: 50px;
	background-color: #99CCCC;
	background-image: url(topbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	padding: 0px;
	text-align: right;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: none;
}
.body {
	position: absolute;
	width: 550px;
	left: 250px;
	height: 500px;
	top: 50px;
	margin: 0px 2px 2px 0px;
	background-color: #FFFFFF;
	background-image: url(bodybg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	z-index: 2;
	padding: 0px;
	overflow: auto;
}
.bodyleft {
	position: relative;
	width: 49%;
	left: 1%;
	top: 0px;
	margin: 0%;
	border-right: 1px solid #999999;
	text-align: right;
	padding: 0px 5px 0px 0px;
	z-index: 3;
}
.bodyright {
	position: absolute;
	width: 47%;
	left: 51%;
	top: 0px;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 0px 5px;
	z-index: 3;
}
.bodyblog {
	position: absolute;
	width: 550px;
	left: 250px;
	top: 90px;
	margin: 0px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #000000;
	z-index: 2;
	padding: 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #222222;
	text-align: left;
}

p, ul, li, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #222222;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #330099;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #330099;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #330099;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
