body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #66ccff;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
.clear {
	clear:both;
}
#contents {
	background: url("../images/contents_bg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	width: 815px;
	margin: 0 auto;
	position:relative;
}

#header {
	background: url("../images/header_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height:127px;
}
#header .strapline {
	position:absolute;
	top:100px;
	right: 2.5em;
	font-size: 120%;
	font-style: normal;
	font-weight:bold;
	font-style:italic;
	color: #66ccff;
	background-color: transparent;
}
#header .logo {
	display: none;
	position:absolute;
	top:25px;
	left:25px;
}

#flash {
	background: url("../images/image1.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	position:relative;
	left:20px;
	width:776px;
	height:200px;
}

#slideshow {
	background-color:transparent;
	width:776px;
	height:200px;
	padding:0;
	margin:0;
}

#nav {
	position: absolute;
	top: 340px;
	right: 3em;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin:0;
}
#nav li {
	font-size: 100%;
	float:left;
	margin-left:0.6em;
	text-transform:capitalize;
}
#nav a:link, #nav a:visited {
	color: #66ccff;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
}
#nav h2 {
	font-size: 110%;
	color: #663300;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin: 1em 3em 0 3em;
	padding-bottom:60px;
	padding-top: 25px;
	font-size: 90%;
}
#content p {
	padding-left: 1.2em;
	text-align:justify;
}
#content img.image {
	float:right;
	clear:right;
	padding:0px;
	margin:0;
}
#content span.caption {
	display:block;
	float:right;
	clear:right;
	width:200px;
	text-align:center;
	margin:0.5em;
	font-size:80%;
}
#content span.caption_two {
	display:block;
	width:500px;
	text-align:center;
	margin:0.5em;
	font-size:80%;
}
#content p, #content ul, #content #textnav {
	margin-right:225px;
	line-height: 1.6em;
}
#content #textnav .left {
	float:left;
}	
#content #textnav .right {
	float:right;
}

#footer {
	background: url("../images/footer_bg.jpg");
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 815px;
	height:60px;
	font-size: 70%;
	padding:0;
	margin:0 auto;
}
#footer p {
	margin: 0em 3em 0.5em 3em;
	padding: 0;
	color:#FFF;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#66ccff;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
}