
body {
	background-image: url(/images/layout/bg.gif);
	background-color: #353535;
	font: 14px 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
}

#content {
	background-image: url(/images/layout/content_bg.gif);
	background-color: #fafac8;
	padding: 4px 8px;
}

#wrapper {
	width: 589px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#contentBottom {
	background-color: #fafac8;
	height: 4px;
	background-image: url(/images/layout/content_bottom.gif);
}

#mainPageBullets {
	list-style-image: url(/images/accept.png);
	margin-left: 170px;
	line-height: 25px;
}

#redirectInfo {
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(/images/layout/header_bg.gif);
	height: 43px;
	background-color: #9f2e2e;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	line-height: 43px;
	text-align: center;
}

#header li a {
	color: #fafac8;
	text-decoration: none;
	height: 43px;
	display: block;
	margin: 0 20px;
}

#header li a:hover {
	background-image: url(/images/layout/header_bg_hover.gif);						
}
