body
h1, h2, h3
p, ul, li
form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; font-style: normal; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-style: normal; }

a:link { text-decoration: none; color: #CCCCCC; }
a:visited { text-decoration: none; color: #CCCCCC; }
a:hover { text-decoration: none; color: #333333; }

a.menu:link { text-decoration: none; color: #CCCCCC; }
a.menu:visited { text-decoration: none; color: #CCCCCC; }
a.menu:hover { text-decoration: none; color: #FFFFFF; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 25px; 
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 25px;
	list-style: none;
	text-indent: 10px;
}

#wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#header {
	width: 858px;
	height: 100px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	border: #666666 solid 1px;
}

#navi {
	width: 860px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #666666;
}
.button {
	background-image: url(../images/button1.gif);
	width: 105px;
	height: 30px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

#flash {
	width: 858px;
	height: 250px;
	background-color:#FFFFFF;
	border: #666666 solid 1px;
}

#mainbody {
	widows: 858px;
	height: auto;
	float: left;
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
	background-color: #FFFFFF;
}

#sidebar {
	width: 185px;
	height: auto;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;	
}

#maincontent {
	width: 632px;
	height: auto;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
	border-left: #666666 dotted 1px;
}

#footernavi {
	width: 858px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: #666666 solid 1px;
	float: left;
}

#footer {
	width: 858px;
	height: 52px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #666666;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 17px;
	border: #666666 solid 1px;
	float: left;
}
#developer {
	width: 860px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	float: left;
}table {
	border: 1px solid #CCCCCC;
}
td {
	border: 0;
}
