/* layout */


body {
	font-family: Century Gothic, Arial, Verdana;
	font-size: 13px;
	color: #585858;
	background: url("../images/splash.jpg") no-repeat;
	background-position: center top;
	margin: 0px
}

body.alt {
	font-family: Century Gothic, Arial, Verdana;
	font-size: 13px;
	color: #585858;
	background: url("../images/splash_alt.jpg") no-repeat;
	background-position: center top;
	margin: 0px
}

/*
#delf_link {
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: 35px;
}
*/

#wrapper_over {
	margin: 0px auto;
	width: 960px;
}

#wrapper {
	text-align: left;
	padding: 0px;
	width: 960px;
	margin: 124px 0px 0px 0px;
	border: solid 1px #ffffff;
}


#nav {
	text-align: left;
	background: url("../images/bg_nav.gif") no-repeat;
	height: 36px;
} 

#container {
	margin: 0px;
}

#content {
	width: 429px;
	padding: 0px 50px 0px 50px;
	float: left;
}

#content_gallery {
	text-align: center;
	padding: 0px 50px 0px 50px;
}

#content_hold {
	background: #f7f1e0;
	font-size: 13px;
	margin-top: 20px;
	padding: 0px 20px 1px 20px;
	color: #585858;
	text-align: left;
}

#pics {
	width: 431px;
	float: right;
}

#pics_hold {
	padding: 50px 50px 10px 0px;
}

#footer {
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/* top nav */


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

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

a.topnavlink:link {
	color: #9f7700;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.topnavlink:visited {
	color: #9f7700;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.topnavlink:hover {
	color: #091933;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.topnavlinkalt:link {
	color: #091933;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.topnavlinkalt:visited {
	color: #091933;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.topnavlinkalt:hover {
	color: #9f7700;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/* Links */


a:link {
	color: #9f7700; 
	text-decoration: underline;
}

a:visited {
	color: #9f7700; 
	text-decoration: underline;
}

a:hover {
	color: #9f7700; 
	text-decoration: none;
}

a.footer:link {
	color: #585858;
	text-decoration: underline;
}

a.footer:visited {
	color: #585858;
	text-decoration: underline;
}

a.footer:hover {
	color: #585858;
	text-decoration: none;
}



/* textual */



h1 {
	color: #9f7700;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: #9f7700;  
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

h3 {
	color: #9f7700;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

h4 {
	color: #9f7700;  
	text-decoration: none;
	font-size: 16px;
	margin: 0px;
}

p.quote {
	color: #490a73;
	font-size: 13px;
}

p.zero {
	margin: 0px;
}

em {
	font-style: normal;
	font-weight: bold;
}

cite {
	font-style: italic;
	font-weight: normal;
}

.middle {
	vertical-align: middle;
}

.mainspread {
	clear: both;
}

.right {
	float: right;
}

.gold {
	color: #9f7700; 
}

.quote {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;	
	color: #091933;
	background: url("../images/bg_quote.gif") repeat;
	padding: 10px;
}

.left {
	padding: 0px 10px 0px 0px;
	float: left;
	vertical-align: middle;
}

/* switch content */

.handcursor {
	cursor: hand;
	cursor: pointer;
}
