#wrap {
	background: #E9AA6B;
	border: 1px solid #000000;
	font: 90% Arial, Helvetica, sans-serif;
	width: 780px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF;
}
#side img {
}
#wrap #head ul {
	list-style: url(images/dot.jpg) none;
	padding-left: 0px;
	padding-top: 15px;
	margin-left: 10px;
}
#left p {
	margin-left: 15px;
	margin-right: 15px;
}
#wrap #head li {
	display: inline;
	margin-right: 5px;
	padding: 3px;
}
#side {
	width: 36%;
	margin-right: 20px;
	float: right;
}
#left {
	width: 50%;
	margin-left: 18px;
	float: left;
}
#logo {
	border: 3px ridge #33FFFF;
	text-align: center;
	width: 250px;
	background: #FEA736;
	padding-bottom: 5px;
	height: 150px;
	font-size: 120%;
	margin: 25px auto;
	font-weight: bold;
}
#logo h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 25px;
	font-size: 2em;
}
#side #logo img {
	border-style: none;
	margin: 0px;
}
#main {
}
#wrap #foot {
	clear: both;
	font-size: 80%;
	padding: 2px 15px;
	border-top: #000000 solid 1px;
	text-align: right;
}
#main #left img {
	border: 1px solid #000000;
}
#head {
	margin-bottom: 18px;
	border-bottom: #000000 solid 1px;
}
#head a {
}

#side img {
	border: 1px solid #000000;
	margin-top: 25px;
	margin-bottom: 25px;
}
.quote {
	font-style: italic;
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	text-align: center;
}

#head a:link, a:visited {
	text-decoration: none;
	color: #000000;
	padding: 2px 4px 3px 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	background: #FEA736;
}
#head a:hover {
	text-decoration: none;
	color: #000000;
	padding: 2px 4px 3px 5px;
	background-color: #FEA736;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	position: relative;
	left: 1px;
	top: 1px;
}

#head a.current {
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	background: #FEA736;
	position: relative;
	left: 0px;
	top: 0px;
}

.bold {
	font-weight: bold;
}
#next {
	color: #000000;
	border: 3px ridge #33FFFF;
	display: block;
	background-color: #FEA736;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	font-weight: bold;
}#next a:link {
	text-decoration: none;
	border-style: none;
}
#next a:visited {
	text-decoration: none;
	border-style: none;
}
#next a:hover {
	text-decoration: underline;
	border: none;
}
.yellowBox {
	border: 3px ridge #666666;
	background: #FEA736;
	margin: 25px;
	padding: 10px;
	font-weight: bold;
}
#main a:visited {
	color: #6666CC;
	text-decoration: underline;
	background: url(none);
	border-style: none;
}
