html,body {
	margin: 0px;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff url(images/background.jpg) center top no-repeat;
	color: #666666;
}
td {
	vertical-align: top;
}
div#content a, div#content a:visited {
	color: #666666;
   text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
p, h1, div#menu ul, div#menu ul li {
	padding: 0px;
	margin: 0px;
}
div p {
	margin-top: 15px;
	margin-bottom: 15px;
}
div#menu li {
	list-style: none;
}
div#container {
	width: 1131px;
	background: url(images/container.jpg) repeat-y;
	margin: auto;
	min-height: 780px;
}
div#header {
	width: 1131px;
	height: 400px;
	background: url(images/header.jpg) no-repeat;
}
div#poweredby {
	color: #767676;
	font-weight: bold;
	float: right;
	margin-right: 198px;	
	margin-top: 47px;
}
div#poweredby a {
	color: #767676;
}
span.red {
	color: #ff0000;
}
div#main {
	width: 1131px;
	background: url(images/main.jpg) no-repeat;	
}
div#content {
	float: left;
	width: 570px;
	padding: 30px;
	min-height: 400px;
}
div#sponsors {
	font-weight: bold;
	position: relative;
	float: right;
	width: 195px;
	height: 280px;
	top: -11px;
	right: 55px;
	text-align: center;
}
div#sponsors img {
	margin-top: 15px;
	margin-bottom: 0px;
}
div#bottom {
	clear: both;
	width: 1131px;
	height: 40px;
	background: url(images/bottom.jpg) no-repeat;
	position: relative;
}
div#bottom a {
	position: absolute;
	top: -85px;
	left: 94px;
}
div#menu {
	float: left;
	z-index: 3;	
	width: 135px;
	padding-left: 105px;
	padding-top: 30px;
}
div#menu ul#menu {
	width: 127px;
	position: relative;
	border-bottom: dotted Black 1px;
}
div#menu ul#menu li {
   cursor: default;
	position: relative;
	line-height: 30px;
	border-top: dotted Black 1px;
}
div#menu ul#menu a {
	display: block;
	width: 127px;
	height: 30px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
div#menu ul#menu a:hover, div#menu ul#menu a.menu_current {
   color: #ff0000;
}
div#menu li.sub {
   cursor:pointer;
}
div#menu ul.sub {
   display:none;
	position: absolute;
	left: 128px;
	top: -1px;
	background-color: White;
	border-bottom: dotted Black 1px;
}
div#menu ul li ul {
	display: none;
}
div#menu ul li ul li {
	padding-left: 0px;
	width: 127px;
}

