/* GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }

.clear {clear:both;}


body {
  color:#333;
}
.wrapper {
  margin-left:auto;
  margin-right:auto;
  width:1000px;
}

h1 {
	font-weight:normal;
	color:#1B242C;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	font-size:30px;
	font-family:'Droid Sans', arial;
	margin:0 0 25px 0;
}
h3 {
	font-size:16px;
	color:#CF3805;
	font-family:arial;
	margin:0 0 10px 0;
}
