@charset "UTF-8";
body {
	background-color: #000033;
}
/* CSS Document */

#wrapper {
	background-color: #999999;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
	border-bottom-color: #0000FF;
}
#header {
	background-color: #FFFFFF;
	height: 205px;
	width: 800px;
	background-image: url(hompagefinal.jpg);
}
#link a {
	color: #0000FF;
	text-decoration: none;
}
#footer-link a {
	color: #0000FF;
	text-decoration: none;
}
#link {
	background-color: #FFFFFF;
	height: 30px;
	width: 800px;
	background-image: url(linkstrip.jpg);
	color: #0000FF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	padding-top: 10px;
}

#main-content {
	background-color: #0033FF;
	height: 840px;
	width: 800px;
}
#content {
	background-color: #FFFFFF;
	height: 840px;
	width: 595px;
	float: left;
}

#sidebar {
	background-color: #5E63AD;
	float: right;
	height: 840px;
	width: 205px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #5E63AD;
}

#footer-link {
	background-image: url(linkstrip-footer.jpg);
	height: 30px;
	width: 800px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	color: #0000FF;
	padding-top: 10px;
	font-size: 14px;
}


#footer {
	background-color: #5E63AD;
	height: 30px;
	width: 800px;
	clear: both;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 10px;
}
#content form {
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main-content #content img {
	margin-right: 15px;
	margin-bottom: 5px;
}

