/* -----------------------------------*/
/* ---------->>> RESET <<<-----------*/
/* -----------------------------------*/

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

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 }

a {
outline: none;
}

address { font-style:normal }

.italic {
font-style: italic;
}




/* -----------------------------------*/
/* ----------->>> MAIN <<<------------*/
/* -----------------------------------*/

body {
background-color: #95d43b;
background-image: url(images/bg.png);
background-repeat: repeat-x;
background-position: 0 -92px !important;
margin:0;
padding:0;
}

#content {
margin:0 auto;
padding:0;
width: 891px;
border: none;
background-color: #95d43b;
background-image: url(images/content_bg.png);
background-repeat: repeat-x;
background-position: -159px 0px;
font-family: "Verdana", Helvetica,  Arial, sans-serif;
color: #000;
font-size: 12px;
text-align: left;
padding: 130px 50px 0 40px;
height: 350px;
}

#content p{
float: left;
clear: none;
width: 470px;
margin-bottom: 6px;
line-height: 18px;
font-size: 14px;

}


#content .smallFont{
font-size: 10px;
padding: 6px 0 0 0 ;
}

a,
a:hover,
a:visited{
color: #95d43b;
text-decoration: none;
}	

h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 16px;
}


