/* CSS Document */

#content		{
	width: 960px;
	margin:0 auto;
	height:100%;
	background-color:#000000;
	padding:6px;
	border: 2px solid #333333;
	margin-top:20px;
				} 

html,body		{
	background-image: url(images/bgpattern.png);
	background-repeat:repeat-x;
	background-color:#AFAFAF;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFe595;
	text-align:center;
				}

/*----Headings----*/

h1 {
text-align:left; 
font-weight:bold; 
color: #CC3300;
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:11pt; 
text-decoration:none
}

h2 {
text-align:left; 
font-weight:bold; 
color: #FFe595;
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:10pt; 
text-decoration:underline;
font-style: italic;
}

h3 {
text-align:center; 
font-weight:bold; 
color: #CC3300;
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:11pt; 
text-decoration:none
}

h4 {
text-align:center; 
font-weight:bold; 
color: #FFe595;
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:10pt; 
text-decoration:none;
font-style: italic;
}


/*----Tables and Cells----*/

			
table.layout	{
			width:960px;
			height:100%;
			text-align:left;
			vertical-align:top;
			background-color:#000000;
			}

td.top		{
			vertical-align:top;
			background-image:url(images/banner.gif);
			background-repeat:no-repeat;
			height:100px;
			text-align:right;
			}

td.main		{
			vertical-align:top;
			}
		
td.bottom 	{
			text-align:center; 
			color:silver;
			font-size:10px;
			}
			
td.img_cell	{
			text-align:center;
			}
			
table.contact {font-size:9pt}

/*----Hyperlinks----*/

a:link {
	color:silver;
	text-decoration:none;
}
a:active {
	color:silver;
	text-decoration:none;
}
a:visited {
	color:silver;
	text-decoration:none;
}
a:hover {color:white}

/*----Gallery Pagination----*/

a.gallery:link {
	color:#FFCC00;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
a.gallery:active {
	color:#FFCC00;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
a.gallery:visited {
	color:#FFCC00;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
a.gallery:hover {color:white}

.unselected	{
	color:#333333;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

/*----Navigation----*/

img.button_4 {
	margin-top:-1px;
}
img.button_3 {
	margin-top:-1px;
}
img.button_2 {
	margin-top:-1px;
}
img.button_1 {
	margin-top:-1px;	
}
