* {
	padding: 0px;
	margin:0px
}

html { height: 100%; margin-bottom: 1px;}

body {
	height: 100%;
	font-family: arial, verdana, Sans-Serif;
	color: #000;
	background: url('../images/bodybg.gif') repeat-x #f7f276;
}

img {
	border: 0;
}

ul, ol {
	margin: 0;
	padding: 0
}


/* --------------------------
 @Text styling 
----------------------------- */

p {
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	line-height: 1.6em;
	margin-bottom: 1em;
}

	#site_info p {
		font-size: 0.7em;
		color: #605d27;
		margin-bottom: 0;
		font-family: verdana, sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

h1 {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 1em;
	margin-bottom: 15px;
}

a:link, a:visited {

}

	#navigation a:link, #navigation a:visited {
		color: #000;
		text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

	#navigation a:hover {
		color: #fff
	}

a:active {

}

dt {
	float: left;
	display: inline;
	width: 185px;
	padding-right: 15px;
	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

dd {
	float: left;
	width: 440px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
	line-height: 1.6em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333
}

#content dd ul {
	margin-top: 10px;
}

#content ul {
	margin: 0 0 10px 0
}

#content li {
	margin-left: 18px;
}

	#content .feature li {
		font-style: italic;
		font-size: 1em;
		line-height: 1.4em
	}

/* -------------------------- */


/* --------------------------
 @Navigation 
----------------------------- */

#navigation ul {
	list-style-type: none;
	width: 720px;
	height: 44px;
	margin: 0 auto;
}

#navigation li {
	display: inline;
	line-height: normal;
	float: left;
	margin: 4px 30px;
	padding: 8px 7px;
	font-size: 1em;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	#navigation li.last {
		background-image: none;
		padding-right: 0;
	}

/* -------------------------- */


/* --------------------------
 @Structure 
----------------------------- */

#branding {
	width: 680px;
	margin: 0 auto;
	height: 107px;
	background: url('../images/brandingbg.gif') no-repeat;
	text-align: center;
}

#navigation {
	width: 100%;
	background: #f4ed73 url('../images/navigation_mainbg.gif') bottom repeat-x;
}

#content {
	background: url('../images/contentbg.gif');
	padding: 18px;
}

#maincontent {
	background: #fcf779;
	width: 640px;
	padding: 20px;
	margin: 0 auto;
}

#secondarycontent {
	background: #ebe66e;
	width: 640px;
	padding: 20px;
	margin: 20px auto 0 auto;
}

#site_info {
	background: #363521 url('../images/site_infobg.gif') repeat-x;
	text-align: center;
	padding: 20px 20px;
}

/* -------------------------- */



/* --------------------------
 @Objects
----------------------------- */

#logo {
	margin-top: 33px;
}

.button {
	margin-left: -5px;
}

.vcard {
	background: #f9f068;
	padding: 10px;
	border: 3px solid #f5df4b;
	width: 300px
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

/* -------------------------- */



/* --------------------------
 @Forms, photos and galleries
----------------------------- */

.photoright {
	float: right;
	border: 10px solid #f9f068;
	margin-left: 20px;
}

.photo {
	border: 1px solid #cdc65d;
	background: #e7e270;
	padding: 5px;
	margin-bottom: 10px;
}

	#gallery .photo {
		width: 182px;
		margin-right: 16px;
	}
	
	#gallery .photo:hover {
		background: #cdc65d;
	}

/* -------------------------- */


