﻿body
{		
	margin:0;
	padding:0 0 20px 15px;	
	color:#000;
	font-family:arial, verdana, sans-serif;
	font-size:75%;
	background-color:#fff;	
}	

*
{
	font-family:inherit;
	color:inherit;
	font-size:inherit;
}

h1
{
	font-size:1.9em;
	font-weight:normal;	
	margin:0 0 20px 0;
	color:#000;
	text-transform:capitalize;
}

img
{
	border:0px;
}

form
{
	margin:0px;
	padding:0px;
}
	
#container
{	
	width:984px;
	background:url(/images/bg-image.gif) no-repeat right top;
}	

#header
{
	width:984px;
	height:127px;	
}

#leftcol, #ctl00_centerPL_centercol, #rightcol, #ctl00_centerPL_galleryimages, #gallerymain, 
#logo, #spiritbanner
{
	float:left;
}

#logo
{
	width:222px;
	height:35px;
	padding:35px 0;
}

#spiritbanner
{
	width:469px;
	height:127px;
	margin-left:45px;
}

#leftcol
{
	clear:both;
	width:135px;
	margin:0 35px 0 5px;
}

#ctl00_centerPL_centercol
{
	width:300px;
	margin:5px 35px 0 50px;
}

#rightcol
{	
	width:342px;
	margin-top:10px;
	
}

#ctl00_mainnav, .galleryimages
{	
	margin:0;
	padding:0;
	list-style:none;
}

#ctl00_mainnav li
{	
	width:125px;
	padding:5px;
	border-bottom:1px solid #ED1C24;
}

a.mainlink, a.mainlinkon
{				
	font-size:1.9em;
	text-decoration:none;
}

a.mainlink, gallerylinks a
{					
	color:#000;
}

a.mainlinkon, a.gallerylinkon
{	
	color:#8C2F68;
}
	
a.mainlink:hover
{		
	color:#8C2F68;	
}

a.mainlinkon:hover, #footer a
{	
	color:#000;	
}

#footer
{
	clear:both;	
	padding-top:20px;
}

#footer #builtby
{
	float:right;
}

/* styles for the gallery page */
.galleryimages
{
	display:table;
	width:642px;	
	margin:5px 70px 0 25px;
}

.galleryimages a
{
	float:left;
	display:block;
	width:100px;
	height:100px;	
	margin:0 8px 8px 0;
	border:2px solid #fff;
}

.galleryimages a:hover
{
	border:2px solid #8C2F68;
}

#ctl00_contentPL_bigimage
{
	float:right;
}

.gallerylinks
{	
	float:left;
	width:480px;
	margin:0;
	padding:0 100px;
	list-style:none;	
}

.gallerylinks li
{		
	height:200px;
	padding-bottom:25px;
}

.gallerylinks a
{
	float:left;
	display:block;
}

.gallerylinks div
{
	float:left;
	padding-left:25px;
	font-weight:bold;
	text-transform:capitalize;	
}
/* end of styles for the gallery page */

/* Fix for gallery images on FF2 */

ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
li {
	float:left;
	margin-right:10px;
}
