/* RESET ALL STYLES TO NOTHING *******************************************************/
/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,  textarea, p, blockquote, th, td, acronym, abbr {
     margin: 0;
     padding: 0;
	 border: none;
     }
     
/* Normalize font-size for headers */
h3, h4, h5, h6 {
     font-size: 100.01%;
	 font-weight: normal;
     }
	 
h1, b{
	font-weight:normal;
	}
		
h3, h5 {
	font-weight:normal;
	font-size: 24px;
	letter-spacing:0.8px;
	color: #ed801e;
	}
     
/* Remove list-style for lists */
ol, ul {
     list-style: none;
     }
     
/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
     font-weight: normal;
     }
     
/* Removes borders and spacing from tables */
table {
     border-collapse: collapse;
     border-spacing: 0;
     }
     
/* Removes border from fieldset and img */
fieldset, img {
     border: 0;
     }
     
/* Left-aligns text in caption and th */
caption, th {
     text-align: left;
     }
     
/* Removes quotation marks from q */
q:before, q:after {
     content:'';
     }

/********************Begin Styles*************************/

.mainwrapper {
	margin: 0 auto;
	width: 1000px;
}

.contentwrapper {
	margin: 10px 0;
}

.midwrapper {
	padding: 40px 0 10px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	color: #000;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-size: 11px;
}

a {
	color: #4F7F96;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.head h1{
	font-size: 11px;
}

.googleads {
	margin: 100px 0 20px 0;
	clear: both;
}

.footer {
	margin: 10px 0 60px;
}

.footer a{
	color: #aaa;
	text-decoration: none;
}
