body {
	background:url(images/back.gif) #2c2c2c repeat-x;
	margin:0;
	padding:0;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#010101;
}

#logo {
	background:url(images/logobg.gif) no-repeat;
	width:300px;
	margin:22px 0 0 0;
}

#logo h1 {
	margin:0;
	padding:0;
	font-family:Trebuchet MS;
	font-size:30px;
	color:#FFFFFF;
	font-weight:normal;
}

#container {
	background:#FFFFFF;
	width:1000px;
	float:left;
	z-index:1;
	position:relative;
}

#left-column-outer {
	margin:35px 0 0 0;
	width:470px;
	float:left;
}

#left-column {
	background:url(images/leftcolumn.gif) #FFFFFF no-repeat;
	padding:10px;
	width:470px;
	float:left;
}

#left-column h1 {
	color:#ffffff;
	background:#242424;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:24px;
	width:406px;
	padding:10px;
	margin:10px 0 0 0;
}

#left-column h2 {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#010101;
	font-weight:bold;
	margin:10px 10px 10px 20px;
}

#left-column p {
	width:389px;
	margin:0 0 0 20px;
}

#ads p {
	margin:10px 10px 10px 20px;
}

#right-column {
	background:#FFFFFF;
	width:510px;
	margin-top:-32px;
	float:left;
	z-index:0;
	position:relative;
}

#menu {
	width:510px;
	float:left;
	background:url(images/menuback.gif) repeat-x;
}

#links {
	width:300px;
	float:left;
	padding:18px 0 0 0;
}

#links a {
	padding:0 10px 0px 10px;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

#links a:hover {
	border-bottom:3px solid #646464;
	margin-bottom:1px;
}

#quick-links {
	background:url(images/quicklinks.gif) repeat-x;
	height:37px;
	float:left;
	width:480px;
	margin-bottom:10px;
}

#quick-links p {
	padding:10px;
	margin:0;
}

#quick-links p a {
	padding:0 10px 0 10px;
	color:#000000;
	text-decoration:none;
}

.quick {
	padding:0 10px 0 5px;
}

#footer-container {
	clear:both;
	background:url(images/footer.gif);
	width:100%;
	height:139px;
}

#footer {
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
}

#footer p {
	padding:6px 0 0 10px;
	color:#FFFFFF;
	margin:0; 
}

#footer p a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#form{
	background:url(images/forminput.gif);
	width:379px;
	height:53px;
	float:left;
}

.form {
	margin:15px;
	border:0;
	background:none;
	width:349px;
	height:33px;
	font-size:13px;
}

.button {
	border:0;
	background:url(images/button.gif);
	width:117px;
	height:53px;
	float:left;
}

.hideoptions {
	float:left;
	padding:10px;
}

.showoptions {
	padding:10px;
	float:left;
}

.clear {
	clear:both;
}

li.option {
	list-style:none;
}