@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
}
html{

}
body{
	background:#2d90af url('images/bg_column.jpg') repeat-y 50% 0;
}
#main_wrapper{
	width:960px;
	margin:0 auto 0 auto;
}
#top{
	background:url('images/bg_top.jpg') top left no-repeat;
	width:960px;
	height:34px;
	margin:0;	
}
#content_wrapper{
	margin:12px 48px 0 30px;
}
#nav{
	width:197px;
	margin-right:34px;
	float:left;
}
#navlist{
	padding-top:16px;
	padding-left:3px;
}
#content{
	width:650px;
	float:left;
	margin-top:47px;
	*margin-top:48px;
	margin-bottom:8em;
}
#content li{
	margin-left:3.5em;
	margin-right:3em;
}
p{
	margin:0 auto 1em 0;
}
.hr{
	width:648px;
	height:2px;
	margin:1em auto 1em auto;
	background:url('images/hr.jpg') top left no-repeat;
}
.inset_image{
	float:right;
	margin:10px;
}
.swish{
	width:111px;
	height:53px;
	margin:0 auto 0 auto;
	background:url('images/swish.jpg') center no-repeat;
}