/* CSS Document */

/* Body Styling */

body {background-color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#959595}
	
/* Lists */

ul.simple {list-style-type: square;}

/* Link Styles */

a:link {color:#7b7b7b; 
	font-size:.75em; 
	text-decoration:none;}
a:hover {color:#f1a629; 
	text-decoration:underline;}
a:visited {color:#696969; 
	text-decoration:underline;
	font-size: .75em;}

/* Header Styling */

h1, h2, h3 {font-size: .95em; 
	color: #a0a0a0
	font-family: "MS Sans Serif", Geneva, sans-serif;}

/* Paragraph Styling */

p.footer {color:#767676; 
	text-align:left; 
	font-size:.1em;}
	
p.smalltext {
	text-align: left;
	font-size: .9em;}

/* Div Content */

#content {margin-left:auto; 
	margin-right:auto; 
	width:975px; 
	padding:0px;}
#header {margin: 1px auto;
	width: 950px;
	height: 190px;}
#rightcolumn {width:271px; 
	height:408px; 
	top:352px; 
	margin-left: 565px;}
#leftcolumn {margin-left:185px; 
	width:320px; 
	height:408px; 
	margin-top: -408px;}

/* Button Navigation Styles */

#links {width: 80px;
	height: 105px;
	margin: 2px 1px;
	margin-top: -465px;
	margin-left: 5em;}

#link_home {width: 80px;
	height: 20px;
	margin: 1px;}

#link_home a.button {text-indent: -10000em;
	background: url(Images/buttonhome.gif) no-repeat top left;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 20px;}
	
#link_home a.button:hover {background: url(Images/buttonhome_mouse.gif) no-repeat top left;}

#link_gallery {width: 80px;
	height: 20px;
	margin: 2px 1px;}

#link_gallery a.button {text-indent: -10000em;
	background: url(Images/buttongallery.gif) no-repeat top left;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 20px;}
	
#link_gallery a.button:hover {background: url(Images/buttongallery_mouse.gif) no-repeat top left;}

#link_about {width: 80px;
	height: 20px;
	margin: 2px 1px;}

#link_about a.button {text-indent: -10000em;
	background: url(Images/buttonabout.gif) no-repeat top left;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 20px;}
	
#link_about a.button:hover {background: url(Images/buttonabout_mouse.gif) no-repeat top left;}
	
#link_contact {width: 80px;
	height: 20px;
	margin: 2px 1px;}
	
#link_contact a.button {text-indent: -10000em;
	background: url(Images/buttoncontact.gif) no-repeat top left;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 20px;}
	
#link_contact a.button:hover {background: url(Images/buttoncontact_mouse.gif) no-repeat top left;}
	
#link_links {width: 80px;
	height: 20px;
	margin: 2px 1px;}
	
#link_links a.button {text-indent: -10000em;
	background: url(Images/buttonlinks.gif) no-repeat top left;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 20px;}
	
#link_links a.button:hover {background: url(Images/buttonlinks_mouse.gif) no-repeat top left;}

/* Left Column Text Styling */

#left_text {margin: 1px 1px 1px 1px;
width: 250px;}
	
/* Footer Div Styling */

#footer {height:65px; 
	padding:0px;}
#footer p {text-align:center; 
	font-size:11px;}
#footer a {font-size:.9em;}
#footer a.admin {color:#0080b4}
#footer a.admin:hover {color: #009cda}