body{
	margin:0;
	padding:0;
}

.common_container{
	width:1000px;
	margin:0 auto;
}

#header{
	height:100px;
}

#hor_menu{
	background-color:#96A4B4;
	background-image: url(../assets/hor_c_menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow:auto;
}

#hor_l{
	background-image: url(../assets/hor_l_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow:auto;
}

#hor_r{
	background-image: url(../assets/hor_r_menu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow:auto;
}

#h_menu{}

#h_menu ul{
	margin:5px 10px;
	padding:0 0 5px 0;
}

#h_menu ul li{
	list-style:none;
	color:#FFFFFF;
	float:left;
	margin:0;
	padding:0 15px 5px 0;
}

#content_row{
	clear:both;
}

#col1{
	width:700px;
	float:left;
}

#col2{
	width:292px;
	float:right;
}
