body{
	margin:0;
	background:#272727 url(../img/topbar_back.jpg) top repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color:#fff; 
	}


	
#topbar{
	height:81px
	}

#center_container{
	height:100%;
	width:823px;
	margin:auto;
	}
	
#content{
	position:relative;
	background:url(../img/body_back.jpg) top no-repeat;
	height:350px;
	width:823px;
	}

ul a,a{color:#fff;
	text-decoration:none;
	}

li a {
	vertical-align: top;
	}
li a:hover{
	color:red;
	}
#titlebox {
	background:#2E0505 url(../img/title_back.png) bottom left no-repeat;
	height:200px;
	margin:auto;
	}

#left_column{
	border-right:2px solid #2E0505;
	position:absolute;
	top:0;
	left:0;
	width:217px;
	height:300px;
	}
	
#menu {
	padding:40px;
	list-style-image: url("../img/pearl.png");
	list-style-position: inside;
	}
	
#right_column{
	width:450px;
	position:absolute;
	left:300px;
	top:30px;
	}

.link {
	margin:10px 0;
	
	}
	
