﻿/* Need to set body margin and padding to get consistency between browsers. */
*{padding:0; margin:0}

body {
	margin:0px; padding:0px; 
	text-align:center; /* Hack for IE5/Win */
	background-color:#177ab7;
	background:#177ab7 url(../images/common/common-bg-repeat.jpg) fixed center repeat-y;
	}
#videoContainer
{
	height:209px; width:304px;
	background-image:url(../images/default/youtube_bg.png);background-position:top; background-repeat:no-repeat;
}

#outerWrapper {
	height:100%; 
	text-align:center; /* Hack for IE5/Win */
	margin:0px auto; /*Right and left margin widths set to "auto" */
	}
#innerWrapper
{
	
	height:562px;
	 margin:0px auto; /*Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	background-image:url(../images/common/common-bg-top.jpg);background-position:top; background-repeat:no-repeat;
	}
#headerWrapper
{
	width:937px;
	min-height:284px;
	 margin:0px auto; /*Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
}
#contentWrapper
{
	width:937px;
	margin:0px auto; /*Right and left margin widths set to "auto" */
	text-align:center;
}
#footerWrapper
{
	clear:both;
	height:143; width:937px;
	margin:0px auto; /*Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
}
.content
{
	background-image:url(../images/common/contentpage-bg.jpg);background-position:top; background-repeat:no-repeat;
}
.callout
{
	text-align:center;
	font-family:Arial;
	color:#533207;
	font-size:18px;
	font-weight:bold;
}
.calloutBlue
{
	color:#2a8bc3;
}