/*------------------------------------*\
  RESET
\*------------------------------------*/
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 auto;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/


html {
  font-family: Cambria, Georgia, "Times New Roman", Times, serif;
  color: #333;

}

body {
  margin: 0 auto;
  line-height: 1.5em;
  padding-top: 36px;
}

div#wrapper {
  width:1000px;
}	

/*------------------------------------*\
  MOBILE STYLES
\*------------------------------------*/
/*Lower resolution smart phones and tablets*/
@media only screen and (max-width: 600px) {
	div#wrapper {width:90%;}
}
/*Higher resolution smart phones*/
@media only screen and (min-width: 600px) and (max-width: 1000px) {
	div#wrapper {width:90%;}
}

/*------------------------------------*\
  TYPE
\*------------------------------------*/

/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}
footer  {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}


h1 {
  font-size: 2em; /* 24px  24 ÷ 16 = 1.5 */
  line-height: 1em; /* 24px  24 ÷ 24 = 1 */
}

h2 {
  font-size: 1.5em; /* 22px  22 ÷ 16 = 1.375 */
  line-height: 1.0909em; /* 24px  24 ÷ 22 = 1.090909(09) */
}

h3 {
  font-size: 1.25em; /* 20px  20 ÷ 16 = 1.25 */
  line-height: 1.2em; /* 24px  24 ÷ 20 = 1.2 */
}

h4 {
  font-size: 1.125em; /* 18px  18 ÷ 16 = 1.125 */
  line-height: 1.333em; /* 24px  24 ÷ 18 = 1.3333333(3) */
  margin-bottom: 12px
}

h5, h6 {
  font-size: 1em; /* 16px  16 ÷ 16 = 1 */
  line-height: 1.5em; /* 24px  24 ÷ 16 = 1.5 */
}


/*--- PARAGRAPHS ---*/

p {
  margin-bottom: 12px;
}

p10 {
	font-size: 10px;
	line-height: 10px;
}

/*--- DIV ---*/

div#footer {
	background-color:#666;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 12px;
	line-height: 1;
    
  
}
div#footer a{
	color: #FFF;
	float: none;
	clear: both;

}
.asideLeft {
	width: 300px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
.asideright {
	float: right;
	width: 700px;

}

@media screen{
}

@media screen{
}
