body {
	background-color: #FFCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	height: 250px;
	text-align: center;
}
#mainbox {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFF0F0;
	padding-right: 70px;
	padding-left: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	font-size: 12px;
	border: 1px solid #000000;
	height: 80px;
	text-align: center;
	padding-top: 30px;
}
h1 {
	font-size: 14px;
	color: #000000;
	margin: 5px;
}
h2 {
    font-size: 12px;
	color: #000000;
}
h3 {
    font-size: 12px;
	color: #8DE7E7;
	background-color: #990033;
}
h4 {
	font-size: 12px;
	text-indent: 20px;
	list-style-type: disc;	
}
h5 {
	font-size: 11px;
	text-indent: 40px;
}
h6 {
	font-size: 16px;
	font-weight: normal;
	height: 25px;
	background-color: #F3E2C5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	padding-top: 10px;
	width: 180px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.catbox {
	font-size: 12px;
	border: 1px solid #FFCC00;
	background-color: #CCCCCC;
	padding: 15px;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	height: 180px;
}
.side_catbox {
	background-color: #6699CC;
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	border: 1px dotted #3300FF;
}
p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-align: left;
}
img {
	background-position: center center;
}

