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

@import url(../css/default.css);
@import url(../css/general-classes.css);
/* Layout----------------------------------------------------------------Start----*/
a,img{
	border:0px none;
	outline:0px none;
	}
#container {
	margin:0px auto;
	width:992px;
}
#header {
	width:942px;
	background:url(../images/header-bg.jpg) no-repeat top center;
	overflow:hidden;
	padding:0 24px;
	margin:0 auto;
}
#mid-part {
	background:url(../images/middle-part-bg.png) no-repeat center top;
	width:784px;
	height:177px;
	margin:0 auto;
	padding:37px 0 0 190px;
}
#content {
	background:url(../images/content-part-bg.png) repeat-y center top;
	min-height:200px;
	width:100%;
}
#content-inner {
	width:985px;
	margin:0 auto;
	padding:0 0 0 4px;
}
#lpart {
	float:left;
	display:inline;
	width:211px;
	margin:0 0 20px 24px;
}
#rpart {
	float:right;
	display:inline;
	width:700px;
	padding:0 20px 0 0;
}
#footer {
	margin:0px 0px 0px 4px ;

	width:963px;
	background:url(../images/footer-bg.gif) repeat-x;
	padding:8px 12px 0 12px;
	height:23px;
}
/* Layout----------------------------------------------------------------End------*/
