/* Global Styles */

body {
	margin:0px;
	}
	
 /* IMAGE SIZE */


.imagearea	{ height: 350px; }


 /* BORDER COLORS */

.borderlines	{
		border-top: #666666 1px solid; 
		border-bottom: #666666 1px solid;
		padding: 0px;
		height: 20px;
		background-color: #000000;
		}
		
.menulines	{
		border-top: #666666 1px solid; 
		border-bottom: #666666 1px solid;
		padding: 0px;
		height: 15px;
		background-color: #FD8C18;
		}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #ffffff;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	font:9.5px arial;
	color: #ff6600;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #ffffff;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #999999;
	letter-spacing:.5em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #990000;
	line-height:18px;
	}
	
.bodyText {
	font:11px verdana;
	line-height:18px;
	color:#cccccc;
	}
	
.pageName {
	font:20px georgia;
	color: #990000;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:11px verdana;
	color: #333333;
	letter-spacing:.05em;
	}
	
.calendarText {
	font:9px arial;
	line-height:14px;
	color:#FFFFFF;
	}
	
.photocredit {
	font:9px georgia;
	color: #990000;
	line-height:12px;
	}
	
.photocreditgrey {
	font:9px verdana;
	color: #666666;
	line-height:12px;
	}
	
.photocredit_right {
	font:9px georgia;
	color: #cccccc;
	line-height:9px;
	}
	
.quote {
	font:12px georgia;
	color: #cccccc;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.quotecredit {
	font:9px georgia;
	color: #cccccc;
	font-weight:bold;
	line-height:15px;
	letter-spacing:.1em;
	}
	
	
.copyright {
	font:9px verdana;
	color: #333333;
	line-height:12px;
	letter-spacing:.2em;
	}
	

