/* CSS Document */
#contentholder {width: 300px;}

#subnav {
	text-align: right;
	}

#subnav li {
	padding: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: right;
	}

#subnav li a {
	width: 150px;
	display: inline;
	}

#subnav li a:hover {
	background: none;
	}

#latestnews {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	width: 310px;
	font-weight: normal;
	font-size: 85%;
	float: left;
	}

#latestnews li {
	list-style: none;
	}
#latestnews ul {
	margin: 0px;
	padding: 0px;
	}

#latestnews h2{
	margin: 20px 0px 5px 0px;
	font-size: 140%;
	padding: 0px;
	color: #FF6600;
	}

#latestnews p {
	padding: 0px;
	}

.newslink {
	float: right;
	margin-top: 20px;
	}

#contactus {
	float: left;
	background: #cccccc;
	padding: 5px;
	width: 180px;
	text-align: right;
	color: #333333;
	font-weight: normal;
	font-size: 95%;
	}

#contactus h2 {
	color: #6a0000;
	margin: 0px 0px 8px 0px;
	font-size: 150%;
	}

#flashphotos {
	width: 195px;
	height: 440px;
	float: right;
	}