body {
	background: #dcdbd6 url('images/header_back.png') repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	font-size: 18px;
	padding-bottom: 5px;
	color: #ff1e00;
	}

h2 a {
	color: #ff1e00;
	}

h3 {
	margin: 0; padding: 0;
	padding-bottom: 5px;
	font-weight: bold;
	}

h4 {
	margin: 0; padding: 0;
	color: #666;
	}

a {
	color: #C00E0E;
}

a:hover {
	color: #C00E0E;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url('images/header.png') no-repeat top center;
	height: 81px;
	width: 500px;
}

/* Begin Menu */
ul#menu {
	float: right;
	margin: 0; padding: 0;
	list-style-type: none;
}

ul#menu li {
	float: left;
	margin-left: 20px;
}

ul#menu li a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

ul#menu li a:hover {
	border-bottom: 2px solid #C00E0E;
}
/* End Menu */

#content {
	background-color: #fff;
	padding: 5px 10px;
}

#content-top {
	background: #fff url('images/content_top.png') no-repeat top left;
	height: 5px;
	line-height: 5px;
	margin-top: 10px;
}

#content-top-home {
	background: url('images/content-top-home.png') no-repeat;
	height: 200px;
	width: 950px;
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 450px;
	color: #FFF;
	font-size:15px;
}

#content-top-home a {
	color: #FFF;
}

#content-top-home a:hover {
	text-decoration: none;
}

#content-bottom {
	background: #fff url('images/content_bottom.png') no-repeat top left;
	height: 5px;
	line-height: 5px;
}

#subcontent #left {
	float: left;
	width: 670px;
	border-right: 1px solid #ccc;
	padding-right: 5px;
}

#subcontent #left p {
	padding-right: 10px;
}

#subcontent #right {
	float: right;
	width: 250px;
	height: 100%;
}

#subcontent #right p#wrapper {
	padding-top: 10px;
}

#footer {
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 15px;
	color: #666;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

/* Begin Feature Menu */
ul#featureMenu {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul#featureMenu li {
	padding-top: 3px;
	margin-right: 10px;
	border-bottom: 1px dotted #ccc;
}

ul#featureMenu a {
	color: #666;
	display: block;
	font-size: 14px;
	text-decoration: none;
}

ul#featureMenu a:hover {
	color: #000;
	background-color: #eeeeee;
}