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


#container {
background-color: #E1E1E1;
margin-right: auto;
margin-left: auto;
position: relative;
width: 900px;
padding:20px;
}
#rgtcol {
	float: right;
	width: 250px;
}

#lftcol{
	width:630px;
}

.footer {
text-align: center;
width: 900px;
margin-right: auto;
margin-left: auto;
position: relative;
padding-top: 12px;
clear:right;
}



#header {
	height: 135px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
}

#header a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9FC;
	text-decoration: none;
}
#header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#topnav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 57px;
	position: relative;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #09C;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.nav {
	text-align: center;
	margin-top: 8px;
}

#callbox {
	width: 230px;
	border: 1px solid #666;
	float: right;
	padding: 5px;
	text-align: justify;
	background-color: #FFF;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
body {
	margin: 0px;
	background-color: #CCCCCC;
}
.feed {
	float: right;
	width: 300px;
	position: inherit;
	clear: both;
	text-align: right;
}

