@charset "UTF-8";
/* CSS Document */

/*site*/
body {
	background-color:#585962;
	color:#FFFFFF;
	margin:0;
   	padding:0;
   	height:100%;
	}
	
#bigdiv {
	background: url(../siteimgs/header2.png) no-repeat top center;
	width: 1000px;
	margin: 0px auto;
	min-height: 100%;
	position:relative;
	}   /*sets the top image*/

#content {
	margin: 0px auto;
	top:0px;
	padding-bottom:100px;   /* Height of the footer */

	}	/*makes the content overlap top image and center*/
	
.box {
	background-color: #999999;
	}
	
em { 
	font-style: normal;
	color: #888;
	}
	
h3 {
	color: #ddd;
	line-height: 1.5;
	}
	
hr {
	background: #ff3399;
	}


/*Main navigation*/

#navsite ul {
	padding: 64px 0 0 0;
	margin-left: 0;
	
	}
	
#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
	}
	
#navsite ul li a {
	padding: 4px 17px;
	margin-left: 3px;
	border: 1px solid #ddd;
	background:#585962;
	text-decoration: none;
	}
	
	
#navsite ul li a:link {
	color:#FFFFFF;
	}
	
#navsite ul li a:visited {
	color:#FFFFFF;
	}
	
#navsite ul li a:hover {
	color:#FFFFFF;
	background:#FF3399;
	border: 1px solid #FF3399;
	}
	
	
#navsite ul li a:active {
	color:#FFFFFF;
	background:#888888;
	}


/*content*/
.left_content {
	margin-top:36px;
	font-size: 14px;
	font-family: Helvetica;
	color:#000;
	}
	
#homeimg {
	border: 1px solid #FFF;
	margin-bottom: 18px;
	margin-top: 18px;
	color: #000000;
	font-size: 12px;
	} 
	
#info {
	margin-bottom: 18px;
	margin-top: 36px;
	color: #000000;
	font-size: 12px;
	}
	
.left_content strong {
	color: #eee;
	}
	
.nobullet li {
	list-style-type: none;
	}
	
#gall {
	margin-bottom: 18px;
	margin-top: 18px;
	} 
	
#gall img{
	border: 1px solid #333;
	} 
	
.left_content h2 {
	font-size: 18pt;
	}
	
#homeimg td {
	padding: 4px 0px 4px 5px;
	}	
	
/*for zoomimage galleries*/	
.lightsGal,
.bwGal,
.customGal {
	display: block;
	float: left;
	margin: 0 5px 15px 0;
    cursor: url(../images/zoomin.cur), default;
}

/*info page*/
.icon {
	vertical-align:middle;
	}

.bio {
	margin: 0 5px 20px 5px;
	border: 1px solid #333;
	}
	
/*Footer*/
#footer {
	position:absolute;
	bottom:0;
	height:100px;
	width: 920px;

	}
	
#footer hr {
	
	width: 130px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
	}