html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #323232;
	color: #fff;
	height: 100%;
	/*
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	*/
}
div.headWrap {
	width: 100%;
	height: 50px;
	/*background-color: #323232;*/
	color: #dadada;
	margin: 0;
	padding: 0;
}
div.header {
	width: 930px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #3e3e3e;
}
	div.header a {
		color: #ffffff;
	}
div.overHeader {
	width: 930px;
	margin: 0 auto;
	height: 17px;
	background-color: #323232;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
	margin: 0 auto 0 -12px;
	font-size: 12px;
	padding: 0 10px;
}
	div.overHeader a {
		color: #99c9ff;
		text-decoration: none;
	}
	div.overHeader a:hover {
		text-decoration: underline;
		color: #FF9AB5;
	}
div.headWrap h2 {
	float: left;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
div.headWrap .headLinks {
	margin: 7px auto;
	/*width: 728px;*/
	float: right;
}
div.underHeader {
	width: 930px;
	height: 90px;
	margin: 0 auto 0 auto;
	background-color: #3e3e3e;
}
div.uh1 {
	width: 200px;
	float: left;
}
div.uh2 {
	width: 728px;
	float: left;
}
div.b200x90  {
	float: left;
	margin-right: 10px;
}
div.b200x90:last-child  {
	margin-right: 0;
}
div.b200x90 img {
	width: 200px;
	height: 90px;
}

div.b728x15 {
	width: 728px;
	height: 15px;
	margin: 15px auto;
}
div.b728x15 img {
	width: 728px;
	height: 15px;
	/*margin: 0;*/
}
div.siteWrap {
	width: 930px;
	background-color: #3e3e3e;
	margin: 0 auto;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
	border-bottom: 0;
	padding: 0 10px;
	text-align: justify;
	height: 100%;
}
div.Wrap160x600 {
	width: 160px;
	float: left;
	margin-right: 10px;
}
div.contentWrap {
	width: 930px;
	float: left;
	/*height: 100%;*/
}

div.formWrap {
	width: 750px;
	margin: 5px auto;
}

form.form {
	font-size: 80%;
	background-color: #f5f5f5;
	padding: 10px;
}
	input.textbox {
		width: 600px;
		height: 30px;
		font: 120% arial, verdana, sans-serif;
		margin-top: 5px;
	}
	input.button {
		/*margin-top: 10px;*/
		height: 36px;
		padding: 3px;
		font-family: arial, verdana, sans-serif;
		font-size: 120%;
	}
	label {
		font-weight: light;
	}
	.baloon {
		background-color:#cccccc;
		padding: 5px;
	}
	
#options {
	list-style-type: none;
	width: 900px;
	height: 30px;
	margin: 10px 10px 10px 0; padding: 0;
}
#options li { 
	float: left;
	width: 140px;
	border-left: 5px solid #ccc;
}

div.Divs4Holder {
	width: 750px;
	height: 90px;
	margin: 15px auto;
}

div.b180x90 {
	width: 180px;
	height: 90px;
	float: left;
	margin-right: 10px;
}
div.b180x90:last-child {
	margin-right: 0;
}

div.Divs4HolderS {
	width: 630px;
	height: 250px;
	margin: 15px auto;
}
div.b160x90 {
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 10px;
}
div.b160x90:last-child {
	margin-right: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}


div.footerWrap {
	width: 952px;
	height: 65px;
	margin: 0;
	color: #ffffff;
	/*padding-top: 5px;*/
	margin-left: -12px;
}
div.footer {
	width: 950px;
	/*width: 90%;*/
	margin: 0 auto 0 auto;
	background-color: #3e3e3e;
	height: 100%;
	font-size: 12px;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
}
div.footerCopy {
	width: 20%;
	float: left;
	text-align: left;
}
div.footerLinks {
	width: 920px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
	div.footerLinks a {
		color: #99c9ff;
		text-decoration: none;
	}
	div.footerLinks a:hover {
		text-decoration: underline;
		color: #FF9AB5;
	}