body {
	font-family:arial,verdana;
	font-size:14px;
	background-color:#aeceff;
	color:#69705f;
}

h1 {
	color:#69705f;
	font-size:22px;
}

h2 {
	color:#9fbe61;
	font-size:18px;
	margin-bottom:8px;
}

h3 {
	color:#666;
	font-size:18px;
	margin-bottom:8px;
}

.small {
	font-size:x-small;
}

div#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #bababa;
	background: #fff url('img/flowers.jpg') top left no-repeat;
}
div#pageInner {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	margin:10px 30px 10px 30px;
}

div#header {
	position:relative;
	float:left;
	width:754px;
}
div#headerLeft {
	position:relative;
	float:left;
	width:370px;
	top:112px;
}
div#flowers {
	position:relative;
	float:left;
	width:150px;
	height:100px;
	left:37px;
}
div#nav {
	position:relative;
	float:left;
	width:394px;
	height:35px;
	font-family:arial;
	font-size:11px;
	line-height:35px;
	letter-spacing:.1em;
	color:#fff;
	background-color:#9fbe61;
	text-align:center;
}
div.navEle {
	position:relative;
	float:left;
	width:71px;
	height:35px;
	border-right:1px solid #fff;
	cursor:pointer;cursor:hand;
}
div.navEle A {
	text-decoration:none;
	color:#fff;
}
div#nav div#selected {
	background-color:#666666;
}
div#nav div#unselected {
	background-color:#9fbe61;
}
div#nav div#hover {
	background-color:#6e8344;
}
div#logo {
	position:relative;
	float:right;
	width:360px;
	height:170px;
}

div.contentInner {
	margin:15px 15px 5px 5px;
	line-height:18px;
}

/****** COLUMN ******/
div.column {
	width:205px;
	margin-top:10px;
}
div.column div#columnHeader {
	background:url('img/column-header.gif') no-repeat top;
	width:205px;
	height:22px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:21px;
	_line-height:20px;
}
div.column div#columnHeader span {
	padding-left:10px;
}
div.column div.contentInner {
	text-align:center;
}

div#footer {
	margin-top:20px;
	font-size:11px;
	width:740px;
	text-align:center;
}

div.sponsor {
	text-align:center;
	font-size:11px;
	margin-top:20px;
}


/****** LAYOUT ******/
div#content {
	width:740px;
	position:relative;
	float:left;
	display:block;
	margin:10px 0;
}
div#left {
	position:relative;
	float:left;
	width:510px;
	background:url('img/divider.gif') repeat-y top right;
	padding-right: 15px;
}
div#right {
	position:relative;
	float:left;
	width:205px;
}

