@charset "utf-8";
/* CSS Document */

body {
	background-color:#dcdcdc;
	background-image:url('../images/backgroundrepeat.jpg');
	background-position:top center;
	margin:0px;
	font-family:Georgia,Times New Roman;
	font-size:12px;
}
.maintable {
	background-image:url('../images/background.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	height:728px;
}
.topcontent {
	background-image:url('../images/contentbgtop1.jpg');
	background-position:bottom center;
	background-repeat:no-repeat;
	height:177px;
}
.maincontent {
	background-image:url('../images/contentbgmain.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}
.redText {
	color:#be1c00;
}
.whiteText {
	color:#ffffff;
}
.bottombox1 {
	background-image:url('../images/bottombox01.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:199px;
}
.bottombox2 {
	background-image:url('../images/bottombox02.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:199px;
}
.bottombox3 {
	background-image:url('../images/bottombox03.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:199px;
}
.smallfont {
	font-size:11px;
	letter-spacing:-1px;
}
a.redLink:link {
	color:#be1c00;
	text-decoration:none;
}
a.redLink:visited {
	color:#be1c00;
	text-decoration:none;
}
a.redLink:active {
	color:#be1c00;
	text-decoration:none;
}
a.redLink:hover {
	color:#be1c00;
	text-decoration:underline;
}
.photogallery {
	height:200px;
	background-image:url('../images/photogallerybg.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
.galleryphoto {
	height:186px;
	width:138px;
	background: url(../images/photobg.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../images/photobg.png');
}
