/* CSS Document */
#wrapper {margin: 0px auto; padding:0px; width:800px;}

body {margin:0px;
	padding:0px;
	background-image:url(images/menu-header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#555555;
	font: Helvetica, sans-serif;
	font-size:.8em;}
	
#header {margin:0px; padding:0px; width:800px; height:80px; float:left;}
	
#nav {margin:0px;
	padding:0px;
	width:800px;
	height:19px;
	float:left;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e1d1d;
	text-align:center;
	line-height:18px;}
	
#navspacer  {
	display:block;
	margin:0px;
	padding:2px;
	width:96px;
	height:15px;
	float:left;
	text-align:center;
	margin-left: auto; 
	margin-right: auto;}
	
#navlink a { background-image:url(images/nav-bg.jpg);
	display:block;
	margin:0px;
	padding:2px;
	width:96px;
	height:15px;
	float:left;
	text-align:center;
	color:#444444;
	text-decoration:none;}
	
#navlink a:hover {background-position: -100px 0; color:#666666;}
#navlink a:active {background-position: -100px 0;}

#content {float:left;
	width:620px;
	margin:20px 0px 0px 0px;
	display:block;}

#contentcolumn {margin:0px;
	padding:0px 30px 0px 0px;
	width:280px;
	display:block;
	float:left;}

#contentcolumn h3 { font-size:1.1em;
	color:#900d0d;
	margin:0px;
	padding:0px 0px 0px 5px;}
	
#contentcolumn p {padding:5px; margin:5px 0px; font-size:1em; line-height: 1em;}

#contentrectangle {margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	width:140px;
	height:190px;
	display:block;
	float:left;
	background-color:#111111;}
	
#submenu {margin:20px 0px 0px 0px;
	padding:10px;
	float:left;
	width:148px;
	border:#1e1d1d solid 1px;
	background-color:#070707;}
	
#submenu h3 { font-size:1.3em;
	color:#900d0d;
	margin:0px;
	padding:0px 0px 0px 5px;}
	
#submenu p {padding:5px 0px 5px 10px;
 margin:0px; font-size:.9em;}	
 
#footer {margin:0px 0px 20px 0px;
	padding:0px;
	width:800px;
	height:19px;
	float:left;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e1d1d;
	text-align:center;}
	

