@charset "UTF-8";
/* CSS Document */

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

body {
        /*background: #292a33;*/
        font-family: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

.wrapper { 
  width: 960px;
  margin-left:auto;
  margin-right:auto;
}

header { 
height: 50px;
margin: 2.5em 0 1.8em;
}


.main { 
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  float: left;
  width:500px;
}

.main h1{
   display: block
   font: normal 24px/28px "Trebuchet ms", Trebuchet, Helvetica, Arial, sans-serif;
   font-size: 5em;
   margin-right: -1.25em;
   line-height: 1em;
   font-weight: normal;
   margin-bottom: 2em;
   margin: 0.67em 0;
   color: #444658;
   
}

.main h2{
   display: block
   font: normal 24px/28px "Trebuchet ms", Trebuchet, Helvetica, Arial, sans-serif;
   font-size: 5em;
   margin-right: -1.25em;
   line-height: 1em;
   font-weight: normal;
   margin-bottom: 2em;
   margin: 0.67em 0;
   color: #3366cc;
}

.main h3{
   display: block
   font: normal 24px/28px "Trebuchet ms", Trebuchet, Helvetica, Arial, sans-serif;
   font-size: 4em;
   margin-right: -1.25em;
   line-height: 1em;
   font-weight: normal;
   margin-bottom: 2em;
   margin: 0.67em 0;
   color: #3366cc;
}

section {
}


article {
}

.rightcol {
  float: left;
  padding-left: 40px;
  width: 260px;	
}


.rightcol p {
font-size: 1em;
}

aside {
}


footer {
clear:both;
height: 50px;
}

footer p {
font-size: 11px; 
color:#333;	
padding-left: 40px;
}

footer a {
color:#333;
text-decoration:none;
}


p {
  margin-bottom: .8em; }

a {
	color: #3366cc;
	text-decoration: none;
}
