/* BODY SETTINGS */

body {
	background: navy url("images/small50.jpg");
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	margin: 12px;
}

/* TOP DIVISION AND SETTINGS */

div.top {
	height: 100px; width: 730px;
	border: 5px #fc3 ridge;
	color: #fc3; background-color: navy;
	font: 19px arial, sans-serif;
	text-align: center;
	margin: 20 12 20 12;
}

div.top h1 {
	font: 40px arial, sans-serif; font-weight: bold;
	color: #fc3; background-color: transparent;
	margin-bottom: 3px;
}

div.top h2 {
	font: 33px arial, sans-serif; font-weight: bold;
	color: #fc3; background-color: transparent;
	margin-bottom: 3px;
}

div.top h3 {
	font: 23px arial, sans-serif; font-weight: bold;
	color: #fc3; background-color: transparent;
	margin-bottom: 3px;
}

/* MAIN DIVISION AND SETTINGS */

div.main {
	height: 500px; width: 730px; border: 5px #fc3 ridge;
	color: #fc3; background-color: navy;
	font: 13px arial, sans-serif bold;
	padding: 20 5 20 5;
	margin: 0 12 20 12;
}

div.main img {
	border: 3px #fc3 double;
}

div.main h3 {
	font: 23px arial, sans-serif; font-weight: bold;
	color: #fc3; background-color: transparent;
	margin-bottom: 3px; text-align: center;
}

div.main h4{
	margin-bottom: 5px;
}

/* LINKS DIVISION AND SETTINGS */

div.links {
	width: 730px; height: 120px;
	border: 5px #fc3 ridge;
	color: #fc3; background: navy;
	font: 15px arial, sans-serif; text-align: center;
	padding: 5px;
	margin: 0 12 20 12;
}

div.links a, div.links a:link, div.links a:active, div.links a:visited {
	color: #fc3; background: transparent;
	font: 15px arial, sans-serif; font-weight: bold;
	text-decoration: none; padding: 0 5 0 5;
}

div.links a:hover {
	color: navy; background: #fc3;
	font: 15px arial, sans-serif; font-weight: bold;
	text-decoration: none; padding: 0 5 0 5;
}

div.links h2 {
	color: #fc3; background: transparent;
	font: 19px arial, sans-serif;
}

div.links a.thispage, div.links a.thispage:link, div.links a.thispage:active, div.links a.thispage:visited {
	color: gray; background: transparent;
}