* {
	margin: 0;
	padding: 0;
}

body {
background: #FFFFFF url(../images/bg.gif) top repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #80b312;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
}

#header { background-image:url(../images/head.gif); height:150px;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #80b312;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #4ea760;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 5px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #4ea760;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}
.right h3 {
font-size:14px;
padding-left:5px;
font-weight:200;
color:#fff;
background-color:#8aca80;
}
.paragraph {
font-size:12px;
font-weight:100;
padding-left:30px;
border-bottom: 1px dotted #aaa;
}
.left {
float: left;
width: 200px;
padding-top: 20px;
padding:2px;
border:none;
}
.articles {
padding: 20px;
}

#footer {
background:#333 no-repeat;
text-align: center;
font-size: 11px;
color: #CED117;
margin-top: 10px;
border-top: 1px dotted #CED117;
padding-top: 10px;
padding-bottom: 10px;

}
#footer a { color: #34850F; }
#footer a:hover { color: #FFF; }
