

/* STYLES
 ---------------------------------------------------------------- */


body {
	background: #000;
	background-attachment: fixed;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	}
	
	
img, img a {
	border: none;
}

.float{
	float: left;
	}
	
p{
	padding: 0px;
	margin-top: 0px;
}

a{
	color: #666;
	}
	

/* Fix problems with Safari making text heavier 
BODY { -webkit-text-stroke:.5px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}
*/	
	
	
/* NAVIGATION
 ---------------------------------------------------------------- */
	
	#navBar {
		background: transparent url('../img/nav_bg.png') repeat 0 0;
		width: 140px;
		padding: 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: 702px;
		}
	#nav_content {
		height: 696px;
		width: 122px;
		overflow: hidden;
		}
	#subnav a, #nav a{
		color: #999999;
		display: block;
		text-decoration: none;
		padding-left: 20px;
	}
	#navBar a{
		text-decoration: none;
		color: #999;
	}
	#navBar a:hover, 
	#navBar a.active,
	#subnav a:hover{
		color: #FFF;
	}
	
	#nav, .contact{
		letter-spacing: 1px;
		line-height: 12px;
		font-family: "Courier New", Courier, monospace;
	}
	.contact{
		padding-left: 20px;
		color: #999;
		margin: 0PX;
	}
	.address{
		margin-left: 20px;
		color: #999;
	}
	.divider, .dividerTop, .dividerLarge{
		background:url(../img/divider.gif);
		background-repeat: no-repeat;
		width: 130px;
		height: 1px;
		margin-bottom: 6px;
	}
	.dividerLarge{
		margin-top: 60px;
	}
	.divider{
		margin-top: 6px;
	}
	

	
	#content {
		margin: 116px 0 40px 210px;
		padding-left: 10px;
		position: relative;
		height: 585px;
		}
		
	

	#content IMG {
			margin-right: 1px;
			}
			
		

/* NEWS
 ---------------------------------------------------------------- */
 
	.column {
		width: 200px;
		float:left;
		margin-right: 19px;
		background:url(../img/divider_tiny.gif);
		background-repeat: no-repeat;
		padding-left: 19px;
		}
	
	H1{
		font-family: "Georgia", Times New Roman, Times, serif;
		font-size: 18px;
		color: #FFF;
		line-height: 22px;
		font-weight: normal;
	}

	
	

/* ABOUT
 ---------------------------------------------------------------- */

	
	.profile{
		background:url(../img/divider_profile.gif);
		width: 140px;
		height: 163px;
		background-repeat: no-repeat;
		float: left;
	}
	.profileRight{
		width: 140px;
		float: left;
		height: 163px;
	}
		
	#about{
		background:url(../img/divider_about.gif);
		width: 440px;
		background-repeat: no-repeat;
		padding-top: 47px;
		padding-left: 20px;
		float: left;
		
	}
	.profile p,
	.profileRight p{
		
		padding-top: 3px;
		margin: 0px;
	}


		
/* ERROR
 ---------------------------------------------------------------- */

	.error_message {
	
		}
		.error_message H1 {
			font-size: 21px;
			line-height: 29px;
			}
		.error_message P {
			font-size: 12px;
			line-height: 14px;
			color: #bbb;
			}
