*{ margin: 0; padding: 0;}
body {
	font:9pt/13pt Verdana, Arial, Helvetica, sans-serif;
	color:#000; background:#CC2527;
	}

#wrap {
	width:760px;
	margin: 0 auto;
	background:#fff;
	}

#gutter { padding:15px 40px 2px; }

#nav {
	padding-top:150px;
	font:700 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	background:#fff url(images/header.gif) no-repeat;
	}

#nav a {
	text-decoration:none;
	color:#000; background:#fff;	
	}
	#nav a:hover {
		padding-bottom:2px;
		border-bottom:dotted #CC2527;
		}

#footer {
	width:100%; height: 35px;
	padding-top: 35px;
	font-size:11px;
	text-align:center;
	color:#000;
	background:#CC2527 url( images/bottom.gif) top right no-repeat;
	}

#footer a{
	font-weight:700;
	text-decoration:none;
	color:#000;
	}
	#footer a:hover {
		padding-bottom:2px;
		border-bottom:dotted #CC2527;
		}

/* --------------------------------- Common Styles --------------------------------- */
h1{ padding: 20px 0; font-size: 140%;}
hr{ margin: 15px 0; background:#CC2527;}
p{ padding-bottom: 5px; }
a{ color: #000; }
.floatright{ float:right; margin:4px; }
ul{ margin: 0 10px 10px 10px; list-style: none; }	
li{ padding: 2px 30px; background: url( images/arrow.gif) center left no-repeat; }
