@CHARSET "ISO-8859-1";

body {
	font-family: 		Verdana, Arial, sans-serif;
	font-size:			12px;
	color:				#666666;
	background-color:	#FFFFFF;
	margin:				0px;
	padding:			0px;
	overflow:			hidden;
	line-height:		1.5;
}

h1 {
	font-family: 		"Times New Roman", Times, sans-serif;
	font-size:			40px;
	font-weight:		normal;
	color:				#CF118C;
	margin:				0px;
}

a, a:VISITED {
	color:				#42145F;
	font-weight:		bold;
}

p {
	margin:				0px 0px 1em 0px;
}

/* Intro Page */

.introBody {
	background-image: 	url("../images/top_line_bg.png");
	background-repeat: 	repeat-x;
	background-position: 0px 36px;
	overflow:			auto;
}

.copySection {
	clear: both;
}

.sectionLeft {
	float: 				left;
	width: 				150px;
	margin: 			0px;
}

.sectionRight {
	width: 				550px;
	margin: 			0px 0px 0px 150px;
	/*border: 			1px solid red;*/
}

#divWholeIntroContent { 
	position:			relative;
	width: 				960px;
	height: 			100%;
	margin:				0px auto 0px auto;
	/*border: 			1px solid red;*/
}

#divMainContent { 
	position:			relative;
	width: 				760px;
	height: 			100%;
	margin:				0px auto 0px 100px;
	/*border: 			1px solid green;*/
}

#divTitleImage { 
	position:			relative;
	width: 				760px;
	height: 			60px;
	margin:				36px 0px 20px 0px;
}

#divButtonContainer { 
	position:			relative;
	width: 				450px;
	height: 			40px;
	/*border: 			1px solid orange;*/
}

#divButtonContainer a {
	margin:				0px 20px 0px 0px;
}
#divButtonContainer img {
	border:				0px;
}

#divFooterImage { 
	position:			relative;
	width: 				960px;
	height: 			350px;
	margin:				0px 0px 0px 0px;
	/*border: 			1px solid blue;*/
}

	
/* Flash Game Page */

#divWholeGameContent { 
	position:			relative;
	width: 				960px;
	height: 			580px;
	margin:				0px auto 0px auto;
	padding:			1em;
}

#divFlashContent {
	width: 				100%;
	height: 			100%;
}

#divCredits {
	width: 				960px;
	margin:				0px auto 0px auto;
	text-align: 		right;
	margin-top:			20px;
}

#divCredits a {
	font-size:			10px;
	font-weight: 		normal;
	color: 				#666666;
}



