/* CSS Document */


body{
	margin:0px;
	background-color: #000000;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}

#container{
	
	width:100%;
	height:90%;
	margin:0px;
}

#headContMain{
	width:954px;
	height:129px;
	
}

#bodyContMain{
	width:954px;
	height:90%;
}
#headContainer{
	width:100%;
	height:129px;
	background:url(images/barPatBlck.gif);
	background-repeat:repeat-x;
}

#headLeft{
	width:350px;
	height:128px;
	background-image: url(images/headLeft.jpg);
	background-repeat: no-repeat;
	float:left;	
}

#navTop{
	width:603px;
	height:33px;
	background-image:url(images/headNavTop.jpg);
	background-repeat:no-repeat;
	float:left;
}

#nav{
	width:603px;
	height:36px;
	float:left;
	background:url(images/navBck.gif);
	background-repeat:no-repeat;
}

#navBottom{
	width:350px;
	height:59px;
	background:url(images/barPat.gif);
	background-repeat:repeat-x;
	text-align:right;
	float:left;	
}

#navBottomRight{
	width:253px;
	height:59px;
	float:right;
	margin:0;
}

#contentLeft{
	width:135px;
	float:left;
}

#mainContent{
	height:90%;
	width:566px;
	float:left;
}

#guyRight{
	width:253px;
	float:left;
	margin:0;
	
}

#horizLine{
	width:530px;
	height:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	display:table;
}

h1, p{
	margin-left:10px;
	margin-right:20px;
	
}

h1{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;	
}

p{
	font-size:11px;
	margin-top:0px;
}

.imgFloat{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


#divFooter{
	width:200px;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
}

.footer,#divFooter p{
	text-align:center;
	font-size:10px;
	color:#FFFFFF;	
	margin-top:5px;
	text-decoration:none;
}

.footer:hover{
	text-decoration:underline;
}

#thumbs{
	width:566px;
}

#full{
	margin-left:auto;
	margin-right:auto;
	margin:30px;
	width:500px;
	text-align:center;
}

#picTitle{
	font-size:12px;
	color:#FFFFFF;
	width:375px;
	float:left;

}

.imgPad{
	padding:10px;
	border:0px;
}

.titleCol{
	color:#7b5c56;
	margin-left:10px;
}

#divBack{
	width:150px;
	float:right;
	text-align:right;
	padding-right:20px;
}

a.backBtn{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a.backBtn:hover{
	text-decoration:underline;
}

#picBack{
	text-align:right;
	width:264px;
	float:left;
	padding-right:4px;

}

#picForward{
	width:293px;
	float:right;
	padding-left:4px;

}

.contactLink{
	color:#FFFFFF;
	text-decoration:underline;

}

#contactDiv{
	width:300px;
	height:150px;
	margin-left:10px;
	}

#contactUL {
	margin:0px;
	padding:0px;
	font-size: 11px;
	list-style:none;
			
}

#contactUL li{
	margin-bottom:4px;
}

#contactUL a{
	color:#FFFFFF;
	text-decoration:none;	
		
}

#contactUL a:hover{
	text-decoration:underline;
		
		
}
