* {
	color: #000;
	letter-spacing: 0px;
} 

body {
	background: #fff url(imgs/bg.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #899905;
	
}

img {

}
a {
	text-decoration: none;
	color: #8D9815;
}
a:hover {
	text-decoration: underline;


}

#wrap {
	width: 610px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 360px;
	border-bottom: 0px solid #bbb;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 40px 0 5px 0;
	color: #000;
}
#header h1 a {
	color: #0099d5;
	text-decoration: none;
}
#header h1 a:hover {
	color: #0099d5;
	text-decoration: none;
}
#header h2 {
color: #3692AF;
font-size: 19px;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#header a {
	color:#9f9f9f;
}
	
#content {
	padding: 10px 0;
}

.left {
	width: 638px;
	float: left;
	text-align: justify;
}
.left h2 {
	color: #7f7f7f;
	font-size: 13px;
	letter-spacing: normal;
	font-weight: bold;
}

.left h3 {
	color: #999;
	font-size: 12px;
}

.left a {
	color:#d0d216;
}

.right {
	width: 180px;
	float: right;
	padding: 10px;
	border-left: 1px solid #e5e5e5;
	font-size: 12px;
}
.right ul {
	list-style-type: none;
	padding: 5px 10px 10px 10px;
	color: #d0d216;
}
.right h2 {
	height: 30px;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.right a {
	color: #999;
	text-decoration: underline;	

}

.right a hover {
	text-decoration: underline;
	color: #0099d2;
}
.articles a {
	color: #7f7f7f;
	text-decoration: underline;
	text-align: right;

}


#footer {
	border-top: 1px solid #e5e5e5;
	text-align: center;
	color: #595959;
	font-size: 11px;
	padding: 0 0 10px 0;
}

#footer a link {
	color: #0099d5;
	text-decoration: underline;
}
