.titlefont
{
	text-align: left;
	text-decoration: underline;
	font-size:200%;
}

h1
{
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
	font-size: 175%;
}

.reddish
{
	text-align: left;
	color: #962828;
	font-weight: normal;
	font-size: 100%;
}

.heading
{
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	font-size: 115%;
}

.subheading
{
	text-align: left;
	font-style: italic;
	font-size: 90%;
}

.gamename
{
	font-family: monospace;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
}

.desc
{
	font-style: italic;
	font-size: 90%;
}

.credits_name
{
	font-weight: bold;
	font-size: 110%;
	padding-left: 20px;
}

.credits_position
{
	font-weight: normal;
	font-size: 100%;
	padding-left: 40px;
}

#menu
{
	background-color: #D7FCFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25%;
	border-right: 1px dashed;
}

.bgfade
{
	background-image: url('gradient.png');
	background-repeat: repeat-x;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

#main
{
	position: absolute;
	left: 25%;
	margin-left: 15px;
	top: 10px;
}
