/* CSS Document */

html {
        /* CSS VALIDATION FAULT */
        /* CSS validation fails on the following, Mozilla hack to show scroll bars */
        /*   If you don't know why this is here, you shouldn't be reading this */
        overflow: -moz-scrollbars-vertical;
        height: 100%;
}
body {
	text-align:center;
	margin-top:5px;
	padding:0px;
	background-color:#2F513E;
}
#content {
	margin: 0px auto;
	margin-top: 0px;
	text-align:left;
	width: 850px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 24px;
}
#header {
	height: 85px;
	width: 850px;
	margin: 0;
	padding: 0;
}
#nav {
	float: left;
	width: 181px;
	padding: 0;
	margin:0;
}
#textbg {
	margin: 0 11px 0 0;
	width: 657px;
	background-image:  url("images/text-bg_18.jpg");
}
#text {
	padding: 0 8px;	
}
#footer {
	position: relative;
	color: #FFFFFF;
	margin: 5px 0px 0px 182px;
	text-align:left;
	padding:5px 5px 5px 5px;
	width: 519px;
	font-weight: bold;
}
#photos { text-align: center;}
	
/*text properties*/
h1 {
	color:#790000;
	font-size:24px;
	font-weight: bold;
}
p {
	font-size: 12px;
}
a {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#text a {
	color: #2F513E;
	text-decoration: underline;
}
