/*
Enter WP DEsign & creation comments here
*/
/*///GENERAL///*/
body{
	margin: 0px;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	background-image: url(mainBG.jpg);
	background-repeat: repeat-x;
}
h1{
	font-size:22px;
	margin-bottom:7px;
	margin-top:5px;
}
h2{
	font-size:18px;
	margin-bottom:7px;
}
a img{
	border:none;
}
#fot {
	margin-left: 50px;
	margin-top: 20px;
}
#container {
	margin: 0 auto;
	width: 900px;
	height: 869px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color:#FFF;
}
#container2{
	/*border: 1px solid #0000ff;*/
}
#container3{
	width: 869px;
	background-position:bottom;
	background-repeat:no-repeat;	/*border: 1px solid #ff0000;*/
}
/*///HEADERS///*/
#header {
	width: 869px;
	height: 96px;
	background: url("images/oo_imgheader.gif") no-repeat left top;
	/*border: 1px solid #333333;*/
}
/*///CONTENT///*/
#leftCol{
	margin-left:45px;
	width: 375px;
	float: left;
	/*border: 1px solid #333333;*/
}

#rightCol{
	margin-left:45px;
	width: 375px;
	/*border: 1px solid #ff9900;*/
	float:left;
}

/*///FOOTER///*/
#pushbottom{
	clear:both;
}
#footer{
	width: 100%;
	height: 430px;
	background-image:url(sidfotQF.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

