body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Trebuchet MS, Arial, Geneva, Helvetica, Helv, sans-serif;
	}
#header {
	border: 1px solid #547cd1;
	background-image: url(images/mastright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
#main {
	border-bottom: 1px solid #547cd1;
	}
#left {
	border-right: 1px solid #547cd1;
	}
#left p {
	font-size: 11px;
	}
#content {
	
	}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	margin-left: 10px;
	}
#right {
	border-left: 1px solid #547cd1;
	}
#right p {
	font-size: 12px;
	line-height: 14px;
	margin-left: 6px;
	}
	#right li {
	font-size: 12px;
	}
#copy {
	text-align: center;
	}
#copy p {
	font-size: 10px;
	}
#panel p {
	font-size: 12px;
	line-height: 14px;
	margin-left: 10px;
	margin-right: 8px;
	color: #fff;
	}
h1 {
	margin-left: 10px;
	font-size: 14px;
	color: #C7894B;
	}
/*NavStuff*/

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
		font-size: 11px;
		}
		
	#button li {
		border-bottom: solid 1px #D66952;
		margin: 0;
		width: 150px;
		}
#button li a {
		display: block;
		padding: 10px 5px 10px 0.5em;
		/*border-left: 10px solid #71471B;*/
		/*border-right: 10px solid #508fc4;*/
		background-color: #fff;
		color: #547cd1;
		text-decoration: none;
		width: 150px;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		/*border-left: 10px solid #71471B;*/
		/*border-right: 10px solid #5ba3e0;*/
		background-image: url(images/roll.jpg);
		color: #000;
		}