/* CSS Document */

/* Global Reset */
* {
	margin: 0px;
	padding: 0px;
}

/* framework */
h1 {
	text-align: center;
	font-size: 28pt;
	margin-bottom: 15px;
}
h2 {
	font-size: 24pt;
	margin-bottom: 10px;
}
ul, ol {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 10px;
}
li {
	margin-left: 15px;
}
p {
	text-align: left;
	margin-bottom: 10px;
}
a, a:link, a:visited, a:active {
	color: #FFFFFF;
}


body {
	background-color: 424146;
	background-image: url(../images/bg_site.jpg);
	background-repeat: repeat;
	font-family:"Times New Roman", Times, serif;
	font-size: 16pt;
	color: #FFFFFF;
}

#colorbar {
	height: 48px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-image: url(../images/bg_topbar.gif);
	background-repeat: repeat-x;
}
#maste {
	background-color: #FEFEFE;
	background-image: url(../images/bg_maste.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 3px solid #686868;
	text-align: center;
	padding-top: 5px;
}
#header {
	position: relative;
	width: 840px;
	margin: auto;
}
#logo {
	float: left;
	margin-left: 75px;
	_margin-left: 50px;
}
#logotext {
	float: right;
	margin-right: 75px;
	_margin-right: 50px;
}
#navigation {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	_position: relative;
}
#naviitems {
	margin-bottom: 5px;
}
#naviitems li {
	list-style-type: none;
	display: inline;
	margin-left: 5px;
}
#naviitems a {
	border-top: 5px solid #1C1D20;
	background-color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	color: #686868;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
}
#naviitems a:hover {
	border-top: 5px solid #FF0000;
}
#page {
	text-align: center;
}
#content {
	width: 820px;
	_width: 840px;
	margin: auto;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat;
	text-align: left;
	padding: 10px;
	padding-bottom: 50px;
}
#footer {
	width: 820px;
	_width: 840px;
	margin: auto;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat;
	border-top: 3px solid #FFFFFF;
	padding: 10px;
	font-size: 12pt;
}
#copy {
	font-weight: bold;
	float: left;
}
#bydrew {
	float: right;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

/* classes */
.clears {
	clear: both;
	height: 0px;
}
div.pagephotos {
	float: right;
	clear: right;
	margin-bottom: 10px;
}
div.pagephotos img {
	border: 1px solid #FFFFFF;
}
div.gallery {
	width: 298px;
	_width: 300px;
	margin: auto;
}
div.gallery img {
	border: 1px solid #FFFFFF;
}
div.gallery a {
	color: #FFFFFF;
}
	
