ul {
	list-style-position: outside;
	list-style-type: none;
}

li {
	padding: 5px;
}

.tips {
	list-style-type: square;
	list-style-position: outside;
}

.reasons {
	list-style-type: disc;
	list-style-position: outside;
}

.special {
	list-style-type: circle;
	list-style-position: outside;
}

.links {
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.3;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 165%;
	color: #330000;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #330000;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #330000;
	text-align: left;
}

body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #330000;
	font-weight: 500;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body a:link, body a:visited {
color: #003300;
}

body a:hover {
color: #009900;
}

#banner {
	width: 468px;
	margin-right: auto;
	margin-left: auto; 
	margin-top: 15px;
}

#textbody a:link, #text body a:visited {
	color: #003300;
}

#textbody a:hover {
	color: #009900;
}

#mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
}

#mainlinks ul {
	list-style:  none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
}

#mainlinks li {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#mainlinks a:link, #mainlinks a:visited {
	color:#003300;
	text-decoration: none;
}

#mainlinks li a:hover {
	border-top: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
}

#everything {
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 178px;
	border-left-width: 100px;
	width: 550px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666633;
	border-left-color: #666633;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}

#hp_column1 {
	/*width: 25%;*/
	width: 150px;
	float: left;
	border: 2px solid #996633;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
}

#hp_column2 {
	/*width: 60%;*/
	width: 344px;
	border: 2px solid #996633;
	padding: 5px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 40px;
}

#sider {
	width: 178px;
	position: absolute;
	/*right: 0px;*/
	left: 650px;
	top: 50px;
}

#bottom_material {
	font-size: 75%;
	margin-top: 40px;
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

