@charset "utf-8";
/* CSS Document */

#main {
	position:relative;
	width:100%;
	background:#ffffff;
	background-image:url(../images/content_bckg4.jpg);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

#content {
	float:left;
	width:754px;
	padding-left:50px;
	padding-right:0px;
	padding-top:40px;
	padding-bottom:55px;
	background-color:#ffffff;
}

#shadow_top {
	width:100%;
	height:4px;
	overflow:hidden;
	background-color:#efefef;
	background-image:url(../images/shadow_top4.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#shadow_bottom {
	width:100%;
	height:5px;
	overflow:hidden;
	background-color:#efefef;
	background-image:url(../images/shadow_bottom4.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
