@charset "UTF-8";
body {
	background-image: url(graphics/bg.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	background-color:#F1F5FF;
	background-position:center;
	font-family:"Arial Narrow",Arial,Verdana;
}
td{
	font-family:"Arial Narrow",Arial,Verdana;
	font-size:16px;
	vertical-align:top;

}
#thisGallery {
	float:left;
	width:700px;
	height:300px;

}
#thisGalleryLeft {
	
	float:left;
	width:40px;
	height:300px;

}
#thisGalleryRight {
	
	float:left;
	width:40px;
	height:300px;

}

.headerText{
	font-family:"Arial Narrow",Arial,Verdana;
	font-size:30px;
	text-align:center;
}
.headerTextSmall{
	font-family:"Arial Narrow",Arial,Verdana;
	font-size:20px;
	text-align:center;
}
.headerTextSmallLeft{
	font-family:"Arial Narrow",Arial,Verdana;
	font-size:20px;
	text-align:left;
	padding-left:30px;
}
.bigPurlpleBar{
	background:url(graphics/big-purple-bar.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:30px;
	text-indent:27px;
	line-height:64px;
}
.voteBg{
	background:url(graphics/vote-bg.jpg);
	background-repeat:no-repeat;
	height:309px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
.voteNamePic img{
	border:1px solid #000000;
}
.voteName{
	text-align:center;	
}
.voteName a:link{
	color:#000000;
	text-decoration:none;
}
.voteName a:hover{
	color:#000000;
	text-decoration:underline;
}
.voteName a:visited{
	color:#000000;
	text-decoration:none;
}
.menuBg{
	color:#FFFFFF;
	background-image:url(graphics/menu-bg.jpg);
	line-height:44px;
	text-indent:30px;
}
.menuBg a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.menuBg a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.menuBg a:visited{
	color:#FFFFFF;
	text-decoration:none;
}	
.footer{
	padding-top:50px;
	text-align:center;
	width:100%;
}
