@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img, #bgTop, #bgBottom, #logo {
	behavior: url(iepngfix.htc)
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	background-color: #fff;
	background:url(images/repeatbg.jpg) repeat-y;
	margin-bottom: 10px;
}

#pageWrap {
	width: 850px;
	margin: 10px auto;
	background-color: #d5e5a7;
	border: 6px solid #fff;
}

#bgTop {
	background: url(images/logo.jpg) no-repeat top right;
	width: 850px;
}

#bgBottom {
	background: url(images/contentSwirlBottom.jpg) no-repeat bottom left;
	width: 850px;
}

#logo {
	float: right;
	width: 311px;
	height: 232px;
	background: url(images/logo.jpg) no-repeat;
}

#topDiv {
	float: left;
	width: 298px;
}

#menuLeft {
	float: left;
	width: 239px;
	height: 564px;
}

#contentWrap {
	position: relative;
	float: right;
	clear: right;
	width: 610px;
}

#content {
	clear: both;
	padding: 6px;
	padding-top: 30px;
	
}

.clear {
	clear: both;
}
