/* CSS Document */

body {
	background:url("images/bg-main.gif") left top #ed1d24;
	font-family:Arial, Helvetica, sans-serif;
	margin:14px 0 0 0;
	padding:0 0 32px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 12px 0;
}

h1 {
	color:#ed1d24;
	font-size:32px;
	line-height:32px;
}

h2 {
	color:#ea891f;	
	font-size:22px;
}

p, ul, ol {
	font-size:14px;
	line-height:18px;
	margin:0 0 12px 0;
}

ul, ol {
	padding: 0 0 16px 16px;
}

a {
	color:#ed1d24;
}

a:hover {
	color:#ea891f;
}

hr {
	border:1px solid #feba32;
	line-height:32px;
	margin:0 0 16px 0;
}

#top {
	background:url("images/bg-top.gif") center top no-repeat;
	height:23px;
	margin:0 auto 0 auto;
	width:752px;
}

#content {
	background:url("images/bg-content.gif") center -18px repeat-y;
	margin:0 auto 0 auto;
	width:752px;
}

#sidebar {
	background:url("images/bg-sidebar.gif") 8px top no-repeat;
	float:left;
	height:248px;
	padding:200px 16px 32px 24px;
	width:176px;
	text-align:center;
}

#sidebar p {
	font-size:12px;
	line-height:16px;
}

#sidebar strong {
	color:#ed1d24;
}

#main-content {
	margin:0 0 0 216px;
	padding:16px 32px 32px 48px;
}

#footer {
	background:url("images/bg-footer.gif") center top no-repeat;
	clear:both;
	height:42px;
	margin:0 auto 0 auto;
	width:752px;
}

#footer p {
	color:#ffffff;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:36px;
	margin:0;
	overflow:hidden;
	text-align:center;
}

#footer a {
	color:#fcfc63;
}

#footer a:hover {
	color:#ffffff;
}