body {
	border:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url('../images/background.jpg');
	background-repeat:repeat;
	color:#73070f;
	font-size:13px;
	font-family:Tahoma;
}

.top{
	background-image:url('../images/top.jpg');
	background-repeat:repeat-x;
	width:100%;
	height:473px;
}

.intro{
	width:924px;
	height:551px;
}

.intro_footer{
	font-family:Tahoma;
	font-size:12px;
	color:#a58152;
	padding-top:70px;
}

.mtop{
	background-image:url('../images/main-top.png');
	background-repeat:no-repeat;
	width:925px;
	height:512px;
}


.content{
	width:821px;
	min-height:300px;
	background-image:url('../images/line.png');
	background-repeat:repeat-y;
	float:left;
}

.bottom{
	background-image:url('../images/bottom.png');
	background-repeat:no-repeat;
	width:821px;
	height:12px;
	float:left;
}

.left{
	width:280px;
	float:left;
	background-image:url('../images/dsg.png');
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:315px;
}

.right{
	width:785px;
	overflow:hidden;
	float:left;
	background-image:url('../images/dsg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.menu{
	padding-top:106px;
	padding-left:24px;
}

.menupoint{
	padding-left:15px;
	height:22px;
	overflow:hidden;
}
.menupoint1{
	padding-left:15px;
	height:22px;
	overflow:hidden;
}
.menupoint_selected{
		background-image:url('../images/icon.png');
		background-repeat:no-repeat;
		height:22px;
		padding-left:15px;
		overflow:hidden;
}

.dots{
	background-image:url('../images/dots.png');
	background-repeat:repeat-x;
	height:1px;
	width:180px;
	margin-left:15px;
	padding-bottom:2px;
	padding-top:2px;
}

.title{
	background-image:url('../images/icon.png');
	background-repeat:no-repeat;
	height:22px;
	margin-left:280px;
	padding-left:20px;
	margin-top:165px;
}

p{
	padding:0px;
	margin-top:0px;
	border:0px;
}

.content_footer{
	font-family:Tahoma;
	font-size:12px;
	color:#a58152;
	margin-top:5px;
	margin-left:280px;
}

.main_content{
	min-height:295px;
	margin-left:280px;
	vertical-align:text-top;
}
.second_menu{
	min-height:295px;
	margin-left:24px;
	float:left;
}

