	
	
	/* ----======== Reseting All Browsers ========---- */
			
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img
	{
	border:0;
	}
	
	ol, ul
	{
	list-style:none;
	}
	
	caption, th
	{
	text-align:left;
	}
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym
	{
	border:0;
	}
	
	img, div
	{
	}
	
	.clearer
	{
	clear: both;
	}
	
	/* ----======== HTML Elements ========---- */
			
	html
	{
	}
	
	body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eee;
	padding: 20px 0;
	text-align: center;
	}

	
	/*------   Styling   ------*/		
			
	a:link, a:visited
	{
	color: #3399CC;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	outline: none;
	}
	
	a:hover
	{
	color: #000;
	text-decoration: underline;
	}
	
	p
	{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	}
	
	h1
	{
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 20px;
	color: #D62810;
	margin: 0;
	}
	
	h2
	{
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin: 0;
	}
	
	.line
	{
	border-bottom: 1px solid #ff9900;
	height: 1px;
	}
	
	table
	{
	color: #000;
	font-size: 11px;
	line-height: 18px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
	th
	{
	padding: 5px;
	border-right: 1px solid #D62810;
	border-bottom: 1px solid #D62810;
	background: #D62810;
	color: #fff;
	text-transform: uppercase;
	}
	
	td
	{
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fafafa;
	}
	
	input, select
	{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background: #fff;
	padding: 3px;
	font-size: 12px;
	color: #000;
	}
	
	/* ----======== Layout ========---- */
	
	#contentWrapper
	{
	width: 650px;
	margin: auto;
	padding: 42px 20px 20px 20px;
	text-align: left;
	background: #fff;	
	position: relative;
	}
	
	.banner
	{
	background: url(../images/belt_buckle_header.jpg) no-repeat;
	padding-top: 137px;
	padding-right: 360px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	}
	
	#menu
	{
	color: #fff;
	background: #3399CC;
	height: 24px;
	border-left: 5px solid #006699;
	}
	
	#menu a:link, #menu a:visited
	{
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	font-weight: bold;	
	padding: 3px 30px 3px 10px;
	display: block;
	float: left;
	}
	
	#menu a:hover
	{
	background: #006699;
	text-decoration: none;
	position: relative;
	}
	
	#footer
	{
	width: 690px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	}
	
	#footer a:link, #footer a:visited
	{
	text-transform: uppercase;
	font-weight: bold;
	}
	
	#footer a:hover
	{
	text-decoration: underline;
	}
	
	.subscribe p
	{
	position: absolute;
	right: 130px;
	font-size: 11px;
	color: #D62810;
	border-left: 2px solid #000;
	padding: 0 10px;
	margin-top: -65px;
	width: 200px;
	line-height: 15px;
	}
