/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/css/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
.clear {
	clear: both;
	margin-bottom: 25px;
}
#galnav a {
	margin-right: 10px;
	margin-left: 10px;
}
a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	min-width: 700px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	margin-bottom: 20px;
	width: 775px;
	color: #C00;
}
#header {
	background-image: url(images/css/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 98px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-color: #999999;
	text-align: right;
	font-size: 1px;
	color: #999999;
}
#header .title {
	font-size: 26px;
	font-weight: bolder;
	color: #CC0000;
	display: none;
}
#nav {
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	background-color: #999999;
	background-image: url(images/css/bg_nav.gif);
	font-size: 90%;
	margin: 0px;
	text-align: right;
	padding-right: 20px;
}
#nav a {
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 5px;
}
#content {
	font-size: 80%;
	position: relative;
	background-color: #CCCCCC;
	background-image: url(images/css/bg_content.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
	min-height: 400px;
	width: 775px;
}
.item {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
	color: #111;
}
.item h1 {
	color: #CC0000;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	font-size: 110%;
	margin-bottom: -2px;
	text-transform: uppercase;
}
.item h2 {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 110%;
	margin-bottom: -5px;
	background-color: #666666;
	padding-top: 2px;
	padding-bottom: 3px;
}
.item p {
	padding-right: 5px;
	padding-left: 25px;
	margin-right: 10px;
	color: #111;
}

#footer {
	background-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 775px;
	clear: both;
}
