/* 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;
}


body {
	background-color: #1f1e20;
	background-image: url(../images/bg_site.jpg);
	background-repeat: repeat;
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
}

#maste {
	background-color: #E8E8E8;
	background-image: url(../images/bg_maste.gif);
	background-repeat: repeat-x;
	height: 130px;
	_height: 135px;
	padding-top: 5px;
}


/* navigation */
#navigation {
	padding-top: 8px;
	font-size: 18pt;
	font-weight: bold;
	background-color: #739BFF;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	height: 32px;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation a:hover {
	background-image: url(../images/bg_content.png);
	_color: #666666;
}


/* content */
#content {
	width: 780px;
	_width: 800px;
	margin: auto;
	padding: 10px;
	padding-bottom: 50px;
	background-image: url(../images/bg_content.png);
	text-align: left;
}

/*footer*/
#footer {
	width: 780px;
	_width: 800px;
	margin: auto;
	font-size: 12pt;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#copy {
	float: left;
}
#bydrew {
	float: right;
}
	

/* classes */
.clears {
	clear: both;
	height: 0px;
}
div.pagephotos {
	float: right;
	clear: right;
	margin-bottom: 10px;
}
div.pagephotos img {
	border: 1px solid #000000;
}
