﻿body 
{
    background-color: black;
}

/*      PAGE
 *********************************************************************/

.page
{	
    width: 980px;
    height: 760px;    
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
	display: block;
}

.page #home { background: url(../images/home.jpg) no-repeat; width: 100%; height: 100%; }
.page #menu { background: url(../images/menu.jpg) no-repeat; width: 100%; height: 100%; }
.page #events { background: url(../images/events.jpg) no-repeat; width: 100%; height: 100%; }
.page #artists { background: url(../images/blank.jpg) no-repeat; width: 100%; height: 100%; }
.page #photos { background: url(../images/photos.jpg) no-repeat; width: 100%; height: 100%; }
.page #aboutus { background: url(../images/aboutus.jpg) no-repeat; width: 100%; height: 100%; }
.page #contact { background: url(../images/contact.jpg) no-repeat; width: 100%; height: 100%; }
.page #newyear { background: url(../images/2009_invite_back.jpg) no-repeat; width: 100%; height: 100%; }


/*      HOME
 *********************************************************************/

.page #home #content
{
    position: relative;
    display: block;
    left: 90pt;
    top: 11pt;
    width: 780px;
    height: 590px;
    overflow: auto;
    text-align: left; 
    color: White;
    font-size: 12pt; 
    font-family: Arial;
    font-weight: bold;
    scrollbar-base-color: #003366;
    filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=3);    
}

.page #home #content h1
{
    font-size: 16pt;
    font-weight: bold;
}

/*      MENU
 *********************************************************************/

.page #menu #content
{
    position: relative;
    display: block;
    left: 115pt;
    top: 110pt;
    width: 710px;
    height: 420px;
    overflow: auto;
    text-align: center; 
    color: #684B28;
    font-size: 12pt; 
    font-family: Papyrus;
}

.page #menu #content h1
{
    font-size: 16pt;
    font-weight: bold;
}

/*      EVENTS
 *********************************************************************/

.page #events #content
{
    position: relative;
    display: block;
    overflow: auto;
    width: 750px;
    height: 570px;
    left: 155pt;
    top: 25pt;
    color: #C5A461;    
    font-size: 11pt; 
    font-family: Century;
    scrollbar-base-color: #003366;
}

.page #events #content table
{
    padding: 0;
    width: 400px;
    text-align: left; 
}

.page #events #content table td
{    
	white-space: nowrap;
    vertical-align: top;
}

/*      ARTISTS
 *********************************************************************/

.page #artists #content
{
    position: relative;
    display: block;
    left: 190pt;
    top: 15pt;
    width: 640px;
    height: 575px;
    overflow: auto;
    color: #AF9968;
    font-size: 10pt; 
    font-family: Century;
}

.page #artists #content a
{
    color: #AA8559;
    font-weight: bold; 
}

.page #artists #content a:hover 
{	
    color: #C6B291;   
}

.page #artists #content #artist
{
    width: 610px;
    display: block;
    border: solid 1px black;
}

/*      CONTACT
 *********************************************************************/

.page #contact #content
{
    position: relative;
    width: 590px;
    left: 160pt;
    top: 100pt;
    text-align: center; 
    color: #AF9968;    
    font-weight: bold; 
    font-size: 12pt; 
    font-family: Century;
}

.page #contact #content a
{
    color: #AF9968;    
}

.page #contact #map
{
    position: absolute;
    height: 100px;
    width: 100px;
    margin-top: 230pt;
    margin-left: 312pt;
}

.page #contact #map span
{
    display: none;
}


.page #photos #link
{
}

.page #photos #link span
{
}

/*      NAVIGATION
 *********************************************************************/

table#navigation 
{
	margin-left: 90px;
	padding: 0;
}

table#navigation td 
{
	white-space: nowrap;
	text-align: center;
	border-right: solid 1px #AA8559; 
}

table#navigation td a 
{
    width: 155px;
	display: block;
	text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Century;
    color: #AA8559;   
}

table#navigation td a:hover 
{	
    color: #C6B291;   
}

/*      BODY
 *********************************************************************/

.body
{   
    height: 640px; 
    width: 100%;
    vertical-align: top; 
}

/*      FOOTER
 *********************************************************************/

.footer
{   
    vertical-align: top;
    text-align: center; 
    font-size: 16px;
    font-family: Century;
    color: #C5A461;
}