/* CSS Document */

<style type="text/css">
	
	
	body {
		margin:20px 20px 0px 20px;
		}
	
	#frame {
	border:1px solid #000;
	padding: 5px;
	height: 603px;
	width: 821px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 5em auto auto;
		}
		
		#photo {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
		}
		
		#logo {
	background-color: #006699;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 100px;
	width: 155px;
	padding: 5px;
		}
		
		
		#header {
	height: 100px;
	width: 640px;
	padding: 5px;
	float: right;
	clear: none;
	background-color: #99CC00;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
		}


		#nav {
	background-image: url(images/nav.png);
	background-repeat: repeat-y;
	float: left;
	height: 474px;
	width: 155px;
	padding: 5px;
	background-color: #99CC00;
	background-position: center center;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 12px;
	vertical-align: 10%;
	display: table-column-group;
		}

		#main {
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: medium;
	font-variant: normal;
	font-style: normal;
	height: 475px;
	width: 640px;
	float: right;
	padding: 5px;
	margin: 5px 0px 0px;
	overflow: scroll;
	visibility: visible;
	z-index: auto;
		}


	
</style>
