@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 10px;
	background-image: url(../shared/bg_contentwrapper.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#title {
	float: left;
	width: 349px;
	text-align: center;
	vertical-align: bottom;
	height: 185px;
	overflow: hidden;
}
#portrait {
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-right: 194px;
	margin-left: 349px;
	height: 185px;
}
#nav {
	width: 195px;
	float: right;
	margin-right: 10px;
	margin-top: 12px;
}
#navwrapper {
	background-color: #663333;
	background-image: url(../images/colourband.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.leftcol {
	width: 450px;
	margin-left: 15px;
	padding: 0;
	float:left;
}
#rightcol {
	/* float: right; */
	width: 228px;
	float:left;
}
#feature {
	background-color: #FFFFFF;
	width: 228px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: center;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
