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

html
{
	width:100%;	
}
body
{
	background-color:#3a3a3a;
	margin:0px;
	padding:0px;
	width:100%;
}

#menu
{
	width:100%;
	height:56px;
	position:fixed;
	bottom:0px;
	text-align:center;
}

#contentOuter
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:50px;
}

#contentInner
{
	width:850px;
	background-image:url("images/contentBG.png");
	background-repeat:repeat-y;
}

#content
{
	margin-left:auto;
	margin-right:auto;
	width:820px;
	font-family:Arial, Helvetica, sans-serif;
}

.title
{
	font-size:22px;
	font-weight:bold;
}

.subtitle
{
	font-size:18px;
	font-weight:bold;
}

.centerImage
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}