* {
	padding: 0px;
	margin: 0px;
	}
html,
body {
  height: 100%;
}	
Body {
	font: 13px SansSserif, Helvetica, Arial;
	color: #3c3c3c;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	background: #e9ebed url(../images/top_strip.gif) left -28px repeat-x;
	}
form {
	margin: 0px;
	padding: 0px;
	}	
img {
	border: 0px;
	}
Ul {
	margin: auto;
	padding: 0px;
	}
Ul LI {
	padding-bottom: 5px;
	}		
H1,H2,H3,H4,H5,H6, P {
	margin-bottom: 12px;
	font-weight: normal;
	margin-top: 4px;
	}
H1 {
	font-size: 2em;
	}
H2 {
	font-size: 1.8em;
	}
H3 {
	font-size: 1.6em;
	}
H4 {
	font-size: 1.4em;
	}
H5 {
	font-size: 1.2em;
	}
H6 {
	font-size: 0.9em;
	}

		
A {
	color: #2c2c2c;
	text-decoration: none;
	}
A:hover {
	color: #d90505;
	text-decoration: none;
	}	
/*Layout Styles*/	
#logo {
	width: 100%;
	margin: 0px auto;
	padding-top: 25px;
	height: 145px;
	text-align: center;
	background: #FFF url(../images/search_bar_bg.jpg) left bottom repeat-x;
	}
.content {
	background: #fff url(../images/content_inside_bg.jpg) left top repeat-x;
	width: 778px;
	margin: 0px auto;
	border-left: 1px solid #d2d3d5;
	border-right: 1px solid #d2d3d5;
	padding: 7px 10px 10px 9px;
	height: 435px;
	border-bottom: 7px solid #f7941d;
	}
#content_outer {
	background: #e9ebed url(../images/outer_content_bg.jpg) left top repeat-x;
	}
#footer {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	width: 778px;
	margin: 0px auto;
	padding: 18px 0px;
	}	

