/* body */
	body {
		margin: 10px;
	}

	#container {
		border-color: #333333;
		border-style: solid;
		border-width: 1px;
	}

/* header */
	#header {
		padding: 60px 5px 5px 45px;
	}
	
	.logoText {
		font-family: Arial, Helvetica, sans-serif;
		color: #0057A6;
		
		font-size: 12px;
		font-weight: bold;
		position: relative;
		top: -7px;
	}
	
/* main */

	#main {
		background-color: #CC9900;
	}
	
	#topnav {
		background-color: #444444;
		height: 21px;
		margin-top: 5px;
	}
	
	#topnav p {
		line-height: 21px;
		color: #FFFFFF;
		text-align: center;
	}
	
	#topnav a {
		color: #FFFFFF;
	}	
	#picturebar {
		padding: 8px;
		background-color: #FFFFFF;
		text-align: center;
		border-bottom-color: #333333;
		border-bottom-style: solid;
		border-bottom-width: 3px;
	}
	
	#content {
		margin-top: 100px;
		margin-left: 20px;
		padding-right: 50px;
		float: right;
	}
	
	#content p {
		image=watermark.gif
		text-align: right;
		color: #333333;
	}
	
/* footer */
	#footer {
		background-color: #444444;
		margin-top: 0px;
		height: 20px;
		width: 740px;
	}
	
	#footer p {
		color: #FFFFFF;
		font-size: 11px;
		line-height: 20px;
		margin-left: 45px;
	}