@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a img{ border:0;}
/*---------------------------------*/
body{
	border-top:7px solid #172b4b;
	}
#wrapper{
	width:880px;
	margin:0 auto;
	padding:0px;
	padding-bottom:80px;
	}
#header{
	padding:35px 0;
	clear:both;
	}
#content{
	clear:both;
	}
#content #full{
	}
#content #medium{
	width:660px;
	float:left;
	margin-right:10px;
	}
#content #small{
	width:200px;
	float:left;
	padding-left:9px;
	border-left:1px solid #ccc;
	}
#footer{
	background:#172b4b;
	color:#FFF;
	clear:both;
	}
#footer_inner{
    margin: 0 auto;
    padding: 40px 0;
    width: 880px;
	position:relative;
	}
