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

#maincontainer {
	position: relative;
	width: 900px;
	height: 560px;
	margin: 0 auto;

	background-color: #B8B8FF;
}

#banner {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 890px;
	height: 100px;
	font-family:"Times New Roman", Times, serif;
	font-size: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	background-color: #99F;
	line-height: 36px;
}

#logo {
	position:absolute;
	top:25px;
	left: 5px;
	width: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 36px;

}

#Skip_Intro {
	position:absolute;
	left: 780px;
	top: 40px;
	width: 85px;
	padding-left: 7px;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
}

#leftcolumn {
	position:absolute;
	top: 132px;
	width: 242px;
	height: 390px;
	margin-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	
}
#mainstory {
	position: absolute;
	top: 130px;
	left: 320px;
	width: 550px;
	height: 400px;
	background-color: rgb(229,210,250);
	padding-left: 10px;
	padding-right: 10px;
	font-family:Verdana, Geneva, sans-serif;
	
}
#headmainstory {
	position: absolute;
	width: 550px;
	height: 85px;
	background-color: rgb(229,210,250);
	padding-right: 10px;
	padding-top: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:32px;
	font-weight: 900;
	font-variant:small-caps

}
#storyone {
	position:absolute;
	top:550px;
	width: 550px;
	height: 150px;
}
#storytwo {
	position:absolute;
	top: 550px;
	left: 570px;
	width: 200px;
	height: 50px;
}
