body {
	text-align: center;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	background-color: black;
	color: white;
	}
	
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px silver;
	background: #000000 url(nav-bg-fixed.gif) repeat-y left top;
	}
	
#branding {
	height: 135px;
	background: #000000;

}

#topMenu {
	height: 20px;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;	
}

#topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 950px;
	}
	
#topMenu ul li {
	float: left;
	border-right: solid 1px silver;
	font-size: 14px;
	width: 125px;
	}
	
#topMenu ul a {
	display: block;
	padding: 0 2em;
	padding-left: 1em;
	line-height: 20px;
	text-decoration: none;
	color: white;
	
}

#topMenu ul li .first {
	width: 185px;
	}

#topMenu ul a:hover {
	color: #cc0000;
	}	

#leftMenu {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 185px;
	float: left;
		
}

#leftMenu ul{
	list-style: square;
	}
	
#leftMenu ul li {
	font-size: 14px;
	line-height: 30px;
	}
	
#leftMenu ul a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}		

#leftMenu ul a:hover {
	color: #cc0000;
	}

a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 745px;
	float: right;
}

#footer {
	clear: both;
	height: 20px;
	line-height: 20px;
	border-top: solid 1px silver;
	background: #000000;
	text-align: center;	
}

h1 {
font-size:	16px;
font-weight: bold;
}

h2 {
font-size:	14px;
font-weight: bold;
}

h3 {
font-size:	12px;
font-weight: bold;
}
