html{
	height:100%;
	width:100%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#919191;
	background-color:#f8f4f1;
}

body {
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	background-color:#f8f4f1;
}

.all{
	width:100%;
		background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-color:#f8f4f1;
	height:100%;
}

.content{
	width:1024px;
	text-align:left;
}


.c_left{
	float:left;
	width:217px;
	height:151px;
	background-color:#2A252C;
}

.c_bottom{
	float:left;
	width:1024px;
	height:10px;
	background-color:#2A252C;
}

.logo{
	margin-top:25px;
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat;
	height:45px;
}

.c_header{
	float:left;
	background-image:url('../images/img_header.jpg');
	background-repeat:no-repeat;
	width:688px;
	height:151px;
}

.c_right{
	width:119px;
	height:151px;
	background-color:#2A252C;
	float:left;
}

.c_footer{
	background-color:#2A252C;
	width:1024px;
	height:30px;
	float:left;
}

.f_left{
	width:217px;
	float:left;
	height:30px;
}

.f_text{
	font-size:9px;
	color:#cbcdcb;
	font-weight:bold;
	border-left:2px solid #cbcdcb;
	margin-left:12px;
}

.f_middle{
	width:688px;
	float:left;
	background-color:#ffffff;
	height:30px;
}

.c_main{
	background-color:#2A252C;
	width:1024px;
	float:left;
	height:100%;
}

.m_left{
	width:217px;
	float:left;
	height:100%;
}

.main{
	width:618px;
	float:left;
	background-color:#ffffff;
	height:100%;
	padding-top:40px;
	padding-left:35px;
	padding-right:35px;
}

.m_right{
	width:119px;
	float:left;
}

a.menu_r{
	font-size:11px;
	color:#cbcdcb;
	text-decoration:none;
}

a.menu_r:hover{
	font-size:11px;
	color:#cbcdcb;
	text-decoration:underline;
}

a.menu_r_sel{
	font-size:11px;
	color:#cbcdcb;
	text-decoration:underline;
}

a.menu_l{
	font-size:12px;
	color:#c7c7c7;
	text-decoration:none;
}

a.menu_l:hover{
	font-size:12px;
	color:#c7c7c7;
	text-decoration:underline;
}

a.menu_l_sel{
	font-size:12px;
	color:#c7c7c7;
	text-decoration:underline;
}

.menu{
	padding-top:8px;	
}

.title{
	font-size:14px;
	margin-bottom:15px;
	color:#919191;
}

.text{
	margin-bottom:20px;
	color:#919191;
}

