body{
	background-color:#999999;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
}
p{
	font-size:1em;
	line-height : 1.3;
}
h1{
	font-size:1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:-0.2em;
	margin-bottom:-0.2em;
	color: #FFFFFF;
	
}
h2{
	font-size:1.26em;
}

h3{
	font-size:1.2em;
}

td{
	vertical-align:top;
	text-align:center;
}


/*-----------------------------------------------------------------*/
#top{
	position:relative;	
	background-color:#999999;
	background-image:url(../images/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:151px;
	width:100%;
	z-index:2;
}

#bannertext{
	position:absolute; top:40px; right:25%;
	z-index:3;
    margin-left: auto;
    margin-right: auto;
	font-size:4em;
}
	
/*-----------------------------------------------------------------*/
/* this is the div tag to hold the links */
#contents{
	position:relative;
	width:80%;
	padding-left:10em;
	margin-top:0.5em;
	z-index:2;
}

#contents a{
	color:#FFCC00;
	text-decoration:none;
	font-size:0.9em;
}

/*this is the navigation bar down the left */
#links{
	position:absolute; top:160px;
	z-index:3;
	width:9.2em;
}
#links ul{
	list-style-type:none;	
}

#links li{	
	text-align:center;
	margin-bottom:0.2em;
}
#links a{
	color: #000000;
	background-color: #CCCCCC;
	text-decoration:none;
	border:1px #FFCC00 solid;
	display: block;
	padding:0.1em;
	font-size:1em;
	font-weight: bolder;
}
#links a:hover{
	color:#FFFFFF;
	background-color: #999999;
	border:1px #FFCC00 solid;
}

img{
	border: 1px #ffffff solid;
	margin:0.3em;
}
#footer{
	border-top:1px dashed #ffcc00;
	font-size: 0.8em;
	color: #CCCCCC;
	margin-top:2em;
	z-index:5;
	padding-top:0.2em;
}
.address{
	list-style-type:none;
	color:#ffffff;
}
.imageleft{
	float:left;
	margin:0.7em;
	border:1px #fff solid;
}
.imageright{
	float: right;
	margin:0.7em;
	border:1px #fff solid;
}

#portfolio img{
	position:relative;
	margin:0 0.3em 0 0.3em;
	border:0;

}
table.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#photolist{
	width:70%;
	margin-left: auto;
    margin-right: auto;
	z-index:4;
}

#photolist ul{
	list-style-type:none;
	   
}

#photolist li{
	display:inline;
	
}

/*camera{
	position:absolute; top:10px;left:0;
	z-index:1;
	height:500px;
	background-image: url(../images/camerabg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:550px;
	width:100%; 
}*/

change{
	border-width:0;
	}

.top{
	font-size:0.7em;
}

hr{
	border-bottom:dashed #666666;
	border-width:0 0 1px 0;
}
