* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#222;
	background:#000 url(/images/body_background.gif) left top repeat-x;
	text-align:center;
	margin:20px 0;
}

#main {
	width:880px;
	background:#fcfcfc url(/images/main_background.gif) left bottom repeat-x;
	text-align:left;
	margin:0 auto;
}

#header {
	width:880px;
	height:111px;
	background:url(/images/header.gif) no-repeat;
}

#header img {
	margin:15px 0 0 7px;
}

#menu {
	height:43px;
	background:url(/images/menu_background.gif) repeat-x;
	padding:10px 15px 0 15px;
}

#menu ul {
	list-style:none;
}

#menu li {
	display:inline;
	padding:0 3px;
}

#menu a {
	display:inline-block;
	color:#b0b0b0;
	text-decoration:none;
	background:url(/images/spacer.gif) left top no-repeat;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:3px;
}

#menu a span {
	background:url(/images/spacer.gif) right top no-repeat;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:3px;
}

#menu a:hover, #menu a.selected {
	color:#222;
	background:#fff url(/images/menuoverleftside.gif) left top no-repeat;
}

#menu a:hover span, #menu a.selected span {
	background:url(/images/menuoverrightside.gif) right top no-repeat;
}

#core {
	background:url(/images/sidebar_background.gif) right top repeat-y;
	margin-top:-10px;
}

#content {
	float:left;
	width:600px;
	margin-top:10px;
}

#sidebar {
	float:left;
	width:280px;
	text-align:center;
	background:#eaeaea;
	padding-top:14px;
	padding-bottom:15px;
}

#content .section {
	background:#fff;
	border:1px solid #dcdcdc;
	line-height:1.6;
	margin:15px;
	padding:15px 20px;
}

#content ul {
	margin-left:25px;
}

#sidebar .sectionhead {
	width:255px;
	height:37px;
	background:url(/images/sidesectionhead.gif) left top no-repeat;
	margin:15px auto 0 auto;
	text-align:left;
}

#sidebar .sectionhead div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:9px 0 0 15px;
}

#sidebar .section {
	width:223px;
	background:#fff;
	text-align:left;
	margin:0 auto;
	border:solid #dcdcdc;
	border-width:0 1px;
	line-height:1.5;
	padding:10px 15px;
}

#sidebar .section ul {
	list-style:url(/images/bullet.gif);
	margin:0 8px 0 18px;
}

#sidebar .section li {
	border-bottom:1px solid #dcdcdc;
	padding:5px;
}

#sidebar a {
	text-decoration:none;
}

#footer {
	background:#fff url(/images/footer.gif) bottom left no-repeat;
	padding:30px;
	font-size:10px;
	font-weight:bold;
}

table.services td {
	padding:6px 3px;
}

h1 {
	font-family:Arial;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1;
	border-bottom:1px solid #af0b4a;
	margin-bottom:15px;
}

a {
	color:#af0b4a;
	text-decoration:underline;
}

a.button {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	line-height:1;
	background:url("/images/button_background.gif") repeat-x #af0b4a;
	padding:5px 7px;
	margin:5px 0;
	border:solid #790632;
	border-width:0 2px 2px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

a.button:hover { background:#af0b4a; }

#form {
	background:url(/images/form_background.gif) top left repeat-x #fff;
	margin:20px;
	padding:12px;
	border:1px solid #ccc;
}

#form .regfield {
	width:443px;
	margin:3px 0 10px 0;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#fafafa;
	padding:3px;
	border-left:2px solid #aaa;
	border-top:2px solid #aaa;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.clearfloat {
	clear:both;
}