* {
	margin: 0;
	padding: 0;
}

body {
	background: #b0dff0 url("my-bg.jpg") top center no-repeat;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #799aa5;
}

a, a:visited {
	text-decoration: underline;
	color: #799aa5;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: #9df04a url("header.jpg") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #fff;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #516971;	
}

#container {
	width: 580px;
	background: url("rhs.gif") repeat-y right;
	/* background: url("sidebar.gif") repeat-y right; */
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 550px;
	height: 30px;
	background: url(menu.gif);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #799aa5;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #516971;
	text-decoration: underline;
}

#right-column {
	color: #516971;
	width: 134px;
	background: url(top-rhs.png) no-repeat top left;
	/*background: url(menutop.gif) no-repeat top left;*/
	float: right;
	padding: 12px;
	border-right: 0px solid #FFF;  
}

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 4px;
	
}

#content h2{
	font-size: 10pt;
	font-weight: bold;
	color: #516971;
	margin-bottom: 5px;
	padding-left: 1px;
	
}

.black {
	color: #000;
}

p {
margin-bottom: 90px;
padding-left: 1px;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(searchbx.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #8eb5c2;
	background: #b0dfef;
	clear: both;
	width: 405px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 0px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}