@charset "utf-8";
/* CSS Document */

body {
	margin: 10px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*	background: #E2DDB5; */
	background:#001535 url(../images/pagebkgd.jpg) repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/* TO Center Page in Firefox */
#container {
	width:760px;
    margin:0px auto 0px auto;
text-align:left;
}
#navbar {
	text-align:right;
	padding-right: 18px;
	padding-bottom: 0;
	top: 73px;
	right: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 24px;
}

#photocredit {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#5A5A5A;
	text-align:center;
	padding-left: 10px;
}

#maincontenttxt {
/*	margin-left: 132px;
	margin-right: 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 25px 20px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	line-height:18px;
} 

#maincontenttxt a:visited {
	color:#4b3c25;
}

#pgsfooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#5A5A5A;
	text-align:center;
	background-color: #FFFFFF;
	padding: 10px 0 20px 0;
}
#footer a:visited {
	color:#4b3c25;
}