body{
	background: #FBF8AF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: normal;
	margin: 0px auto;
}

#wrapper{
	width: 920px;
	background: #FBF8AF;
	color: #000000;
	font-family: Verdana;
	font-size: small;
	text-align: center;
	margin: 0px auto;
	border: solid 0px black;
}

#header{
	width: 320px;
	float: left;
}

/*
 *	TOP MENU
 */
#topmenu{
	width: 600px;
	float: left;
}
#topmenu ul{
	border-bottom: solid 1px black;
	margin-top: 45px;
	padding: 2px;
}
#topmenu ul li{
	display: inline;
	margin-right: 8px;
}

/*
 *	NAVIGATION MENU
 */
#nav{
	float: left;
	width: 220px;
	overflow: hidden;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
}
#nav h3{
	font-size: small;
	background-color: #FF8A00;
	border-bottom: solid 1px #AA5;
	margin: 0;
	padding: 4px;
	padding-left: 8px;
}
#nav ul{
	border: solid 1px #AA5;
	border-top: 0;
	margin: 0;
	padding: 0;
}
#nav ul li{
	font-size: small;
	font-weight: bold;
	list-style-type: none;
	background-color: #FDA;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #AA5;
	padding: 4px;
	padding-left: 8px;
}

/*
 *	FOOTER
 */
#footer{
	color: #000000;
	font-size: x-small;
	text-align: center;
	margin-top: 10px;
}
#footer a{ font-size: x-small; color: #000000; font-style: italic }

/*
 *	MAIN CONTENT
 */
#content{
	float: left;
	width: 690px;
	margin-left: 10px;
}
#content h1{
	font-size: small;
	text-align: left;
	background-color: #FF8A00;
	margin: 0;
	padding: 4px;
}
#content h2{
	font-size: small;
	text-align: left;
	background-color: #FF8A00;
	margin: 0;
	padding: 4px;
}
#content h3{
	font-size: small;
	margin-bottom: 4px;
}
div.box{
	background-color: #FAFAFA;
	border: solid 1px #AA5;
	text-align: left;
	padding: 4px;
}
div.box p{
	margin: 0;
	margin-bottom: 8px;
}

/*
 *	COLUMNS
 */
div.col1{
	width: 340px;
	float: left;
}

a:link{		color: #000000; font-size: small; text-decoration: none; }
a:visited{	color: #000000; font-size: small; text-decoration: none; }
a:hover{	color: #000000; font-size: small; text-decoration: underline }
a:active{	color: #000000; font-size: small; text-decoration: none; }

/*
 *	BOX + CONTENT
 */
div.round1, div.round2, div.round3{
	display:block;
	overflow:hidden;
    padding: 0px;
	background-color: #FF8A00;
	height: 1px;
}
div.round1{
	margin: 10px 4px 0px 4px;
}
div.round2{
	margin: 0px 2px 0px 2px;
}
div.round3{
	margin: 0px 1px 0px 1px;
}

/*
 *	FORMS
 */
form{
	margin: 5px;
	margin-top: 0;
	padding-top: 5px;
}
input.button{
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
}

/*
 *	EXTRA
 */
ul.alphabet{
	padding: 0;
	margin: 0;
	margin-top: 8px;
}
ul.alphabet li{
	display: inline;
	font-weight: bold;
	margin-right: 8px;
}
