

#container
{
	height: 100%;
	background-color: #0c1c46;
	font-size: small;
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 4px solid gray;
}

#header
{
	padding: 0;
	background: url(images/header.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #333;
	border-bottom: 4px solid gray;
}

#bannerAd
{
	position: relative;
	float: right;
	width: 250px;
	right: 0em;
	top: -90px;
}

#leftSideArea
{
	float: left;
	margin: 2em;
}

#rightSideArea
{
	float: right;
	width: 12em;
	margin: 1em;
	padding-left: 1em;
	border-left: 1px solid gray;
}

#mainArea
{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin: 20px 0 20px 120px;
	min-height: 100%;
	padding: 0;
	width: 75%;
}


.p
{
	font-size: 11px;
}

.clearBreak
{
	clear: both;
	margin: 0;
}

.aboutFont
{
	font-family: Cambria;
}

body
{
	background-color: #b0c4de;
	background-position: right bottom;
	background-attachment: inherit;
	background-repeat: no-repeat;
}

#footer
{
	clear: both;
	color: #666666;
	font-family: Cambria;
	text-align: center;
	color: Black;
}

