@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2C5349;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cc9;
	background-color: #2C5349;
}
.oneColFixCtr #container {
	width: 1330px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #2C5349;
	overflow: visible;
	height: auto;
}
/* top */
#topContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 193px;
}

#lft_sidebar_top {
	background-color: #2C5349;
	background-image: url(images/lft_sidebar_top.jpg);
	float: left;
	height: 193px;
	width: 285px;
	height: 193px;
}

#main_top {
	background-color: #2C5349;
	background-image: url(images/top_bg.jpg);
	float: left;
	height: 193px;
	width: 760px;
}

#download_top {
	background-image: url(images/download_holder.png);
	float: right;
	height: 122px;
	width: 314px;
	margin-top: 14px;
	clear: both;
}
.curiolink {
	height: 50px;
	width: 230px;
	float: right;
}



#rt_sidebar_top {
	background-color: #2C5349;
	background-image: url(images/rt_sidebar_top.jpg);
	float: right;
	height: 193px;
	width: 285px;
	height: 193px;
	background-repeat: no-repeat;
}

.linkButton_high {
	width: 104px;
	height: 30px;
	margin-left: 210px;
	margin-top: 32px;
}
.linkButton_low {
	width: 104px;
	height: 30px;
	margin-left: 210px;
	margin-top: 8px;
}



/* main body */

#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#main_body {
	background-color: #2C5349;
	background-image: url(images/middle_bg.jpg);
	float: left;
	width: 821px;
	height: auto;
	background-repeat: repeat-y;
	overflow: visible;
	margin-left: 254px;
}
#sendContainer {
	background-image: url(images/send_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 49px;
	width: 740px;
	margin-left: 45px;
	margin-top: 10px;
}

#flashContainer {
	width: 760px;
	margin-left: 35px;
	overflow: hidden;
}

#flashPlayer {
	float: left;
	height: auto;
	width: 588px;
}


#downloadButt {
	width: 139px;
	height: auto;
	float: right;
	text-align: left;
	margin-right: 10px;
}
.divider {
	float: left;
	width: 780px;
	margin-top: 5px;
	margin-left: 20px;
	text-align: center;
}

.bdoyContent {
	float: left;
	width: 700px;
	margin-top: 3px;
	margin-left: 60px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc9;
	font-size: 13px;
	line-height: 1.2;
}


.bodyText {
	color: #cc9;
	text-align: left;
	width: 400px;
	margin-left: 5px;
	float: right;
	margin-right: 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 15px;
}
	
	
	

.sendButton input {
	height: 23px;
	margin-right: 20px;
	background-image: url(images/send_butt1.png);
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
}

#lft_sidebar_body {
	background-color: #2C5349;
	background-image: url(images/left_side_border.jpg);
	float: left;
	width: 31px;
	background-repeat: repeat-y;
	margin-left: 253px;
	height: 100%;
}

#rt_sidebar_body {
	background-color: #2C5349;
	background-image: url(images/right_side_border.jpg);
	float: right;
	height: 193px;
	width: 31px;
	height: auto;
	background-repeat: repeat-y;
	margin-right: 253px;
}




/* rollovers */
a.highRollover {
	display: block;
	width: 50px;
	height: 14px;
	overflow: hidden;
	font-size: 0px;
	text-indent: -3000px;
	line-height: 0px;
	background-image: url(images/high_butt.gif);
	background-repeat: no-repeat;
	background-position: 0, 0;
}  

a:hover.highRollover {  
    background-position: -55px 0;  
} 

a.lowRollover {
	display: block;
	width: 50px;
	height: 14px;
	overflow: hidden;
	font-size: 0px;
	text-indent: -3000px;
	line-height: 0px;
	background-image: url(images/low_butt.gif);
	background-repeat: no-repeat;
	background-position: 0, 0;
}  

a:hover.lowRollover {  
    background-position: -55px 0;  
} 

a.sendRollover {
	display: block;
	width: 82px;
	height: 23px;
	overflow: hidden;
	font-size: 0px;
	text-indent: -3000px;
	line-height: 0px;
	background-image: url(images/send_butt.png);
	background-repeat: no-repeat;
	background-position: 0, 0;
}  

a:hover.sendRollover {
	background-position: -82px -2px;
} 
#formContainer {
	text-align: left;
	width: 575px;
	height: 26px;
	float: right;
	margin-top: 12px;
}

/* Form */

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
	width: 180px;
	margin-left: 24px;
	margin-bottom: 0px;
	font-size: 9px;
	vertical-align: middle;
}


textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-left: 24px;
	margin-top: 0px;
	width: 90px;
	background-color: transparent;
	border-color: #362d1a;
	font-weight: bold;
	color: #362d1a;
	overflow: auto;
}

.submitbutton{
	margin-left: 24px;
	margin-top: 0px;
	width: 90px;
	background-color: transparent;
	border-color: #362d1a;
	font-weight: bold;
	color: #362d1a;
	overflow: auto;
}

br{
clear: left;
}
#demonic {
	width: 267px;
	height: 180px;
	float: left;
	margin-left: 75px;
}
#bottom_body {
	background-color: #2C5349;
	background-image: url(images/bottom.jpg);
	float: left;
	width: 821px;
	height: 360px;
	background-repeat: no-repeat;
	overflow: visible;
	margin-left: 254px;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: cc9;
	text-align: right;
	float: right;
	width: 300px;
	margin-right: 55px;
	margin-top: 150px;
}
.italix {
	font-style: italic;
}
