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

body {
	background: url(images/layout/page_ground.jpg) center repeat-y;
	text-align: center;
}
div.page {
	width: 600px;
	margin: auto;
	text-align: left;
}

div.contentthumbs {
text-align: center;
border: 0px none;
}

.lbThumb {
text-decoration: none;
border: 0px none;
}

h1, h2, h3 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
h4, h5 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
}
p, li {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #6c5c65;
	padding-left: 0px;
	padding-right: 0px;
	text-indent: 0px;
}

p.stillsmessage{
    text-align: center;
}
.worklink { float: left;
margin: 25px;
}
.columns {float: left;
width: 300px;
}

.category {
	font-style: italic;
	color: #732d50;
}
.italic, span.italic {
	font-style: italic;
}
a.link {
	color: #901d56;
}

a.piclink {
color:#000000;
}

.picfoot {
	text-align: center;
	width: 854px;
	margin: auto;
	height: 50px;
	background: url(images/layout/footer.jpg) 0px 0px no-repeat;
}
.title {
	text-align: center;
}
.vid {
	text-align: center;
}
div.header {
	text-align: center;
	margin: auto;
	width: 854px;
	height: 201px;
	background: url(images/layout/banner.jpg) 0px 0px no-repeat;
}
/*NAVIGATION BUTTONS*/

div.nav a {
	text-decoration: none;
}
.nav {
	width: 600px;
	height: 80px;
	background-image:url(images/layout/navbuttons.png);
	padding: 0;
	margin-left: 15px;
	list-style: none;
}
.navlist li {
	display: inline;
	list-style-type: none;
}
.nav1 {
	font-size: 75px;
	float: left;
	width: 150px;
	height: 80px;
}
.nav2 {
	font-size: 75px;
	float: left;
	width: 150px;
	height: 80px;
}
.nav3 {
	font-size: 75px;
	float: left;
	width: 150px;
	height: 80px;
}
.nav4 {
	font-size: 75px;
	float: left;
	width: 150px;
	height: 80px;
}
.nav1:hover {
	background: url(images/layout/navbuttons.png) 600px -82px;
}
.nav2:hover {
	background: url(images/layout/navbuttons.png) -150px -83px;
}
.nav3:hover {
	background: url(images/layout/navbuttons.png) -300px -83px;
}
.nav4:hover {
	background: url(images/layout/navbuttons.png) -450px -82px;
}

a.navlink{
outline: none;
display: block;
}

span.hidden {
	visibility: hidden;
}

