@charset "utf-8";
/* CSS Document */
#body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	background: #fff;
}


#content_wrap {
	margin: 0 auto;
	min-width: 1013px;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 1013px;
	min-height: 1400px;
	padding-left: 10px;


}

#logo {
	background-image: url(images/main.gif);
	background-repeat: repeat-x;
	height: 177px;
	width: 971px;
	float: left;
	background-position: center;
}

#nav {
	background-repeat: repeat-x;
	height: 100px;
	width: 190px;
	float: left;
	background-position: center;
}
#content {
	background-repeat: repeat-x;
	height: 1000px;
	width: 971px;
	float: left;
	padding-left: 0px;

}
#content2 {
	background-repeat: repeat-x;
	height: 550px;
	width: 700px;
	float: left;
	padding-left: 160px;

}
#content3 {
	background-repeat: repeat-x;
	height: 50px;
	width: 500px;
	float: left;
	padding-left: 100px;

}
#h5 {
	size:3px;

}
	/* Footer styles */
	#footer {
		clear:both;
		text-align:center;
		width:100%;
		padding-top:22px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
