* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body  {
	height: 100%;
	text-align: center;
	background-image: url(../Media/bg-magenta-fixed2032.png);
	background-color: #e3fbfa;
	font-family: Verdana, Geneva, sans-serif;
	color: #660066;
	font-size: 11px;
	background-attachment: fixed;
}
a:link {
	color: #6D0A6F;
	text-decoration: none;
}
a:visited {
	color: #6D0A6F;
	text-decoration: none;
}
a:hover {
	color: #cc33cc;
	text-decoration: none;
}
a:active {
	color: #ECADE5;
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
#menu {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wrap {
	min-height: 100%;
	text-align: center;
}

#main {
	overflow:auto;
	padding-bottom: 34px;
	text-align: center;
}  /* must be same height as the footer */
#header {
	text-align: center;
	height: 16px;
	width: 100%;
	font-size: 9px;
	color: #22ADB2;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1aa5aa;
	background-color: #e7f5f6;
}
#header a:link {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #22ADB2;
	text-decoration: none;
}
#header a:visited {
	color: #22ADB2;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
#header a:hover {
	color: #cc33cc;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#header a:active {
	color: #f870f8;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#headleft {
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 1px;
}
#headright {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 1px;
}
#center {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	padding-bottom: 1px;
	background-image: url(../Media/bg-teal800.png);
}
#centermid {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#longtext {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 5px;
	position: relative;
}
#centerright {
	text-align: center;
	width: 360px;
	margin-right: 35px;
	float: right;
}
#centerleft {
	text-align: center;
	width: 360px;
	margin-left: 35px;
	float: left;
}
#homeleft {
	float: left;
	width: 370px;
}
#homeright {
	float: right;
	width: 370px;
}

#footer {
	position: relative;
	margin-top: -34px; /* negative value of footer height */
	height: 34px;
	clear:both;
} 
#content {
	text-align: left;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background-color: #94E3E8;
	border: 1px solid #86DBE2;
}
.darkitalic {
	font-style: italic;
	color: #603;
}
#boxtop {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../Media/bg-pelorian-sea-800.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #42B5BC;
}
#centerwrap {
	text-align: left;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#center2 {
	text-align: left;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#center3 {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a:link {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #22ADB2;
	text-decoration: none;
}
#footer a:visited {
	color: #22ADB2;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
#footer a:hover {
	color: #006666;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:active {
	color: #bef6fa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#footerin {
	background-image: url(../buttons/bkd-footer3.png);
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
	background-repeat: no-repeat;
}
#footeriner {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 9px;
	color: #22ADB2;
}
#footeriner2 {
	font-size: 9px;
	float: left;
	width: 310px;
	text-align: right;
}
#footeriner3 {
	font-size: 10px;
	text-align: left;
	float: right;
	width: 295px;
	padding-top: 11px;
	line-height: -3px;
}
#buttons {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Media/bg-pelorian-sea-800.png);
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #289aa0;
}
#rightbox {
	text-align: right;
	width: 360px;
	float: right;
	margin-right: 10px;
}
#leftbox {
	text-align: center;
	width: 210px;
	float: left;
	margin-left: 10px;
}
.boldtext {
	font-size: 12px;
	font-weight: bold;
}
#frame {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#artbox {
	text-align: center;
	float: right;
	margin-right: 40px;
}
#link0 {
	width: 350px;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	color: #A73DA2;
	font-size: 16px;
	font-weight: bold;
}
#link01 {
	width: 350px;
	text-align: right;
	float: right;
	padding: 5px;
	font-size: 16px;
	color: #E599E3;
	font-weight: bold;
}
#link1 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
}
#link2 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
}
#link3 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link4 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link5 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link6 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link7 {
	width: 350px;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	margin-top: 15px;
	color: #A73DA2;
	font-size: 16px;
	font-weight: bold;
}
#link8 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link9 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link9a {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link10 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link11 {
	width: 350px;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	margin-top: 15px;
	color: #A73DA2;
	font-size: 16px;
	font-weight: bold;
}
#link12 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link13 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link14 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link15 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link16 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link17 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link18 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link19 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link20 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link21 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link22 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link23 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link24 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link25 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link26 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link27 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link28 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link29 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link30 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link31 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link32 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link33 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link34 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
#link35 {
	width: 350px;
	text-align: center;
	margin-left: 10px;
	background-color: #e599e2;
	padding: 5px;
	margin-top: 15px;
}
#link36 {
	width: 350px;
	text-align: center;
	background-color: #e599e2;
	float: right;
	padding: 5px;
	margin-top: 15px;
}
.bodycolortext {
	color: #BC6FBB;
}
.biggertext {
	font-size: 14px;
	color: #A73DA2;
	font-weight: bold;
}
.lefttext {
	text-align: left;
}
.italic {
	font-style: italic;
}
.smalltext {
	font-style: italic;
	font-size: 10px;
}
.centertext {
	text-align: center;
}
.indent {
	text-indent: 25px;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
