/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color:#E1E1E1;
	color: #272727;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2{
font-size:21px;
line-height: 1.2em;
font-weight:bold;
margin-bottom:1em;
}

h3{
font-size:16px;
font-weight:bold;
margin-bottom:1em;
}

a, a:link, a:active{
	display: block;
color:#1a1a1a;
}

a:visited{color:#1a1a1a;}
a:hover{color: #51c912}

#wrapper{
width:960px;
margin:0 auto;
}

#header{
width:960px;
height:134px ;
background-color:#000;
}

#mainimage{
width:960px;
height:411px;
}

#content{
clear:both;
overflow:auto;
height:100%;
/*background-color:#fff;*/
background-color:#A7CE39;
}

#contentleft{
float:left;
padding:25px;
width:430px;
background-color:#fff;
}

#contact{
float:right;
padding:25px;
width:430px;
background-color:#A7CE39;
}

#footer{
width:960px;
height: 40px ;
text-align:center;
padding-top:25px;
color:#6c6c6c;
background-color:#1a1a1a;
}

p, ul{
margin-bottom:17px;
}

#contact p{
margin:0;
}

#contact p.thanks{
margin-bottom:17px;
}


#correction{
border-top:1px solid #51c912;
margin-top: 30px;
padding-top:20px;
}
