	*{
		border:none;
	}
	body{
		background:#000 url(/new09/images/background.jpg);
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		color:#7b7b7b;
		font-size:12px;
	background-repeat: repeat;
	background-position: center;
	}
	
	.wrapper{

		background:url(/new09/images/mainbg.jpg) no-repeat top center;
		margin:0px auto;
		min-height:1000px;
	}
	.flash-header{
		width:945px;
		text-transform:uppercase;
		font-size:10px;
		text-align:center;
		margin:0px auto;
		padding:3px;
	}
	
.flash-header li a {
		color:#7a7a7a;
		text-decoration: none; 
	}
	
	
	.flash-header ul{
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
	.flash-header  li{
		display:inline;
		color:#7a7a7a;
		margin:0px 30px;
	}
	.header{
		position:relative;
		width:945px;
		height:266px;
		margin:0px auto;
	}
	.header .menu{
		position:absolute;
		bottom:15px;
		left:40px;
	}
	.header .menu a{
		float:left;
	}
	
	.content{
		background:#000 url(/new09/images/body.gif) repeat-y top right;
		overflow:hidden;
		width:942px;
		margin:0px auto;
	}
	
	.left-column{
		width:300px;
		float:left;
		text-align:center;
	}
	
	.right-column{
		float:left;
		width:640px;
	}
	
	.footer{
		background:url(/new09/images/footer.jpg) no-repeat bottom center;
		min-height:435px;
	}
	.posts{
		padding:5px 10px;
	}
	
	.posts a{
		color:#7b7b7b;
		text-decoration:underline;
	}