* {
margin: 0;
padding:0;
}
body {
	background-image: url(/images/back.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment:scroll;
	background-color:#5366ae;
	SCROLLBAR-FACE-COLOR:#F26522;
	SCROLLBAR-HIGHLIGHT-COLOR: #6699CC;
	SCROLLBAR-SHADOW-COLOR: #6699CC;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #E3E3E3;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	text-align: center;
}
#siteContainer {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#bodyBox{
	position: relative;
	z-index: 1px;
	width: 950px;
	background-color: #FFFFFF;
}
#headerBox{
	position: relative;
	z-index: 10px;
}
.contentBox {
	float: left;
	width: 690px;
	margin-left: 7px;
}
.bigBox {
	width: 690px;
	float: left;
	/*margin-top: 5px;*/
	margin-bottom: 5px;
}
.mediumBox {
	width: 330px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}