/* CSS Document */

#header {
	background: url(images/middlebox.jpg) repeat-y top left #bfd0d7;
	width: 741px;
	height: 300px;
	}

#nav {
	width: 185px;
	height: 300px;
	float: left;
	padding-left: 21px;
	background-color: #939a8c;
	}

#links {
	background-color: #905542;
	padding: 12px;
	font-size: 12px;
	line-height: 1.5em;
	height: 280px;
	}

#topsection {
	float: left;
	background: url(../images/rightsidebox.jpg) repeat-y top right ;
	width: 534px;
	height: 300px;
		}

#topsection p {
	font-size: 11px;
	padding: 10px;
	margin: 0 41px 0 0;
	background-color: #e6eef0;
	line-height: 1.5em;
	}

#showcase {
	clear: both;
	background-color: #939a8c;
	width: 730px;
	padding: 10px 5px;
		}

table#showcase {
	font-size: 9px;
	}

table#showcase img {
	border: 4px solid #cccccc;
	}

#footer {
	width: 710px;
	background-color: #939a8c;
	padding: 15px;
	font-size: 10px;
	}