html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family: "Comic Sans MS", "Lucida Calligraphy", Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color:#FFFFFF;
	background-image:url(../images/bg2.jpg);	background-position: center;
	background-repeat:repeat-y;
}
#main {
	position:absolute;
	top:199px;
	width:100%;
	z-index: 1;
	margin:0;
}
#main_wrapper {
	width: 799px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#menu {
	width: 160px;
	margin: 0;
	float: left;
	height: 100%;
	z-index:2;
}
#menu_wrapper {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin:0;
	background-color:#FFFFFF;
}
#content {
 width: 639px;px;	margin: 0;
	float: left;
	height: 100%;
}
#content_wrapper {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}
#header {
	position:absolute;
	top:0;
	height:210px;
	width:100%;
	z-index: 1;
}
#header_wrapper {
	width: 799px;
	height: 210px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
}
#header_logo {
	width: 234px;
	height: 210px;
	float: left;
	background-image: url(../images/header_logo.jpg);
	background-repeat:repeat-x;
}
#header_title {
	width: 565px;
	height: 210px;
	float: left;
	background-image: url(../images/header_title.jpg);
	background-repeat:repeat-x;
}
#shaderreverse {
	 margin: 0 0 0 -10px;}
h1, h2, h3, h4, h6, h7 {
	font-family: "Lucida Calligraphy", "Comic Sans MS", Verdana, Arial;
}
h1 {
	font-size: 16px;
}
p {
	text-align:justify;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.purple, a.indigo, a.blue, a.green, a.yellow, a.orange, a.red {
	color:#666666;
	text-decoration:none;
	font-family: "Lucida Calligraphy", "Comic Sans MS", Verdana, Arial;
	margin-left:10px;
}
.purple {
	color:#A800A8;
}
.indigo {
	color:#4B0082;
}
.blue {
	color:#0B4DC8;
}
.green {
	color:#00CC00;
}
.yellow {
	color:#E6EC00;
}
.orange {
	color:#FFA500;
}
.red {
	color:#CC0000;
}
a.purple:hover {
	color:#A800A8;
}
a.indigo:hover {
	color:#4B0082;
}
a.blue:hover {
	color:#0B4DC8;
}
a.green:hover {
	color:#00CC00;
}
a.yellow:hover {
	color:#E6EC00;
}
a.orange:hover {
	color:#FFA500;
}
a.red:hover {
	color:#CC0000;
}