body  { 
	background-color: #505050; 
	margin-top: 30px; 
	margin-bottom: 15px; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
}

/* DIV BOXES */

#wrap   {
	background-color: #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border: solid 1px black }

#navbar {
	margin-top:15px;
	margin-bottom:15px;
}

#content { 
	margin-top: 0;
	padding: 0;
}

#content #text {
	margin-top: 75px;
	text-align: left;
}

#photogallery {
list-style-type:none;
}

#photogallery li {
float:left;
margin-right: 10px;
margin-bottom: 10px;
font-size: 11px;
}

#photogallery img {
display:block;
}

#footer {
	width: 100%;
	text-align: center;
	margin: 35px 0 25px 0;
}

/* FONTS */
/* NAVBAR FONTS */
#navbar ul, #navbar li {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navbar a {
	color: #E0902D;
	text-decoration: none;
	padding-right: 3px;
}

#navbar a:visited {
	color: #E0902D;
	text-decoration: none;
}

#navbar a:hover {
	color: #909090;
	text-decoration: none;
}

#navbar a:active    {
	color: #909090;
	text-decoration: none;
}

/* CONTENT FONTS */

p   { font-size: 12px; line-height: 20px; margin: 5px 75px 20px 75px; }
a   { color: #E0902D; text-decoration: none; }
a:visited   { color: #E0902D; text-decoration: none; }
a:hover    { color: #000000; text-decoration: none; }
a:active   { color: #000000; }
h1     { color: #000000; font-size: 18px; font-weight: bold; text-transform: uppercase; margin: 0 0 3px 75px; }
h2     { color: #000000; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-top: 35px; margin-bottom: 3px }
h3     { color: #333333; font-size: 12px; margin-top: 10px; margin-bottom: 3px }
#footer h1 {margin-left: 0}

/* FOOTER FONTS */

#footer h1    {
	color: #909090;
	font-size: 10px;
	font-weight: bold;
	padding:0 }

#footer a { color: #E0902D; text-decoration: none; }

/* MISC */

td {
	width: 200px;
	vertical-align: top;
}

