@import url('navigator.css');

* {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

body {
	background-color: #008899;	
	background-image: url('../images/body_background.gif');
	background-repeat: repeat-y;
	background-position: center;
}

#content { 
	font-size: 18px;
	font-family: Arial;
	line-height: 105%;
	display: block;
	position: absolute;
	margin-left: 190px;
	width: 586px;
	height: auto;
	background-color: transparent;
 }
 
#wrap {
	width: 780px;
	margin: 0px auto;	
}
.header,#stub_header {
	z-index: 40;
	display: block;
	position: absolute;
	margin: 0px auto;
	margin-top: 0px;
	width: 770px;
	padding: 5px;
	height: 200px;
	background-image: url('../images/headers/header_background_1.jpg');	
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
}
#stub_header {
	z-index: 30;
	background-image: url('../images/headers/header_background.jpg');	
}

.contentbox {
	position: absolute;
	display: block;
	margin: 210px auto;
	width: 768px;
	height: auto;
}


#logo {
	position: absolute;
	width: 160px;
	height: 113px;
	background-color: #bbb;
	text-align: center;
	margin: 5px;
	margin-left: 10px;
	line-height:50px;
	background-image: url('../images/logo_background.jpg');
	background-repeat: no-repeat;
}

.fontresizers {
	width: 90px;
	position: absolute;
	margin: 325px 10px;	
	cursor: pointer;
	z-index: 30;
}

.fontresizers img {
	margin: 1px;
	border: solid white 1px;
}

.fontResize {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 19px;	
	background-color: #99cdff;
	border: solid white 1px;
	margin: 2px;
	font-weight: bold;
	font-family: Arial;
}

iframe {
	width: 585px;
	height: 500px;
	border: 	solid black 0px;
}
a:visited {
	color: black;
}
