	
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #cc3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0033;
}
a:hover {
	text-decoration: underline;
	color: #ffcc33;
}
a:active {
	text-decoration: none;
	color: #ffcc33;
}

body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color: #006600;
		color: #cc0000;
	}
#wrapper {
		width:850px;
		height:623px;
		margin:0px auto;
		border:0px;
		padding:0px;
		background-color:#ffffcc;
		
	}
#header {
	width:850px;
	height:193px;
	border:0px;
	padding:0px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	}
#content {
	margin-top:0px;
	padding-bottom:0px;
	}
#content div {
	padding:10px;
	float:left;
	}
#content-left {
	width:190px;
	height:400px;
	background-color:#ffffcc;
	}
#content-main {
	width:600px;
	height:400px;
	background-color:#ffffcc;
	overflow: auto;
	}
#footer {
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	border:0px solid #bbb;
	background-color: #ffcc33;
	width:850px;
	height:30px;
	}
