body{
	font-family: Arial;
	font-size: 12px;
}

.wrapper{
	width: 950px;
	margin: 0 auto;
}

.left_menu{
	float: left;
	width: 205px;
}

.left_menu_bg_top{
	background: url(images/left_top.png);
	height: 15px;
}

.left_menu_bg_body{
	background: url(images/left_body.png);
	padding: 0 20px 0 20px;
	color: #fff;
}

.left_menu_bg_body h2{
	display: inline;
}

.left_menu_bg_body div{
	padding: 10px 0 10px 0;
}

.left_menu_bg_bottom{
	background: url(images/left_bottom.png);
	height: 15px;
}


.list_wrapper ul{
	list-style-image: url(images/arrow.png);
	
}

.list_wrapper li{
	font-size: 15px;
	padding-bottom: 10px;
	vertical-align: top;
}

.list_wrapper li a{
	text-decoration: none;
	color: #fff;
}

.list_wrapper li a:hover{
	color: #ea52da;
}

.main_content{
	float: right;
	width: 745px;
}

.main_content_bg_top{
	background: url(images/content_top.png);
	height: 15px;
}

.main_content_bg_body{
	background: url(images/content_body.png);
	padding: 0 20px 0 20px;
	color: #fff;
}

.main_content_bg_body h2{
	display: inline;
}

.main_content_bg_body div{
	padding: 10px 0 10px 0;
}

.main_content_bg_bottom{
	background: url(images/content_bottom.png);
	height: 15px;
}

.main_link{
	text-align: center;
}

.main_link img{
	border: none;
}

.graphics_wrapper img{
	border: 5px solid #fff;
}

.graphics_wrapper a{
	padding: 0 10px 0 10px;
}

.footer{
	width: 745px;
	margin: 0 auto;
	text-align: center;
}
