.clear{
	clear:both;
}

.center{
	text-align:center;
	width:100%;
}

.vertical_top{
	vertical-align:top;
}

hr{
	border:1px dotted #E8EAEC;
	margin-top:15px;
	margin-bottom:15px;
}

body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:13px;
}

#container{
	margin:auto;
	width:980px;
	background:#FFFFFF;
}

a{
	color:#CF2234;
	text-decoration:none;
}

img{
	border:none;
}

a:hover{
	text-decoration:underline;
}

/*########### Head ################*/

#head{
	width:980px;
	height:150px;
}

	#head_left{
		width:170px;
		height:150px;
		float:left;	
	}
	
	#head_right{
		width:810px;
		height:150px;
		background:url(../images/template/head_right_bg.jpg) no-repeat;
		float:right;	
	}
	
/*########### Body ################*/

#body_left{
	width:220px;
	float:left;
}

#body_right{
	width:760px;
	float:right;
	background:#FFFFFF;
}