/*Stylesheet*/

body
	{
		background-color: black;
		font-family: "Palatino Linotype";
        font-variant: small-caps;
        height: 100%;
		width: 100%;
		color: white;
	}
	
/*Load Page*/
	
#imageHolder 
	{
		position:absolute;
		top: 0%;
		left: 0%;
		height: 70%;
		width: 100%;
		background-color: #000000;				
	}
	
#link
	{
		position: absolute;
		top: 70%;
		left: 40%;
		text-align: center;
		vertical-align: middle;
		font-size: 17pt; 
		font-weight: bold;	
        font-family: palatino linotype;
	}	
#sponsor_logo
	{
		position:absolute;
		top: 75%;
		left: 2%;
	}

/*Template*/

td a
	{
		color: white;
		text-decoration: none;
	}
	
.menu a
	{
		text-align: center;
		width: 50%;
		color: white;
		text-decoration: none;
	}	

.main
	{
		position: absolute;
		width: 76%;
		height: 100%;
		border-spacing: 0px;
		top:0px;
		left:12%;
		text-align:center;
	}
	
.menu
	{
		text-align: center;
		color:white;
		font-family: Palatino Linotype;
		font-size:16px;
		border-spacing: 0px;
	}

.menuItem
	{
		font-weight:bold;
		width:20%;
	}

.fade_left_container 
	{ 
		background-image:url(images/FaderLeftCrop.jpg);
		background-repeat:repeat-y;
		background-position:left;
		height:100%;
		width:12%;
		float:left;
		position:absolute;
		left:0px;
		top:0px;
	}

.fade_right_container 
	{ 
		background-image:url(images/FaderRightCrop.jpg);
		background-repeat:repeat-y;
		background-position:right;
		height:100%;
		width:12%;
		float:right;
		position:absolute;
		right:0px;
		top:0px; 
	}
	
.footer
	{
		text-align:center;
		font-size:16px;
	}

#footer
	{
		position:absolute;
		bottom:0px;
		left:12%;
		width:76%;
	}
		
/*Contact Us Form*/
.question
	{
		text-align:left;
	}

.address
	{
		text-align:center;
	}
	
/*Gallery Page*/

#galleries
	{
		position:absolute;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;
		font-size: 12px;
	}

#gallery_slideshow
	{
		position:absolute;
		top:8%;
		left:5%;
		width:90%;
		height:60%;
	}

.galMenu
	{
		width:900px;
		height:150px;
	}

.galPic
	{
		width:900px;
		height:475px;
	}

.note
	{
		text-align:center;
	}
	
/*Press Page*/

.copy
	{
		font-size:14px;
		padding-left: 25px;
		text-align:left;
	}

.section_header
	{
		font-size:15px;
		text-align:left;
	}

#press_content
	{
		width:900px;
	}
	
/*About Us Page*/

#about_us
	{
		position: absolute;
		top: 7%;
		left: 0%;
	}

/*Store*/
.prodQuad
	{
		width:660px;
		height:650px;
	}

.prodContent
	{
		width:900px;
		height:660px; 
	}

.prodCat
	{
		 height:650px;
	}

.prodCats
	{
		 text-decoration:underline;
	}
