@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}


#container {
	width:1047px;
	height:1000px;
	padding: 0px;
	margin: 0 auto;
}

#content {
	width:1065px;
	height:515px;
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
}

#header {
	text-align: center;
	width:1047px;
	height:399px;
}

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	width: 1065px;
	height: 35px;
	margin: 0;
	padding: 0;
}
#footer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
	
#leftCol {
	float: left;
	width: 450px;
	color:#000;
	text-align:left;
	line-height:23px;
	padding-left: 180px;
	padding-top: 35px;
	height: auto;
	padding-right: 0px;
	margin: 0;
}
#rightCol {
	float: left;
	width: 249px;
	height: auto;
	padding: 0;
	margin: 0px;
}

.clearBoth {
clear:both;
}
