/* CSS Document */
*, body, html, form, h1, h2, h3 {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

body {
	height:100%;
	position:relative;
	font-size:0.7em;
	line-height:1.5em;
	color:#000000;
	background-image: url(../images/main-layout/main-bg.jpg);
	background-repeat: repeat-x;
}

body, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	display: block;
}
p {
	margin-bottom: 1em;
}
h2 {
	margin-bottom: 1em;
	font-size: 14px;
}


#mainWrapper {
	width: 776px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main-layout/white-bg.jpg);
}
#wrapper {
	width: 776px;
}
#headerWrap {
	background-image: url(../images/main-layout/top-bg.jpg);
	padding-left: 3px;
}

#header {
	position: relative;
	background-image: url(../images/main-layout/top-bg.jpg);
	width: 770px;
}


#headerLOne {
	position: relative;
	margin-bottom: 24px;
}
#headerMenu {
	background-color: #9b9b9b;
	position: absolute;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	top: 115px;
	width: 770px;
	z-index: 100;
}
#title {
	position: relative;
}
#contContainer {
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
}
#leftCol {
	width: 235px;
	position: static;
	left: 0px;
	top: 0px;
	float: left;
}
#rightCol {
	width: 485px;
	top: 0px;
	right: 0px;
	float: right;
	margin-right: 13px;
}
#footer {
	position: relative;
	background-color: #909090;
	clear: both;
	margin-right: 3px;
	margin-left: 3px;
}
#footerText {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	position: relative;
	color: #FFFFFF;
}
