body {
	text-align:center;
}

body img {
	border:none;
}

#wrapper {
	position: relative;
	width:860px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

/* structure/presentation */

#header {
	margin-bottom: 10px;
}
.logo {
	margin-left:40px;
}
#menu {
	position:absolute;
	right:0px;
	top:40px;
}
#menu li {
	color:#7F8082;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: none;
	display: inline;
	padding-right:10px;
	margin-right:10px;
	border-right: solid;
	border-right-width: 1px;
	border-right-color:#7F8082;
}

.feature {
	margin-top:10px;
}
#content {
	width:580px;
	border-style: solid none solid none;
	border-top-width:20px;
	border-top-color:#E1E1E1;
	border-bottom-width:20px;
	border-bottom-color:#E1E1E1;
	background-color:#F5F5F5;
	padding:10px;
	margin-left:5px;
	float:left;
}
#content_static {
	padding:40px 30px 20px 40px;
}
#leftcol {
	width:265px;
	float:left;
	margin:0 20px 0 10px;
}
#rightcol {
	width:265px;
	float:left;
}
#sidebar {
	width:220px;
	float:left;
	margin-left:10px;
}
#login {
	width:220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
}
.top {
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	background-color: #E1E1E1;
	color:#666;
}
#login input {
	margin:0 35px 4px 0;
}
.lp {
	padding:20px 0 20px 0;
}
#featured {
	width:220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}
#featured img {
	margin-top:20px;
}
#button {
	background-color: #000;
	clear:both;
}
#orange_buttons {
	float:left;
	width:285px;
}
#orange_buttons img {
	margin-left:20px;
}
#blue_buttons {
	float:left;
	width:265px;
}
#blue_buttons img {
	margin-left:20px;
}
#footer {
	clear:both;
	margin:15px 0 10px 0;
	text-align: center;
}
.error_message {
	text-align:center;
}
#form {
	margin:0 50px 0 50px;
}
	
/* typography */

.error {
	color: Red;
	font-size:10px;
}

#content, #content_static {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#7F8082;
}
#content_static {
	background: #FFF;
}
.ad {
	font-family: Lucida Grand, Lucida Sans, Arial;
	font-size: 24px;
	color:#FFAE00;
}
#content li {
	margin-bottom:6px;
}
.pub {
	font-family: Lucida Grand, Lucida Sans, Arial;
	font-size: 24px;
	color:#3788D9;
}
#menu li a {
	text-decoration: none;
	color:#7F8082;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.last {
	border:none;
}
#footer {
	color:#CCC;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}