body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	color: #336633;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

h1 { 
	margin: 3px;
	font-size: 1.8em;
	height: 35px;
	background-image: url(../images/bambooUnderline.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}


h2 { 
	margin: 3px;
	font-size: 1.4em;
}

#xBackground {
	background-image: url(../images/gradiantBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
	height: 561px;
	z-index: 1;
	top: 0px;
	left: 0px;
	position: absolute;
}

#container {	
	background-image: url(../images/bambooBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	width: 100%;
	height: 575px;
	z-index: 100;
	top: 0px;
	left: 0px;
	position: absolute;
}

#menu {
	margin-top: 300px;
	text-align: right;
	color: #fff;
	width: 150px;
	float: left;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li { 
	height: 30px;
	width: 150px;
}

#menu ul li a {
	color: #666;
	text-decoration: none;
	font-size: 1.5em;
	margin-right: 5px;	
}

#menu ul li.selected {
	background-image: url(../images/bambooUnderline.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#content {
	background-color: #fff;
	padding: 10px;
	margin: 135px auto 15px 150px;
	border-top: 2px solid #669966;
	border-left: 2px solid #669966;
	border-right: 3px solid #669966;
	border-bottom: 3px solid #669966;
	width: 750px;
}

#content .minHeightHack {
	float: right;
	height: 350px;
	width: 1px;
}

.clear {
	clear: both;
	height: 1px;;
}


.noCSSHeader {
	font-size: 1.6em;
	font-weight: bold;
}