/*super happy styling*/
img, a {
	border: none;
}

#splash img {
margin: 50px auto;
}

.centertext {
	text-align: center;
}

#Menu li{
	list-style-type: none;	
	display: inline;
	padding-right: 2px;
	padding-bottom: 5px;
	}

#the_div_1, #the_div_2, #the_div_3, #the_div_4 {
	border: 1px solid #42406c;
}

/*2 column layout*/
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color:#efefef;
	background: #eee url('../images/mysmallSwirl.jpg') repeat;
	font-family: Georgia, Trebuchet, Times New Roman, serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:11px/20px Georgia, Trebuchet, Times New Roman, serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#363882;
	text-decoration:none;
	font-weight:600;
	}
a:link {}
a:visited {}
a:hover {
	color: #9f0372;
	}

#Wrapper {
	width: 900px;
	min-height: 830px;
	_height: 830px;
	margin-top: 200px;
	margin-left: 45px;
	padding-top: 25px;
	background: #ada6be url('../images/bg_grad.gif') repeat-x bottom left;
	border-right: 2px solid #42406c;
	border-bottom: 2px solid #42406c;
	border-left: 2px solid #42406c;
	}

#nav {
	margin-top: 50px;
}

#header, #header2 {
	text-align: center;
	width:904px;
	margin:-205px 0px 10px -2px;
	padding:15px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/*height:165px;  14px + 17px + 2px = 33px */
	font-size: 20px;
	background: url('../images/nav_bg.gif') no-repeat top center;
	min-height: 165px;
	/*ie specific below*/
	height: 165px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	/*voice-family: "\"}\"";
	voice-family:inherit;*/
	/*height:165px;  the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
/*body>#header {height:165px;}*/

#nav li {
	display: inline;
	padding: 10px;
	}


#Content {
	width: 650px;
	margin:20px 50px 50px 220px;
	/*border: 1px solid #42406c; */
	}

#ContentText {
	min-height: 630px;
	_height: 630px;
	padding: 55px;
	margin: 15px;
	background: #441246 url('../images/text_grad.gif') repeat-x bottom left;
	border: 1px solid #42406c; 
}

#ContentText a {
	color:#ada6be;
	text-decoration:none;
	font-weight:600;
	}
#ContentText a:hover {
	color: #9f0372;
	}

p {
	font-size: 14px;
}

#Menu {
	position:absolute;
	top:220px;
	left:70px;
	width:172px;
	padding:10px;
	border:2px solid #42406c;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	color: black;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

.category {
	display: block;
	background: url('../images/skull.gif') no-repeat bottom left;
	padding: 1px 1px 1px 20px;
	height: 25px;
	}

.skull {
	display: block;
	height: 23px;
	width: 3px;
	background: url('../images/skull.gif') no-repeat center;
	padding: 0px;
	margin: 0px;
}

/*#footer {
	border: 1px solid red;
	position: absolute;
	margin-left: 0px;
	margin-top: -160px;
	width: 195px;
	height: 270px;
}

#ie_footer {
	position: absolute;
	margin-left: 0px;
	margin-top: -160px;
	width: 195px;
	height: 270px;
	background: url('../images/watermark1.gif') no-repeat bottom left;
}*/

#copyright {
	color: #9f0372;
	width: 300px;
	text-align: center;
	margin-left: 325px;
	margin-top: -80px;
}
