body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #3F3F3F;
}
#menubanner {
	position: absolute;
	top: 0px;
	z-index: 100;
	width: 100%;
	text-align: center;
}
#menubox {
	width: 776px;
	height: 108px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mainmenu {
	position: absolute;
	width: 383px;
	height: 19px;
	top: 50px;
	left: 316px;
	z-index: 1000;
}
#menugraphic {
	position: absolute;
	left: 0px;
	top: 0px;
}
#main {
	z-index: 10;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #3F3F3F;
	text-align: center;
	width: 100%;
}
#content {
	width: 782px;
	padding-top: 110px;
	margin-right: auto;
	margin-left: auto;
}
#content_body {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
}
#content-top {
	padding-top: 110px;
}
input {
	background-color: #FFF;
}
#sideinfo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a, a:visited {
	color: #5E0C63;
}

.dottedline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.date {
	color: #666;
	text-transform: uppercase;
}

/* fix div information */
/* hide from ie mac \*/
* html {overflow: hidden; width: 100%;}
* html body {overflow-y: auto; overflow-x: hidden; }
/* end hack */
html, body {height: 100%; margin: 0; padding: 0;}
body {margin-left: 0px;}
/* add fixed divs here */
body>#menubanner {position: fixed; }
