body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;	
	background-color: white;
	height: 50px;
	text-align: center;
	background-position: center center;
	border: 1px solid #FFFFFF;
}
#menu {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffcc33;
	height: 30px;
	text-align: center;
	background-position: center;
	border: 1px solid #FFFFFF;
}
#mainbox {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#leftbox {
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: white;
	padding: 5px;
	font-size: 12px;
	float: right;
	text-align: center;
	background-position: center;
}
#rightbox {
	font-size: 12px;
	width: 550px;
	background-color: white;
	padding: 20px;
	float: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	height: 80px;
	text-align: center;
	padding-top: 30px;
}


.sidemenu {
	font-size: 12px;
	line-height: 15px;
}
h1 {
	font-size: 12px;
	color: #656501;
	margin: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFCC33;
}
#menu a {
	text-decoration: underline;
	color: #604020;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-size: 12px;
}
h4 {

	color: #656600;
}
h5 {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	color: #333333;
	font-size: 12px;
	text-align: left;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	width: 180px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
}

.catbox {
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	margin: 5px;
	padding: 5px;
}
.side_catbox {
	background-color: #6699CC;
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	border: 1px dotted #3300FF;
}
p {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1.5px;
	text-align: left;
}
