body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	text-align:center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #60d8d8;
	margin-top:0em;
	padding-top:0em;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}
img {
	border: none;	
}

.header {
	position:relative;
	background-image:url(/images/header.jpg);
	height:140px;
	width:980px;
}

.header a.gallery:link,
.header a.gallery:active,
.header a.gallery:visited {
	position:absolute;
	background-image:url(/images/menu_gallery.jpg);
	left:410px;
	top:64px;
	height:31px;
	width:66px;
}
.header a.gallery:hover {
	background-image:url(/images/menu_gallery_on.jpg);
}

.header a.aboutme:link,
.header a.aboutme:active,
.header a.aboutme:visited {
	position:absolute;
	background-image:url(/images/menu_aboutme.jpg);
	left:520px;
	top:64px;
	height:31px;
	width:75px;
}
.header a.aboutme:hover {
	background-image:url(/images/menu_aboutme_on.jpg);
}

.header a.contact:link,
.header a.contact:active,
.header a.contact:visited {
	position:absolute;
	background-image:url(/images/menu_contact.jpg);
	left:640px;
	top:64px;
	height:31px;
	width:69px;
}
.header a.contact:hover {
	background-image:url(/images/menu_contact_on.jpg);
}

.header a.blog:link,
.header a.blog:active,
.header a.blog:visited {
	position:absolute;
	background-image:url(/images/menu_blog.jpg);
	left:757px;
	top:64px;
	height:31px;
	width:40px;
}
.header a.blog:hover {
	background-image:url(/images/menu_blog_on.jpg);
}


h3 {
	color:#CCC;	
}
a:link, 
a:visited, 
a:active {
	color: #000;
}

.contentholder {
	width:980px;
	text-align:left;
	margin-left: auto ;
	margin-right: auto ;
}

.maincontent {
	position:relative;
	padding-left:20px;
	padding-right:20px;
	width:940px;
	padding-bottom:10px;
	padding-top:5px;
}

.footer {
	background-image:url(images/footer.jpg);
	height:100px;
	position:relative;
	clear:both;
}

.leftfooter {
	left:20px;
	top:15px;
	width:300px;
	position:absolute;
	color:#FFF;
}
.leftfooter h2 {
	margin-top: 0em;
	margin-bottom: 0em;
	color: #fff;
	font-size: 11px;
}
.leftfooter p {
	margin-top: 0em;
	margin-bottom: 0em;
	color: #bebebe;
	font-size: 11px;
}
.leftfooter a:link, .leftfooter a:active, .leftfooter a:visited {
	color: #FFF;
	text-decoration: none;
}
.leftfooter a:hover {
	color: #FFF;
	text-decoration: underline;
}

.rightfooter {
	right:20px;
	top:15px;
	width:400px;
	position:absolute;
	color:#FFF;
	text-align:right;
}
.rightfooter h2 {
	margin-top: 0em;
	margin-bottom: 0em;
	color: #fff;
	font-size: 11px;
	font-weight:normal;
}
.rightfooter p {
	margin-top: 0em;
	margin-bottom: 0em;
	color: #fff;
	font-size: 11px;
}
.rightfooter a:link, .rightfooter a:active, .rightfooter a:visited {
	color: #bebebe;
	text-decoration: none;
}
.rightfooter a:hover {
	color: #bebebe;
	text-decoration: underline;
}

/* GALLERY STUFF */
.galleryCategories {
	position:relative;
	float:left; 
	width:200px;
	padding:17px;
}
.galleryCategories  a {
	color:#000;
}
.galleryCategories h3 {
	line-height:16px;
	text-align:left;
	position:absolute;
	bottom:25px;
	left:20px;
	margin:0;
	padding:8px;
	background:#000;
	max-width:170px;
	z-index:101;
	cursor:pointer;
}

.galleryCategories  .galleryOverlay {
	position:absolute;
	left:17px;
	z-index:100;
	border:2px solid #000;
	width:196px;
	height:296px;
}

.galleryPrevious {
	position:relative;
	float:left;
	width:32px;
	line-height:438px;
}
.galleryNext {
	position:relative;
	width:32px;
	line-height:438px;
	float:left;

}
.galleryImagesList {
	position:relative;
	float:left; 
	width:876px;
}

.galleryImages {
	position:relative;
	float:left; 
	width:136px;
	height:136px;
	padding:5px;
}
.galleryImages a {
	color:#000;
}

.galleryImages .galleryOverlay {
	position:absolute;
	left:5px;
	z-index:100;
	border:2px solid #000;
	width:132px;
	height:132px;
}

.photoImage {
	position:relative;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}

