body {
	background-color: #232323;
	color: #666;
	font-family: verdana;
	font-size: 10pt;
	letter-spacing: -1px;
	overflow-y:scroll;
}
#layout {
	background-image: url('../img/bg_layout.jpg');
	width: 790px;
	margin: auto;
}
#banner {
	width: 100%;
	height: 238px;
	background-image: url('../img/banner_index.jpg');
}
#bannertext {
	padding-top: 75px;
	padding-left: 265px;
	color: white;
	font-weight: bold;
	font-size: 200%;
	width: 200px;
	text-align: center;
}
#menu {
	float: left;
	padding-left: 49px;
	padding-right: 0px;
	width: 145px;
	color: white;
	text-align: center;
}
#menu a {
	background-image: url('../img/bg_button.jpg');
	height: 49px;
	width: 146px;
	display: block;
	padding-top: 15px;
	font-weight: bold;
	font-size: 140%;
	color: white;
	text-decoration: none;
}
#meenu a.selected {
	opacity: .80;
	color: #eaffea;
}
#menu a:hover {
	background-position: 0 -64px;
}
#meenu a.selected:hover {
	background-position: 0 0;
}
#content {
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	width: 560px;
	color: #bbb;
	font-size: 90%;
}
#content a {
	text-decoration: none;
}
#content a small {
	text-decoration: underline;
}
#bottom {
	clear: both;
	background-image: url('../img/bg_bottom.jpg');
	width: 100%;
	height: 35px;
	text-align: center;
}
#footer {
	width: 790px;
	margin: auto;
	text-align: center;
	font-size: 75%;
}
h1 {
	font-size: 120%;
	margin: .25em 0;
}
h2 {
	font-size: 115%;
	margin: .25em 0;
}
h3 {
	font-size: 105%;
	margin: .25em 0;
}
h1,h2,h3, a:link, a:visited, a:hover {
	color: #e90fed;
}
em {
	color: #666666;
	font-style: normal;
}
input[type="button"],input[type="submit"] {
	background-color: #e90fed;
	font-size: 90%;
	color: white;
	border: none;
	margin-bottom: .5em;
	padding: .25em;
	-moz-border-radius: 5px;
	border:1px solid #ddd;
	box-shadow: 0px 0px 5px #ddd;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
}
input[type="button"]:hover,input[type="submit"]:hover {
	cursor: pointer;
}
hr {
	margin: 2em;
	border-color: #666666;
	background-color: #666666;
	color: #666666;
}
img {
	max-width: 500px;
	border-width: 0;
}
td {
	padding-bottom: 0;
}
td.formField {
	padding-right: 2em;
	padding-top: 0;
}
.formField select {
	font-size: 90%;
}
table img {
	display:block;
}