body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#head_img {
	float: right;
}


#wrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #006699;
	background-color: #000000;
}
#wrapper #header {
	height: 120px;
	background-color: #C6D5EA;
}
#wrapper #header .strapline {
	font-size: 180%;
	color: #666666;
	float: right;
	margin-right: 3em;
	margin-top: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #footer {
	font-size: .7em;
	text-align: center;
	background-color: #C6D5EA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

#wrapper #content {
	background-color: #C6D5EA;
	margin-top: 24px;
	width: 750px;
}

#wrapper #nav {
	top: 120px;
	width: 750px;
	left: 334px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	margin-top: 10px;
	margin-bottom: 0px;
	position: absolute;
}
#wrapper #nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #333333;
}
#wrapper #nav li {
	display: inline;
	padding-left: 20px;

}
#wrapper #nav a:link {
	font-size: .8em;
	color: #FFFFFF;
}
#wrapper #nav a:visited {
	font-size: .8em;
	color: #FFFFFF;
}

#wrapper #nav a:hover {
	font-size: 0.8em;
	color: #FF3300;
	text-decoration: none;
}

#wrapper #content object {
	margin-top: 25px;
}

#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#wrapper #footer .strapline {
	display: inline;
}
#wrapper #footer .strapline a:link {
	color: #FF0000;
}
#wrapper #footer .strapline a:visited {
	color: #FF0000;
}
