body,html {
	margin:0;
	padding:0;
	color:#000;
	background: #d46633;
	background-image:url('/sitegraphics/gradient2.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 
}

h2{
	font-size: 1.6em;
}



a:link {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }

#wrap {
	width:995px;
	margin:0 auto;
	background:#ffffff;
}

#header {
	background:#ffffff;
}

#main {
	float:left;
	width:750px;
	padding:10px;
}

#main h2 {
	font-family: Georgia, Verdana, Arial, serif;
	font-size: 18px;
	color: #265E15;
}


#sidebar {
	float:right;
	width:205px;
	padding:10px;
	background:#ffffff;
}

#footer {
	clear:both;
	background:#ededed;
	padding:5px 10px;
}

#footer p {
	margin:0;
}

#nav {
	/* padding:5px 10px; */
	background:#ffffff;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

.centered{
	text-align: center;
}

#gallerytitle{
	margin-left: 10px;
}

#subtitle{
	margin-left: 10px;
	margin-top: -5px;
}

#photos{
	text-align: center;
}

#breadcrumbs{
background: #ededed;
}

.sidebarbox{
	background:#ededed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
}



