body{
	background:url(img/bg-body.jpg) top no-repeat center #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	}
	
a{
	color:#FFFFFF;
	text-decoration:underline;
	}

a:hover{
	text-decoration:none;
	}
	
h1{
	color:#0066CC;
	}
	
#content{
	width:940px;
	margin:5px auto;
	overflow:hidden;
	}
	
#left{
	float:left;
	width:325px;
	overflow:hidden;
	}
	
#left ul{
	width:231px;
	height:187px;
	display:block;
	background:url(img/bg-left.jpg) no-repeat;
	margin:15px 0 0 20px;;
	padding:10px 30px;
	}
	
#left li{
	list-style-image:url(img/bullet.gif);
	padding:5px 0;
	font-weight:bold;
	}
	
#right{
	float:left;
	width:610px;
	overflow:hidden;
	}
	
#footer{
	width:940px;
	height:40px;
	margin:5px auto 20px auto;
	padding:20px 0 0 0;
	text-align:center;
	background:url(img/bg-footer.jpg) center bottom no-repeat #000000;
	display:block;
	}
	
.article{
	background:url(img/bg-article.jpg) top no-repeat;
	width:585px;
	border-bottom:1px solid #023061;
	padding:10px;
	}
