* { margin:0; padding:0;}
body { font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:0.8em; text-align:center; }

/*==========================================*/

a {text-decoration:none; color:#a50000;}
a:hover {text-decoration:underline; color:#373737;}

.clear { clear:both;}
.heading{font-size:27px; color:#ae0000; font-family:Arial Narrow; font-weight:lighter;}

/*header*/
#header { background:url(../images/header-bg.jpg) repeat-x; text-align:center; height:182px;}
#menu_wrapper { background:#e4e4e4; height:57px;} 

#menu {
width:955px;
margin-left:auto;
margin-right:auto;
position:relative;
height:57px;
}

#spacer { background-color:#FFF; height:2px;}

/*content*/
#content {background-color:#ffffff;}

#wrapper {
	text-align:left;
	width:915px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	position:relative;
	background-color:#ffffff;
	color:#333
	}
	
	#left
	{
	margin:0 auto;
	position: relative;
	float: left;
	text-align:left;
	width:242px;
	}
	
	#left a {color:#373737; text-decoration:none}
#left a:hover {text-decoration:underline; color:#5c5c5c;}
	
	#right
	{
	margin:0 auto;
	position: relative;
	float: left;
	text-align:left;
	width:652px;
	background:#e4e4e4
	}
	
	#grey_home_wrapper
	{
	margin:0 auto;
	position: relative;
	}
	
	#grey_home
	{
	text-align:left;
	margin:0 auto;
	position: relative;
	padding:20px;
	}
	
	#bottomspacer
	{
	margin:0 auto;
	position: relative;
	float: left;
	text-align:left;
	width:915px;
	height:20px;
	}
			
	#space
	{
	margin: 0px;
	position:relative;
	padding: 0px;
	float: left;
	width:20px;
	}

#footer_wrapper { height:137px; background:url(../images/footer-bg.jpg) repeat-x bottom; } 

#footer {
	margin:auto;
	position:relative;
	bottom:0px;
	width:935px;
	height:117px;
	color:#888888;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	}

#footer a {color:#a50000; text-decoration:none}
#footer a:hover {text-decoration:underline; color:#373737;}
	
.footertext {font:Arial Narrow; font-size:15px;}

