* {
	position: relative;
}

marquee {
	border: none;
	margin: 0px;
	padding: 0px;
}

a, p, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: 'Times New Roman', Times, Arial;
	color: #555555;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 120%;
}

html {
	overflow: auto;
}

.float_center {
	width: 100%;
	text-align:center;
}

body {
	background-image: url("../images/body_bg.jpg");
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
}

#container {
	background-image: url("../images/bg.jpg");
	width: 928px;
	height: 558px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #00CCFF;
}

#header {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 15px;
}

#header #title {
	margin: 0px;
	padding: 0px;
}

#header #title h1 {
	text-align: center;
	font-size: 240%;
	color: #00CCFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content {
	position:  absolute;
	top: 110px;
	right: 5px;
	width: 720px;
	height: 420px;
	float: right;
	clear: both;
	overflow: auto;
	text-align: justify;
	font-size: 105%;
	font-family: 'Times New Roman', Times, Arial;
	color: #555555;
	margin: 0px;
	padding: 0px;
}

#content ul {
	list-style: none;
	text-align:center;
}

#content ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul li b {
	margin-top: 15px;
	color: #00CCFF;
}

#content p {
	color: #555555;
	margin-right: 10px;
}

#page_images {
	position: relative;
	height: 380px;
	width: 300px;
	top: 0px;
	left: 0px;
	float: left;
}

#page_images img {
	float: left;
	clear: both;
	width: 300px;
	height: 200px;
	margin-bottom: 10px;
}

#content_copy {
	height: 100%;
	overflow: auto;
	width: 400px;
}

#content_copy p, #content_copy h2, #content_copy h3 {
	margin: 10px;
}

#marquee {
	position: absolute;
	bottom: 10px;
	clear: both;
	width: 920px;
	left: 4px;
}

#footer {
	position: relative;
	top: 10px;
	width: 908px;
	height: 161px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F4F0D3;
	padding: 10px;
}	

#footer .award_logo {
	width: 242px;
}

#footer .award_logo a img {
	border: none;
	float: left;
	z-index: 1000;
}

#footer .award_logo p {
	margin: 35px 0px 0px 2px;
	padding: 0px;
	float: left;
	display:inline;
	width: 90px;
	font-size:85%;
	z-index: 1000;
}

#footer address {
	margin-top: 40px;
	font-family: Tahoma;
	color: #444444;
	font-style: normal;
	font-weight: bold;
}

#footer #tel_num {
	font-family: Tahoma;
	color: #444444;
	font-style: normal;
}

#footer #tel_num, #footer .email_address {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#footer .email_address a {
	color: #00CCFF;
	font-family: Tahoma;
}

#map {
	float: right;
	width: auto;
	clear: right;
}

#contact_details {
	float: left;
	width: auto;
	clear: left;
}

#credit {
	position: relative;
	top: 20px;
}

#credit a {
	font-size:80%;
}

/*MENU*/
#navigation {
	position: absolute;
	top: 70px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#navigation ul {
	list-style: none;
	width: 100%;
	height: auto;
	z-index: 110;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	float: left;
	height: 20px;
	z-index: 120;
	margin: 0px;
}

#navigation ul li a {
	width: 100%;
	height: 15px;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	z-index: 130;
	margin: 0px;
	color: #00CCFF;
}

#navigation ul li a:hover {
	background-color: #00CCFF;
	color: white;
}

#navigation ul ul {
	display: none;
}

#navigation ul :hover ul {
	display: block;
}

#navigation ul ul {
	background-color: #F4F1D0;
	z-index: 170;
	width: 200px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 1px solid #00CCFF;
}

#navigation ul ul li {
	height: auto;
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#navigation ul ul li a {
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}