﻿body 
{
	margin:0px;
	font-family:Arial, Helvetica, Sans-Serif;
	color:Black;
	font-size:12px;
}

p
{
	font-family:Arial, Helvetica, Sans-Serif;
}

#pageWrapper
{
	width:774px;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-y;
	margin:0px auto;
	/*text-align:center;*/
}

#properPage
{
	width:766px;
	text-align:left;
	margin-left:4px;
}

.topBanner
{
	width:766px;
	height:88px;
	background-image:url(../images/top_banner.gif);
	background-repeat:no-repeat;
}

.mainImage
{
	height:224px;
	width:766px;
}

.barUnderMenu
{
	height:5px;
	width:766px;
	border-top:1px solid green;
	border-bottom:1px solid green;
	background-color:#cc3333;
}

.mainArea
{
	width:766px;
	background-color:#e0e0e0;
	
}

.mainText
{
	width:566px;
	padding:10px;
	float:right;
	background-color:white;
	float:right;
}
.textSpot 
{
	float:left;
	width:170px;
	margin:10px 0px 0px 5px;
}

.branding
{
	width:850px;
	text-align:center;
	padding-top:5px;
	font-size:10px;
	color:Black;
	margin:0px auto;
	border:0px solid red;
}

.branding a 
{
	text-decoration:none;
	color:Black;
}
h1
{
	color:#cc3333;
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
}