body {
	background-color: #99ccff;
	background-image: url();
	font-size:67%;
	color: #000;
	font-family: tahoma, verdana, georgia;
	}

a:link, a:active, a:visited {
	color: #000066;
	text-decoration:none;
	font-weight:bold;
	}


a:hover {
	color: #fff;
	background-color: #000066;
	text-decoration:none;
	font-weight:normal;
	}

	
img {
	border:0px;
	}


.menu {
	width:609px;
	height:175px;
	position:absolute;
	top:25px;
	left:120px;
	}

.image {
	width:609px;
	height:286px;
	position:absolute;
	top:200px;
	left:120px;
	}
	

.content {
	width:590px;
	height:277px;
	position:absolute;
	top:200px;
	left:125px;
	padding:2px;
	overflow:auto;
	}
	
	
h1 {
	font-size:105%;
	word-spacing: 2px;
	letter-spacing: 3px;
	color: #3399CC;
	font-weight:normal;
	text-align:left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #3399CC;
	}
	
h2 {
	font-size:105%;
	word-spacing: 2px;
	letter-spacing: 3px;
	color: #3399CC;
	font-weight:normal;
	text-align:left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #3399CC;
	}


.center {
	text-align:center;
	}


strong {
  color: #3399CC;
	}

input, textarea, select, option, radio {
	background-color: #99ccff;
	border: 1px solid #3399CC;
	font-size:10px;
	color: #000;
	font-family: verdana, tahoma, sans-serif;
	}
