
div.page-content {
	width: 510px;
	float: left;
}

div.header-text {
	padding-left: 30px;
	padding-top: 20px;
}

h1 {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	color: #5b5b5b;
	letter-spacing: 0.1em;
}

div.body-text {
	padding-left: 80px;
}


body {
	background-image: url(../_images/home/master-bkgrnd.jpg);
}

div.menu {
	width: 200px;
}

div.menu a {
	display: block;
	width: 180px;
	height: 23px;
	background-image: url(../_images/home/menu-states.gif);
	background-color: #00aaab;
	background-position: 0 30px;
	background-repeat: repeat-y;
	color: #9ADCD8;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
}

div.menu a:hover {
	color: white;
}

div.menu a:active {
	color: black;
}

div.menu a.selected {
	color: white;
	background-position: 0 0;
	background-image: url(../_images/home/menu-states.gif);
}
