/* Positioning */

html, body, #wrapper {min-height: 100%;width: 100%;height: 100%;}
html>body, html>body #wrapper {height: auto;}
#wrapper {position: absolute;top: 0px;left: 0px;}

/* General */

html {background: #ED0000 url(images/htmlbg.gif) top left repeat-y;}
body { 
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;	
	color: black;
}
#mao {
	position: absolute;
	top: 0px;
	right: 0px;
}
	
body.internal, body.gallery {background: none;}
#wrapper {background: url(images/leftbg.gif) 138px 0px no-repeat;}
.internal #wrapper {background: url(images/top-arch.gif) top left no-repeat;}

h1 {color: white; font-family: Arial, sans-serif; margin: 0px;padding: 0px;font-size: 1.7em;}
.internal div#content h1 {color: #ED0000;}
h3 {color: white; font-size: 11px; font-weight: bold;}
.internal div#content h3 {color: #ED0000;}

p {margin: 9px 0px 13px 0px; padding: 0px;}
a {color: white;text-decoration: none;}
.internal a {color: #ED0000; text-decoration:underline}
a:hover {border: none;  }
a img {border: none;}
ul {margin:0px 0px 0px 2px;padding:0px;list-style:disc;	}

/* Left Column */

#leftcolumn {width: 254px;position: absolute;top: 0px;left: 0px;z-index: 3;}
#logo {padding: 16px 0px 15px 15px;}
#leftcolumn ul {margin: 0px; padding: 0px; width: 170px;}
#leftcolumn ul li {list-style: none; display: inline; }
#leftcolumn ul li a {
	display: block;
	color: black;
	text-decoration: none;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 5px 7px;
	font-size: 11px;
	text-align: right;
	border: none;
	font-weight: normal;
}
#leftcolumn ul li a:hover {
	color:white;
	font-weight:normal;
	background-image: url(images/navbg-down.gif);
}
#assistantbutton {padding-left: 12px;}

/* Content Area */

#content {	
	padding: 20px 270px 185px 190px;
	margin-left: 90px;
	line-height: 1.5;
}
.internal div#content {
	margin: 55px 0px /*150*/0px 0px;
	padding: 8px 8px 21px 260px;
	background-image: none;
	background-color: white;
}
.gallery div#content {
	margin: 55px 0px 110px 0px;
	padding: 8px 8px 8px 230px;
	background-image: none;
	background-color: white;
}
#contentfooter {
	background: url(images/bottom-arch.gif) top left no-repeat;
	background-color: #ED0000;
	height: 120px;
	margin-bottom: 40px;
}
#maintext {width: 455px;}
#rightcolumn {position: absolute; left: 735px;}

#rightcolumn img {margin:0px 0px 5px 0px;}

/* Footer */

* html #footer {bottom: -1px;}
#footer {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 89px; 
	
}
#footer img {display: block;}