body {

	background-color: #011141;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;

}

#page {

	background-image: url('../images/page_bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#page a {

	text-decoration: none;
	color: #7989FF;

}

#page a:hover {

	text-decoration: underline;

}

#page a:visited {

	color: #7989FF;

}

#page .bioLink, #page .storyLink {

	font-size: .9em;
	cursor: pointer;

}

#page .bio, #page .story {

	line-height: 1.3em;
	margin-top: 1em;
	width: 620px;

}

#main {

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3F64D2;
	line-height: 1.2em;
	padding-bottom: 2em;
}

#main p {

	margin-bottom: 1em;
	margin-left: 10px;

}

#main ul {

	margin-bottom: 1em;
	margin-left: 25px;
	list-style-type: disc;

}

#main h1 {

	font-size: 1.4em;
	margin-bottom: 1em;
	font-weight: normal;

}

#main h2 {

	font-size: 1.2em;
	margin-bottom: 1em;
	font-weight: normal;
}

.content {

	margin-left: 192px;
	width: 690px;

}

.leftPanel {

	float: left;
	width: 190px;

}

#cap {

	clear: both;
	height: 1em;

}