/* CSS Document */

body,td,th {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FDECD0;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
h1 {
	font-size: medium;
	color: #333333;
}
	
/* MAIN structural elements */
#main {
	width:770px;
	float:none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#header {
	width: 770px;
	height: 110px;
	background-color: #99FF00;
	padding-bottom: 12px;
	}
#header_logo {
	width: 110px;
	height: 110px;
	background-color: #FFFFFF;
	float:left;
	background-image: url(images/white.gif);
	}
#header_banner {
	width: 550px;
	height: 67px;
	padding-left: 110px;
	padding-bottom: 43px;
	background-color: #FFFFFF;
	float:left;
	background-image: url(images/white.gif);
	}					
#content {
	width:770px;
}
#content_left {
	width:310px;
	min-height: 400px;
	float:left;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-right: 25px;
}
	#content_left ul {
		padding:0;
		margin:0;	
	}
	#content_left ul li{
	padding:0;
	margin:1px 0 0 0;
	list-style-type: none;
	}

#content_right {
	width:310px;
	min-height: 400px;
	float:right;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 25px;
	padding-right: 50px;
}
	#content_left ul {
		padding:0;
		margin:0;	
	}
	#content_left ul li{
	padding:0;
	margin:1px 0 0 0;
	list-style-type: none;
	}
#footer {
	width:770px;
	float:left;
	background-repeat: no-repeat;
	height: 30px;
	color: #999999;
	text-align: center;
}
