body {
	background: #CCCCFF none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div#page {
	background: #629ea3 url(images/page-gradient.jpg) repeat-x 0 0;
	color: #FFF;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 153px;
	min-height: 295px;
	height: auto !important;
	height: 295px;
}

div#header {
	position: absolute;
	left: 0;
	top: 0;
	height: 153px;
	width: 960px;
	background: transparent url(images/page-bg.jpg) no-repeat 0 0;
}

div#content {
	position: relative;
	left: 192px;
	top: 153px;
	padding: 10px;
	border: 1px solid #629ea3;
	background: #fff none;
	width: 706px;
	color: #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

div#nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 192px;
	background: transparent url(images/page-bg.jpg) no-repeat 0 0;
}
div#nav img {
	border: none;
}
div#nav ul {
	list-style: none outside none;
	margin: 0 0 0 20px;
	padding: 0;
}
div#nav a {
	color: #fffae5;
	text-transform: uppercase;
	line-height: 1.8em;
	font-size: 14px;
	text-decoration: none;
}
div#nav a:hover {
	color: #336633;
}
div#nav a.selected {
	color: #9999CC;
}

div#footer {
	position: relative;
	left: 192px;
	top: 153px;
	width: 706px;
	padding: 10px 0 15px 0;
	color: #fff;
}
div#footer a {
	color: #fff;
}

div#content p {
	margin: 0px;
	padding: 4px;
	z-index: 0;
}
div.images {
	margin: 5px;
	padding: 5px;
	background: #DDD none;
}

div.images img {
	border: 2px transparent solid;
	height: 100px;
}

div.images img:hover {
	border: 2px #000000 solid;
}

h1 {
	margin-left: 192px;
	margin-right: 42px;
	font-size: 500%;
	font-weight: normal;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-style: italic;
}