body, html {
	margin:0px;
	padding:0px;
	background:#f7f7f7;
	color:#5E5336;
}
body {
	min-width:750px;
}
body,td,th {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic","Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	font-size: 218%;
	color:#674A3D;
}
h2 {
	font-size: 164%;
}
h3 {
	font-size: 145%;
}
h4 {
	font-size: 118%;
	text-transform:uppercase;
	letter-spacing: 0.25em;
	font-weight: bold;
	color: #663300;
	margin-bottom: 0em;
}
a:link {
	color: #68A5A5;
}
a:visited {
	color: #5E5336;
}
a:hover {
	color: #8BB3B2;
}
a:active {
	color: #7FABAE;
}
#container {
	margin:30px auto;
	width:800px;
	background-image: url(images/structure/background-shadow.gif);
	background-repeat: repeat-y;
}
#header {
	background:#ddd url(images/structure/header.gif) no-repeat;
	height: 121px;
}
#logo {
	width: 200px;
	padding-top: 50px;
	padding-left: 40px;
}
#nav {
	font-family: "Century Gothic","Trebuchet MS",Arial, Helvetica, sans-serif;
	padding:10px 40px;
	background-image: url(images/structure/nav-background-shadow.gif);
	background-repeat: repeat-y;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0 20px 0 0;
	letter-spacing: .2em;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #DBF2E9;
}
#nav #currentpage a {
	color: #ACDACB;
}
#leftcolumn {
	float:left;
	width:285px;
}
#leftcolumn h1, #leftcolumn h2, #leftcolumn h3, #leftcolumn h4, #leftcolumn h5, #leftcolumn h6, #leftcolumn p {
	padding:0 0 0 40px;
}
#rightcolumn {
		float:right;
		width:490px;
}
#rightcolumn h1, #rightcolumn h2, #rightcolumn h3, #rightcolumn h4, #rightcolumn h5, #rightcolumn h6, #rightcolumn p {
	padding:0 40px 0 0;
}
#wideleftcolumn {
	float:left;
	width:490px;
}
#wideleftcolumn h1, #wideleftcolumn h2, #wideleftcolumn h3, #wideleftcolumn h4, #wideleftcolumn h5, #wideleftcolumn h6, #wideleftcolumn p {
	padding:0 0 0 40px;
}
#narrowrightcolumn {
		float:right;
		width:285px;
}
#narrowrightcolumn h1, #narrowrightcolumn h2, #narrowrightcolumn h3, #narrowrightcolumn h4, #narrowrightcolumn h5, #narrowrightcolumn h6, #narrowrightcolumn p {
	padding:0 40px 0 0;
}
#footer {
	font-size:11px;
	background:url(images/structure/footer.gif) no-repeat;
	clear:both;
	height: 69px;
	line-height: 55px;
	text-align: center;
	color: #5E5336;
}
#randomimage {
	padding: 9px;
	border: 1px solid #5E5336;
	background-color: #FFFFFF;
}
.gallerythumb {
	margin: 0px 4px 4px 0px;
	padding: 2px;
	border: 1px solid #5E5336;
}
.miniicon {
	margin-bottom: -3px;
}
