ul {
	padding:0;
	margin:0;
}
body {
	background:#EAEAEA;
	margin-top:27px;
	margin-bottom:27px;
}
h1, h2, h3, h4, p {
	margin:0px;
}
img {
	border:0px;
	margin:0px;
}
#container {
	position:relative;
	width:900px;
	height:auto;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	background:#707071 url(../images/main_bg.jpg) repeat-x;
}
#header {
	position:relative;
	width:900px;
	height:380px;
	text-align:center;
}
#header h1, #header h1 a {
	background:url(../images/header.jpg) no-repeat;
	width:900px;
	height:148px;
	text-indent:-9999px;
	text-decoration:none;
}
#header h2 {
	display:none;
}
#home_slug {
	position:relative;
	clear:both;
	width:846px;
	height:198px;
	margin-left:27px;
	background:url(../images/home_slug.jpg) no-repeat;
}
#menu {
	margin: 2px 0 2px 27px;
	padding: -4px 0 0 0;
}

#menu ul {
	list-style:none;
	float:left;
	display: inline;
}

#menu li {
	padding:0 2px 0 0;
	float:left;
	display: inline;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#menu li a {
	vertical-align:middle;
	padding-top:7px;
	color:#000000;
	text-decoration:none;
	width:210px;
	height:30px;
	display:block;
	background:url(../images/btn_u.jpg) repeat-x;
}
#menu li a:hover {
	background:url(../images/btn_d.jpg) repeat-x;
}
#sideBar {
	position:relative;
	float:left;
	width:214px;
	height:auto;
	overflow:auto;
	margin-left:27px;
	padding-bottom:27px;
}
#content {
	position:relative;
	display:inline;
	float:right;
	width:552px;
	height:auto;
	background:#FFFFFF;
	overflow:auto;
	padding:27px 0px 27px 27px;
	margin-top: -5px;
	margin-bottom:27px;
	margin-right:27px;
}

#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-bottom:10px;
	margin-right:27px;
}
#content p a {
	color:#E16E42;
	text-decoration:none;
}
#content p a:hover {
	color:#E16E42;
	text-decoration:underline;
}
#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
}
#content ul {
	list-style:none;
	margin-left:200px;
	margin-bottom:10px;
}
#content li {
	color:#901A3D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bullet.gif) no-repeat left;
	padding-left:10px;
}
#content form {
	position:relative;
	clear:both;
	width:552px;
	height:auto;
	overflow:auto;
}
#content form label {
	position:relative;
	float:left;
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E74E22;
	width:140px;
}
#content form input, #content form textarea {
	position:relative;
	float:left;
	clear:right;
}
.input {
	height:16px;
	width:340px;
	margin-bottom:10px;
	border:solid 1px #901A3D;
}
.box {
	height:80px;
	width:350px;
	margin-bottom:10px;
	border:solid 1px #901A3D;
}
.btn {
	position:relative;
	float:left;
	margin-left:140px;
	background:url(../images/btn_u.jpg) repeat-x;
	border:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
}
.small {
	font-size:9px;
}
.purple {
	color:#901A3D;
	font-weight:bold;
}
#footer {
	position:relative;
	width:900px;
	height:37px;
	background:#FFFFFF;
	clear:both;
}
#footer p {
	width:400px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:27px;
	margin-top:10px;
	color:#333333;
}
#footer p a {
	color:#333333;
	text-decoration:none;
}
#footer p a:hover {
	color:#E16E42;
	text-decoration:underline;
}
#footer ul {
	width:400px;
	float:right;
	text-align:right;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-right:27px;
	margin-top:8px;
}
#footer li {
	display:inline;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:5px;
}
#footer li a {
	color:#333333;
	text-decoration:none;
}
#footer li a:hover {
	color:#E16E42;
	text-decoration:underline;
}
.imgT {
	position:relative;
	float:left;
	margin-right:27px;
	margin-bottom:27px;
	clear:left;
}
.imgTR {
	position:relative;
	float:left;
	margin-top:27px;
	margin-right:27px;
	clear:left;
}
.imgP {
	position:relative;
	float:left;
	margin-top:10px;
	margin-right:12px;
}