#main-text {
	background-color: yellow;
	width: 369px;
	height: 290px;
	overflow: auto;
}

div {
	margin-left: auto;
	margin-right: auto;
}

body { 
	background-image: url('gfx/bodybg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	margin-top: 0px;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #969696;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #686865;
	scrollbar-face-color: #767673;
	scrollbar-highlight-color: #969696;
	scrollbar-shadow-color: #969696;
	scrollbar-track-color: #5e5f5a;
	
}

.main {
	width: 780px;
	height: 800px;
}

#arrow {
	display: inline;
	background-image: url('gfx/footerarrow.jpg');
	background-repeat: no-repeat;
	background-position: center;	
	width: 11px;
	height: 11px;
	position: relative;
}

#logo {
	text-align: center;
	display: block;
}

#menu {
	margin-top: 3px;
	display: block;
	background-image: url('gfx/menu.gif');
	background-repeat: no-repeat;
	width: 777px;
	height: 30px;
	text-align: left;
}

#menuarrow {
	display: inline;
	background-image: url('gfx/footerarrow.jpg');
	background-repeat: no-repeat;
	background-position: center;	
	width: 11px;
	height: 11px;
	position: relative;
	margin-left: 60px;
}

#menucontent {
	display: inline-block;
	margin-left: 15px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
}


#menucontent a {
	color: black;
	text-decoration: none;
}

#menucontent a:hover {
	color: black;
	text-decoration: underline;		
}

#menuitem {
	display: inline;
	margin-left: 80px;
	position: relative;
}

#center {
	display: block;
	margin-top: 0px;
	background-image: url('gfx/centerbg2.gif');
	background-repeat: no-repeat;
	width: 774px;
	height: 356px;
	color: white;
	text-align: left;
}

#centercontent {
	margin-left: 65px;
	width: 650px;
	height: 305px;
	overflow: auto;
}

#centercontent a.yellow {
	color: #ffc834;
	font-weight: bold;
}

#centercontent a.white {
	color: #ffffff;
	font-weight: bold;
}

#centercontent h1 {
	margin: 15px 0px 0px 0px;
	color: #ffc834;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

#centercontent h2 {
	margin: 15px 0px 0px 0px;
	color: white;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	display: block;
}

#centercontent h3 {
	color: white;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	display: inline;
}

#centercontent h4 {
	color: white;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	display: inline;
}

#footer {
	display: block;
	margin-top: 0px;
	width: 773px;
	color: white;
	text-align: center;
	padding-top: 0px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;		
}

#footerup {
	width: 660px;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

#copyrights {
	margin-left: 20px;
	display: block;
	margin-top: 5px;
	color: #e6dc72;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
}

#footerarrow {
	display: inline;
	background-image: url('gfx/footerarrow.jpg');
	background-repeat: no-repeat;
	background-position: center;	
	width: 11px;
	height: 11px;
	position: relative;
	margin-left: 20px;
}

ul {
	list-style-type: decimal;	
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;		
}

li {
	padding-top: 3px;
}