#wrapper {
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #222222;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #222222;
}
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 170px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	background-position: bottom;
}
#navigation {
	height: 40px;
	background-image: url(../images/navigation_bg.png);
}
#wrapper #content #navigation a {
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 20px;
	height: 40px;
}
#wrapper #content #navigation a:hover {
	background-repeat: repeat-x;
	background-image: url(../images/navigation_bg_hover.jpg);
	color: #FFFFFF;
	background-color: #CCCCCC;
}


#body {
	margin-top: 20px;
	height: 760px;
	background-color: #FFF;
}
#left_column {
	width: 270px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
}
#main_content {
	width: 460px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	color: #333333;
	height: auto;
	background-color: #FFFFFF;
	padding-left: 30px;
	margin-bottom: 20px;
}
#right_column {
	width: 180px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	height: 450px;
	padding: 10px;
}
#wrapper #content #body #right_column h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/right_column_header_top.gif);
	line-height: 40px;
	margin-left: -10px;
	width: 200px;
	margin-top: 0px;
	text-align: center;
}
#wrapper  #content  #body  #right_column  h3 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/right_column_header_mid.gif);
	line-height: 50px;
	margin-left: -10px;
	width: 200px;
	margin-top: 0px;
	text-align: center;
}
#wrapper  #content  #body  #right_column  h4 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/right_column_header_mid_2.gif);
	line-height: 50px;
	margin-left: -10px;
	width: 200px;
	margin-top: 0px;
	text-align: center;
}
#wrapper #content #body #right_column p {
	text-align: center;
	line-height: 13px;
}
#wrapper #content #body #right_column a {
	color: #ED1A37;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #content #body #right_column a:hover {
	color: #231F20;
}


#footer {
	height: 50px;
	width: 1000px;
	clear: both;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EB1C3A;
	padding-top: 5px;
}
#wrapper #content #footer td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper #content #footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #content #footer div a:hover {
	color: #ED1B38;
}
#wrapper #content #body #main_content a {
	font-weight: bold;
	color: #ED1A37;
	text-decoration: none;
}
#wrapper #content #body #main_content a:hover {
	color: #231F20;
}

