html, body {
	background-color: #e4e4d4;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
	text-height: 100%;
}

#wrapper {
	background-color: #fff;
	width: 761px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#navbar {
	float: left;
	width: 200px;
	margin: 95px 0px 10px 0px;
	padding: 0px;
	border: none;
}

#main {
	float: right;
	width: 560px;
	border-left: 1px solid #ccc;
	text-align: center;
}
* html #main {
width:561px;
w\idth:560px;
}

#banner {
	width: 560px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
}

#banner img {
	border: 0px;
	padding: 0px;
	margin: 50px 0px 0px 0px;	
}

#content {
	float: right;
	width: 560px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color: #000;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #99CCCC;
}

#content a:hover {
	text-decoration:none;
	color:#666;
}

#content ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#content ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

#content ul li a img {
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0px 20px 20px 0px;
}

#content ul li a img:link, #content ul li a img:visited {
	background-color: #fff;
}

#content ul li a img:hover {
	background-color: #e4e4d4;	
}

.links {
	font-size: 9px;
}

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

#indexcontent {
	padding: 20px 0px 0px 0px;
}

#content h1 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
	color: #ccc;
	text-align: center;
	margin-bottom: 10px;
}

#textbox h1 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
	color: #ccc;
	text-align: left;
}

#textbox {
	padding: 0px 20px 20px 20px;
	min-height: 500px;
	background-color: #fff;
}

#textbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-align: left;
}

#textbox a:link, #textbox a:visited {
	text-decoration:none;
	color: #5C6783;
}

#textbox a:hover {
	text-decoration:none;
	color: #999;
}

#footer {
	clear: both;
	margin: 40px 20px 2px 20px;
	padding: 0px;
	border-top: 1px solid #ccc;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #5C6783;
}

#footer a:hover {
	text-decoration:none;
	color: #999;
}

#footer p.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #999;
	text-align: center;
}


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

.menu {
	margin: 0px;
	padding: 5px 20px 5px 5px;
	display:block;
	list-style-type: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #333;
}

a.menu:link, a.menu:visited {
	color: #333;
}

a.menu:hover {
	color: #5C6783;
}

.menuopen {
	margin: 0px;
	padding: 5px 20px 5px 5px;
	display:block;
	list-style-type: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #333;
}
 
.submenu {
	margin: 0px;
	padding: 5px 20px 5px 5px;
	display:block;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}

a.submenu:link, a.submenu:visited {
	color: #333;
	background-color: #d5d7c6;
}

a.submenu:hover {
	color: #fff;
	background-color: #5C6783;
}

.hide {
	display: none;
}

.show {
	display: block;
}

form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	line-height: 0px;
	clear: both;
}
