@charset "utf-8";
/* CSS Document */

* {
	font-family: inherit;
	font-size: 100%;
	color: #666;
	margin: 0px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p    {
	padding-left: 20px;
}
ul {
	padding-left: 30px;
}

#wrap {
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#wrap #header #logo {
	height: 80px;
	width: 300px;
	background-color: #000;
}





#wrap #bannerindex  {
	height: 400px;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	background-image: url(../images/bannerindex.jpg);
	display: none;
}
#wrap #main h1 {
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-bottom: 10px;
}

#wrap #footer {
	float: left;
	height: 30px;
	width: 790px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding: 5px;
}
