@charset "UTF-8";
/* CSS Document */

body.landing {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

table.landing_box {
/*	background-color:#FFFF33; */
	background-color: #000000;
	background-image: url(resources/border.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 40px;
}

/*************/
/* NAMEPLATE */

div#nameplate {
/*	background-color: #CCCCCC; */
	width: 725px;
	height: 105px;
}

#nameplate img {
	margin-top: 55px;
	margin-left: 85px;
}

/*******************/
/* NAVIGATION LIST */

div#nav {
/*	background-color:#FF9933; */
	width: 150px;
	height: 405px;
	float: left;
}

#nav ul {
	margin-top: 20px;
	margin-right: 5px;
	padding: 0;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #975C1C;
	font-size: 18px;
	list-style: none;
	text-align: right;
}

#nav ul li {
	padding-bottom: 8px;
}

#nav a:link, #nav a:visited {
	color: #975C1C;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #975C1C;
	text-decoration: underline;
}

/**************/
/* MAIN IMAGE */

div#main_image {
/*	background-color:#66FF00; */
	width: 575px;
	height: 405px;
	float: left;
}

#main_image img {
	margin-top: 12px;
	margin-left: 15px;
}