html {
	height: 100%;
	width: 100%;
}

body {
	background-color:#FCFDFD;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	margin-top: 53px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 100%;
	font: 10px verdana #636363;
}

td {
	font: 10px verdana;
	color: #636363;
}

#menu_container {
	width: 162px;
	height: 140px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	spacing: 0;
}

#menu_item {
	width: 162px;
	height: 28px;
	margin: 0;
	padding: 0;
	spacing: 0;
}

#roll {
	width: 74px;
	height: 164px;
	margin: 0;
	padding: 0;
	spacing: 0;
}

#bottom_menu {
	width: 601 px;
	height: 20px;
	font: 8px verdana;
	color: #ffffff;
	font-weight: bold;
}

a.bottom {
	font: 9px verdana;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.bottom:hover {
	font: 9px verdana;
	color: #3366ff;
	text-decoration: none;
	font-weight: bold;
}

span.hidden {
	display: none;
}

#main_content {
	height: 370px;
	width: 400px;
	font: 11px verdana;
	color: #636363;
	margin-top: 10px;
	margin-left: 10px;
}

p#success {
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

p#bademail, p#badserver {
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

/* Contact form stuff */

#contactform {
	margin: 0;
	width: 400px;
	background: #A4CD33; 
	padding: 2px;
}

#contactform * {
	font-family: Verdana;
	font-size: 11px;
}

#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contactform li {
	margin: 0 0 0 0;
	padding: 10px;
	background: #FBFAEC;
}

#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}

#contactform label {
	margin: 0;
	width: 60px;
	display: block;
	float: left;
	padding: 5px 10px 2px 0;
}

#contactform input.text {
	width: 274px;
	border: 1px solid #A4CD33;
	padding: 2px;
	margin: 0;
}

#contactform textarea {
	width: 274px;
	border: 1px solid #A4CD33;
	padding: 2px;
	height: 80px;
	background: #FDFDF7;
}

#contactform li.buttons input {
	padding: 4px;
	width: auto;
	float: right;
	margin: 0 0 0 5px;
}

p#success {
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

p#bademail, p#badserver {
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.input_button {
	width: 80px;
	background: #A4CD33;
	font: 11px Verdana;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #A4CD33;
}

#right_box {
	float: left;
/*	background: #fbfaec; */
/*	border: 1px solid #A4CD33; */
	margin-top: 10px;
	margin-left: 10px;
	height: 360px;
	width: 175px;
}

#right_date {
	background: #fbfaec;
	border: 2px solid #A4CD33;
	padding: 2px;
}

a.content {
	font: 11px verdana;
	color: #636363;
	text-decoration: none;
}

a.content:hover {
	font: 11px verdana;
	color: #000000;
	text-decoration: none;
}

hr {
	color: #A4CD33;
	background: #A4CD33;
	align: left;
	text-align: left;
	margin-left: 0;
 	height: 2px;
 	border: 0;
}