body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #211f65;
	font-size: small;
	color: #333333;
}
#wrapper {
	position: absolute;
	z-index: 25;
	height: 600px;
	width: 800px;
	left: auto;
	top: 0px;
	right: auto;
	background-image: url(../images/Production/backGrnd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	position: relative;
	height: 64px;
	width: 750px;
	left: 25px;
	right: 25px;
	top: 20px;
}
#imageWin {
	background-color: #CCCCCC;
	position: absolute;
	z-index: 10;
	height: 288px;
	width: 352px;
	left: 385px;
	top: 95px;
}
#content {
	position: absolute;
	height: 200px;
	width: 700px;
	left: 50px;
	top: 350px;
}
#sidebar {
	position: relative;
	height: 250px;
	width: 350px;
	left: 20px;
	top: 30px;
}
#adSpace {
	height: 250px;
	width: 170px;
	float: left;
}

#linkSpace {
	height: 250px;
	width: 180px;
	float: right;
	color: #ABC9FA;
}
#linkSpace li{
	list-style-type: none;
	border: 1px solid #003399;
	margin: 2px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #134764;
	text-align: right;
}	

#linkSpace a{
	color: #134764;
	text-decoration: none;
}	
#adSpace li {
	list-style-type: none;
	margin-left: -25px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6D0DF;
	border-bottom-color: #8B88B5;
	height: 40px;
	width: 160px;
	margin-bottom: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D0DF;
}
