
body {
	background-color: #FFF;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
h1,h2,h3,h4,h5 {
	margin-bottom: 0.5em;
	font-family: Georgia;
	font-weight: normal;
}

h1 { font-size: 32px; line-height: 32px;}
h2 { font-size: 24px; line-height: 24px;}
h3 { font-size: 18px; line-height: 18px;}
h4 { font-size: 16px; line-height: 16px;}
h5 { font-size: 14px; line-height: 14px;}
p { line-height: 1.3em; margin-bottom: 10px;}

a {
	color: #993333;
}
a:hover {
	text-decoration: none;
}


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 30px;
	background: transparent url(/media/images/container_bg.jpg) top left repeat-y;
}


#header {
	width: 960px;
	height: 188px;
	background: transparent url(/media/images/header_bg.jpg) top left no-repeat;
}

#header h1 {

}
#header h1 a {
	width: 514px;
	height: 156px;
	display: block;
	margin: 0 auto;
	background: transparent url(/media/images/new_logo.png) top left no-repeat;
	text-indent: -10000px;
}

#content {
	margin: 15px;
}

#content #main {
	float: right;
	background-color: #FFF;
	-moz-border-radius: 5px;
	width: 630px;
	padding: 20px;
}

#content #main div.block p.more {
	float: right;
}
#content #main div.block p.more a {
	width: 65px;
	height: 27px;
	display: block;
}
#content #main table td {
	text-align: center;
	padding: 5px;
}


/**********************
	#content #sidebar
***********************/

#content #sidebar {
	float: left;
	background-color: #F0CCCC;
	border: 2px solid #FFF;
	width: 200px;
	padding: 20px;
	-moz-border-radius: 5px;
}
#content #sidebar li {
	text-align: left;
}
#content #sidebar li a {
	text-decoration: none;
	padding-left: 18px;
	line-height: 18px;
	font-size: 14px;
	width: 200px;
}
#content #sidebar li a:hover,
#content #sidebar li.active a:hover {
	background: transparent url(/media/images/nav_icon.png) 0 50% no-repeat;
}


#content #sidebar div.block {
	z-index: 10;	
	position: relative;
}
#content #sidebar div.block hr {
	width: 60%;
	height: 2px;
	background-color: #FFF;
	color: #FFF;
	border: 1px solid #FFF;
	margin: 14px auto;
}
#content #sidebar div.block span {
	position: absolute;
	top: 25%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: -11;
	color: #F4D9D9;
	text-transform: uppercase;
	font-family: Georgia;
	font-size: 32px;
	line-height: 100%;
}


#content #sidebar div.block p.more {
	margin-bottom: none;
}
#content #sidebar div.block p.more a {
	width: 65px;
	height: 27px;
	margin-left: 200px;
	display: block;
	text-indent: -10000px;
	background: transparent url(/media/images/more.jpg) top left no-repeat;
}
#content #sidebar li {
	margin-left: 20px;
	font-size: 18px;
	line-height: 24px;
}
#content #sidebar p.img {
	text-align: center;
}


#footer {
	margin-top: 40px;
}
#footer p {
	text-align: center;
	color: #FFF;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}





