@charset "UTF-8";


/* Gallery */

















body {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
}




#wrapper {
	background-color: #FFFFFF;
	text-align:left;
	padding:0  0;
	margin: 0 auto;
	width: 770px;
}
#logo {
	background-image: url(images/background.gif);
	height: 120px;
	text-indent: -9999px;
}
#nav {
	margin: 0;
	list-style-type: none;
	width: 770px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	height: 40px;
	padding: 0;
}

#nav li {
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav a {
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	display: block;
	width: 110px;
	text-align: center;
	line-height: 2.5;
	background-color: #000000;
	background-image: url(images/button_1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 40px;
	font-weight: bold;
}


#nav a:hover{
	background:#80b0da;
	color:#999999;
	text-decoration:none;
	background-image: url(images/button_2.gif);
	font-weight: bold;
}




a:link {
	color: #006599;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6699FF;
}
a:hover {
	color: #006599;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
}


.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006599;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}
.gallerytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.smallboldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #CC0000;
}

