@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/background.jpg);
	margin: 0; 
	padding: 0;
}

h1, h1 a { color: #000000; font-weight: bold; font-size: 16px; text-decoration: underline; }
h2, h2 a { color: #000000; font-weight: bold; font-size: 18px; text-decoration: none; }
h3, h3 a { color: #000000; font-weight: bold; font-size: 16px; text-decoration: none; }
h4, h4 a { color: #000000; font-weight: bold; font-size: 14px; text-decoration: none; }
h5, h5 a { color: #000000; font-weight: bold; font-size: 20px; text-decoration: none; }

img { border: 0; }

#mainbody {
	width: 792px;
	min-height: 700px;
	height: !important 700px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content {
	width: 630px;
	margin: 10px 0 10px 130px;
	padding: 0 10px 0 10px;
	background: #808aa4;
	/* filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity: .5; */
}

#content p, #content span, #content h1, #content h2, #content h3, #content h4, #content h5 { filter:alpha(opacity=100); -moz-opacity:1; opacity: 1; }

#cntbody { filter:alpha(opacity=150); -moz-opacity:1.5; opacity: 1.5; }

#content p { margin: 10px 0 10px 0; }

#mainpic {
	width: 650px;
	margin: 0 0 10px -10px;
	background-repeat: no-repeat;
	background-position: center;
}

#header {
	width: 792px; 
	height: 94px;
	margin: 0 auto 0 auto;
}

#starburst {
	margin: 0 0 0 712px;
	padding: 0;
	float: right;
	position: absolute;
	z-index: 1000;
	weight: 80px;
	height: 115px;
	overflow: hidden;
}

#footer {
	width: 792px;
	padding: 15px 0 20px 0;
	margin: 0 auto 0 auto;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
}

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

#sidebar {
	width: 122px;
	position: absolute;
	margin: 10px 5px 0 0;
}

.sidebutton {
	width: 122px;
	border-top: 2px solid #80889d;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
#sidebar a { color: #FFFFFF; text-decoration: none; }
#sidebar a:hover { color: #000000; text-decoration: none; }
.sideover {
	width: 122px;
	border-top: 2px solid #80889d;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background-image: url(../images/button-back.jpg);
	padding: 10px 0 10px 0;
	color: #000000;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.sideholder {
	width: 122px;
	border-top: 2px solid #80889d;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	text-align: center;
	font-weight: bold;
}


#imgselect {
	width: 200px;
	height: 650px;
	position: absolute;
	z-index: 400;
	margin: 0 0 0 620px;
	padding: 5px;
	border: 1px solid #CECECE;
	background: #FFFFFF;
}

