/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* - end reset - */

body {
	background: url('../img/headbg.jpg') repeat-x #3d4039;
	color: #fff;
	font-size: 12px;
	font-family: "lucida sans typewriter", lucida, helvetica;
	line-height: 1.25;
}

a:link, a:active, a:visited {
	color: #ec4706;
}

h1 { padding: 8px 0 4px 0; font-size: 24px; color: #d9ac59; }
h2 { padding: 8px 0 4px 0; font-size: 20px; color: #d9c49c; }
h3 { padding: 8px 0 4px 0; font-size: 18px; color: #d9c49c; font-style: italic; }
h4 { padding: 8px 0 4px 0; font-size: 16px; color: #d9c49c; }
h5 { padding: 8px 0 4px 0; font-size: 14px; color: #d9c49c; }
h6 { padding: 8px 0 4px 0; font-size: 12px; color: #d9c49c; font-style: italic; }

p { padding: 6px 4px 12px 8px; }

.container {
	width: 978px;
	margin: auto;
}

#header {
	width: 100%;
	height: 92px;
	margin: 0 0 16px 0;
}

#navigation {
	color: #8a8a8a;
	font-size: 16px;
	font-style: italic;
	font-family: lucida sans;
	width: 96%;
	height: 36px;
	padding: 0 2% 2px 2%;
	border-bottom: 1px dotted #161616;
}
	
	#navigation a {
		color: #8a8a8a;
		padding: 4px 12px 0 22px;
	}

	#navigation li {
		float: left;
		clear: none;
		padding: 8px 0 0 0;
	}
	
	#navigation #current {
		color: #fff;
		background: url('../img/link.png') no-repeat;
	}
	

#main {
	background-image: url('../img/flower2.png'), url('../img/flower1.png');
	background-position: bottom left,  top right;
	background-repeat: no-repeat, no-repeat;
	width: 100%;
	min-height: 550px;
	margin: 24px 0 12px 0;
}

	#main #content {
		float: left;
		clear: none;
		width: 56%;
		margin: 0 0 0 6%;
	}
	
		#main #content img {
			padding: 6px;
			border: 4px solid #d9c49c;
			width: 94%;
		}
		
		#main #content .center {
			display: block;
			margin: 0 auto 0 auto;
			margin: 6px;
		}
	
	#main #side {
		float: right;
		clear: none;
		width: 28%;
		margin: 0 2% 0;
		text-align: center;
		margin: 92px 38px 4px 8px;
	}
	
		#main #side .darkbox {
			width: 234px;
			background: url('../img/sidebox.png') #161616 no-repeat;
			padding: 18px 4px 6px 12px;
			min-height: 260px;
			text-align: left;
			margin: 4px 0 4px 0;
			line-height: 1;
			font-size: 10px;
		}
		
		#main #side h3 a:link, a:active, a:visited {
			color: #68ace5;
			text-decoration: none;
		}
		
		#main #side h3 {
			font-size: 14px;
			font-family: lucida sans;
			color: #68ace5;
			padding: 0 0 2px 0;
		}
		
		#main #side p {
			2px 0 2px 0;
		}
		
#flowerbottom {
	background: url('../img/flower2.png') no-repeat;
	width: 100%;
	height:640px;
	position: relative;
	top: -640px;
}

.footer {
	color: #fff;
	background: url('../img/foot.png') repeat-x #21221c;
	width: 100%;
}

	.footer .container {
		height: 241px;
		background: url('../img/bottom.png') no-repeat;
	}

	.footer .textarea {
		padding: 16px 0;
		font-size: 10px;
	}
	
	.footer .onefifth {
		float: left;
		clear: none;
		width: 26%;
		max-height: 180px;
		margin: 8px 2px 0 2px;
		padding: 4px 2px 8px 2px;
	}
	
	.footer .threefifth {
		float: left;
		clear: none;
		width: 42%;
		height: 180px;
		margin: 8px 6px 0 6px;
	}
	
	.footer .inside {
		background: #1c1c19;
		width: 100%;
		height: 160px;
		padding: 4px 1% 8px 1%;
	}
	
	.footer .button {
		background: #1c1c19;
		width: 100%;
		height: 36px;
		width: 100%;
	}
	
.section {
	width: 100%;
	padding: 0 0 32px 0;
	background: url('../img/greydot.png') no-repeat bottom center;
	margin: auto;
}

.clear {
	clear: both;
}
	
.comment {
	color: #8a8a8a;
	font-family: lucida sans;
	font-size: 10px;
	font-style: italics;
	padding: 0 0 0 12px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.fullwidth {
	width: 96%;
}