@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #6699CC;
	text-align: left;
	background-image:url(images/background1.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#shell {
	padding-left: 0px;
	padding-right: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-color: #FFFFFF;
	width: 990px;
	height: 100px;

	}

#header h3 {
	padding-left:20px;
	color:#CC6666;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#nav-links {
	color:#FFFFFF;
	text-align:center;
	width: 100%;
	height: 25px;
	background-color: #99CCFF;
	font-size: 17px;
	margin-left:0 auto;
	margin-right:0 auto;
}

#nav-links a {
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	height:25px;
}

#nav-links a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	height:25px;
	background:#6699FF;
	line-height: 20px;
}

#footer {
	text-align:center;
	color: #444444;
	font-weight: bold;
}

#footer a {
	text-decoration:none;
	color:#666666;
	text-transform: uppercase;
	}
#footer a:hover {
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	}

a img {
	border: none;
	}

#img-left {
	float:left;
	}

#image-caption {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
 }