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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin-top: 75px;
	letter-spacing: .1em;
}
#topnav {
	letter-spacing: .1em;
	float: right;
	font-size: 1em;
	text-transform: none;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top: 30px;
	text-align: right;
}

#topnav a {
	letter-spacing: .2em;
}
#toplogo {
	float: left;
	font-size: 1em;
}

#container {
	background-image: url(../images/back1.jpg);
	height: 640px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 127px;
	margin: 0px;
	padding: 4px;
}
#header p {
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	letter-spacing: 0.2em;
}
#content {
	height: 480px;
	width: 790px;
	padding-right: 26px;
	padding-left: 25px;
	overflow: hidden;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#copyright {
	float: right;
	letter-spacing: 0.2em;
	padding-right: 24px;
	padding-top: 6px;
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}


#footer {
	padding-right: 27px;
	padding-left: 24px;
	float: left;
	width: 550px;
	padding-top: 6px;
}
#footer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	letter-spacing: 0.2em;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
}


#gallerytitle {
	float: right;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 480px;
	margin-right: 25px;
	margin-top: 0px;
	letter-spacing: 0.2em;
	font-size: 1em;
	height: 40px;
	vertical-align: top;
	line-height: 40px;
}
a.main_link:active,a.main_link:visited,a.main_link:link{
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000;
	line-height: 40px;
	text-align: center;
}
a.main_link:hover{
	color: #666;
		text-align: center;
}
a.sel_link:active,a.sel_link:visited,a.sel_link:link{
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000;
	line-height: 40px;
	background-image: url(../images/uparrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}#content p {
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	letter-spacing: .1em;
	line-height: 18px;
}
.floatleft {
	float: left;
	padding-right: 25px;
	padding-bottom: 12px;
}
