@charset "utf-8";
/* CSS Document */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #FF9900;
	background-color: #FFD697;
	font-size: x-small;
	color: #000000;
}
#wrapper {
	width: 760px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 0%;
	border: 2px solid #000000;
	background: #FFFFFF url(images/wrapback.gif) repeat-y top;
}
#brand {
	width: 760px;
	height: 140px;
	border-bottom: 1px solid #000000;
	background: #FFFFFF url(images/brandback.jpg) center top no-repeat;
}
#motto {
	width: 760px;
	height: 140px;
	float: left;
	border-bottom: 1px solid #000000;
	background: #FFFFFF url(images/mottoback.jpg) left center no-repeat;
}
#sideBar {
	width: 199px;
	height: auto;
	float: left;
}
#sideBar ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 40px;
}
#sideBar ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	text-decoration: none;
	border-top: 2px groove #FFFFFF;
	background: #E4E4E4 url(images/black-r.gif) 92% 50% no-repeat;
}
#sideBar ul li a:link {
	color: #333333;
}
#sideBar ul li a:visited {
	color: #333333;
}
#sideBar ul li a:hover {
	color: #FFCC00;
	background: #000000 url(images/yellow1-r.gif) 96% 50% no-repeat;
}
#sideBar ul li a:active {
	color: #FFFFFF;
	background: #000000 url(images/green3-r.gif) 96% 50% no-repeat;
}
#sideBar ul li.first a {
	border-top: none;
}
#sideBar img {
	float: right;
	padding: 10px 15px 10px 0px;
}
#sideBar p {
	display: block;
	width: 180px;
	height: auto;
	padding: 2px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
#contents {
	width: 530px;
	height: auto;
	float: right;
	padding-right: 10px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents img {
	float: right;
	clear: both;
	padding: 5px 0px 5px 10px;
}
#contents ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#contents ul li {
	padding-left: 14px;
	background: url(images/black-r.gif) 0% 10% no-repeat;
}
#contents a:link, a:visited {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover, a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	width: 760px;
	height: auto;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FF9900;
	border-top: 2px groove #FFFFFF;
}
#footer a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #FFFF00;
	text-decoration: none;
}