@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	background:#000000;
	overflow-y:scroll;
}
* html body
{
	overflow-y:auto;
}
a:link
{
	color:#CC0000;
}
a:visited
{
	color:#CC0000;
}
a:hover, a:active
{
	color:#CC0000;
}

/* template styles */
.PageContainer
{
	width:950px;
	margin:0 auto;
}
.HeaderContainer
{
	width:950px;
	height:58px;
	background:url(../images/vintageBack1.jpg) no-repeat;
}
.BodyContainer
{
	width:950px;
	background:url(../images/bgBodyContainer.jpg) repeat-y;
}
.ContentContainer
{
	width:750px;
	margin:0 auto;
}
.FooterContainer
{
	width:950px;
	height:112px;
	background:url(../images/vintageBack6.jpg) no-repeat;
}

#FlashGalleryContainer
{
	width:440px;
	height:310px;
}

/* broswer hacks */
/* IE dotted outline removal */
* html a
{
	behavior: url(../scripts/onclickbehavior.htc);
}
/* Mozilla dotted outline removal */
:focus
{
	-moz-outline-style:none;
}

/* IE6 png */
* html img.png
{
	border:none;
	behavior:url(../scripts/pngbehavior.htc);
}