* {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

body {
	background:#d4cfc3 url('images/bg-repeat.gif') top center repeat-y;
}

#container {
	position:relative;
	margin:0 auto;
	width:769px;
	background:#ffffff;
}

#header {
	position:relative;
	top:5px;
}

#header p {
	float:right;
	width:300px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	line-height:17px;
	text-align:right;
	font-size:12px;
	color:#990000;
}

#main {
	clear:both;
}

#nav {
	background:#000000 url("images/nav.jpg") no-repeat;
	position:relative;
	float:right;
	width:511px;
	margin-right:20px;
	display:inline;
}

#nav ul {
	list-style:none;
}

#nav ul li {
	display:inline;
	float:left;
}

#nav ul li a {
	font-family:tahoma;
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:7px 10px;
}

#nav ul li a:hover {
	text-decoration:underline;
}

#nav ul li a.current {
	color:#ffcccc;
}

#content {
	background: url("images/contain_mid.gif") repeat-y;
	width:100%;
	clear:both;
}

#contentHome {
	background: url("images/contain_mid2.gif") repeat-y;
	width:100%;
	clear:both;
}

.content_top {
	background: url("images/contain_top.gif") no-repeat;
	width:100%;
	height:11px;
}

.content_bot {
	background: #ffffff url("images/contain_bot.gif") no-repeat;
	width:100%;
	height:11px;
}

.leftSide {
	float:left;
	width:376px;
	margin-left:8px;
	display:inline;
	background:#f0f0f0;
}

.leftMain {
	float:left;
	width:520px;
	margin-left:8px;
	display:inline;
	background:#ffffff;
}

.leftMain ul {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
	
}

.leftMain ul li {
	font-family:verdana;
	font-size:11px;
	line-height:18px;
	color:#525252;
}

.leftMain ul ul {
	margin:0px 20px;
}

.rightNav {
	float:right;
	width:232px;
	margin-right:8px;
	display:inline;
}

.rightNav ul {
	list-style:none;
	margin:10px 0px;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #ffffff;
}

.rightNav li {
	border-bottom:1px solid #d0d0d0;
	padding:0px;
}

.rightNav li a {
	padding:5px 10px 5px 25px;
	display:block;
	border-top:1px solid #ffffff;
	font-family:verdana;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	color:#525252;
	background:url('images/nav.gif') no-repeat 8px 10px;
}

.rightNav li a:hover {
	background:#d0d0d0 url('images/nav.gif') no-repeat 18px 10px;
	padding:5px 10px 5px 35px;
}

.rightNav li a.current {
	background:#d0d0d0 url('images/nav.gif') no-repeat 8px 10px;
	padding:5px 10px 5px 25px;
}

.rightSide {
	float:right;
	width:376px;
	margin-right:7px;
	display:inline;
	background:#e1e1e1;
}

h2 {
	text-transform:uppercase;
	font-family:arial, helvetica;
	font-size:18px;
	font-weight:400;
	padding:2px 0px 2px 3px;
	margin:0px 5px;
}

.leftSide h2, .leftMain h2 {
	color:#ef3e42;
	border-bottom:1px solid #ef3e42;
}

.rightSide h2 {
	color:#951d1f;
	border-bottom:1px solid #951d1f;
}

p {
	font-family:verdana;
	font-size:11px;
	line-height:18px;
	color:#525252;
	padding:7px 5px;
}

.innerLink {
	text-align:right;
}

.innerLink a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.innerLink a:hover {
	text-decoration:underline;
}

.leftSide .innerLink a {
	color:#ef3e42;
}

.rightSide .innerLink a {
	color:#951d1f;
}

#footer p.links {
	float:right;
}

#footer p.links a {
	color:#525252;
	text-transform:uppercase;
}