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

body {
	background-image: url(../images/navback.png);
	background-repeat: repeat-x;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav {
	height: 45px;
	vertical-align: middle;
	margin-top: 10px;
}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
#content {
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#footer  a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
.copy a:link {
	color: #CC6600;
	text-decoration: none;
}
#rgt-col {
	float: right;
	width: 300px;
}
.copy a:visited {
	color: #CC6600;
	text-decoration: none;
}
