body {
	background-image: url(../images/background.gif);
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	width: 980px;
}
#wrapper #header #navigation {
	background-image: url(../images/navigation.jpg);
	height: 26px;
	width: 500px;
 	padding-left: 480px;
	padding-top:8px;
	overflow: auto;
}
#wrapper #header #navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right:15px;
}
#wrapper #header #navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper #content-background {
	background-color: #02294A;
	background-image: url(../images/content-background-repeat.jpg);
	background-repeat: repeat-y;
	width: 980px;
}
#wrapper #content-background #content {
	background-image: url(../images/content-background.jpg);
	background-repeat: no-repeat;
	width: 980px;
	overflow: auto;
}
#wrapper #footer {
	width: 980px;
}
#wrapper #content-background #content #content-left {
	float: left;
	width: 440px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#wrapper #content-background #content #content-right {
	float: left;
	width: 450px;
	padding-top: 40px;
	padding-right: 50px;
	font-size: 12px;
	color:#FFFFFF;
}
.style1 {font-size: 16px}
.style2 {font-size:16px; color: #6dd7fa}
#wrapper #content-background #content #content-right .style1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style3 {font-size: 10px}
A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}
A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	text-decoration: none;
	color: #9E9C89;
	font-weight: bold;	
}
A:hover {
	text-decoration: none;
	color: #9E9C89;
	font-weight: bold;	
}
