/* CSS Document */
* {
	padding:0;
	margin:0;
	border:none;
}

img {
	vertical-align:bottom;
}

/*---------------------------------------------------------------------------general structure-----------------------------------------------------------*/

html {
	text-align:left;
	height: 100%;
}

body {
	repeat:repeat-y;
	background-image: url(images/template/mainwrapper.jpg);
	background-position:top;
	height: 100%;
}

#the-almighty-div {
	width:830px;
	margin:auto;
	position: relative;
	min-height: 100%;
	padding:0 0 0 28px;
}

* html #the-almight-div {
	height: 100%;
}


#wrapper {
	repeat:repeat-y;
	float:left;
	width:832px;
}

#header {
	background-image:url(images/template/header.jpg);
	width:800px;
	height:92px;
	float:left;
}

#nav {
	width:800px;
	height:35px;
	float:left;
}

.contentitem {
	float:left;
}
#footer {
	float:none;	
	position:relative;
	bottom:0;
	margin:auto;
	width:800px;
}

#footer ul {
	text-align:center;
}

#footer li {
	display:inline;
	text-decoration:none;
}

#footer li a {
	color:blue;
}

#contact {
	width:336px;
	height:192px;
	float:left;
	padding:20px;
}

#contact form {
	line-height:5px;
	font-size:10pt;
	color:#000000;
	margin:0 0 0 60px;
	float:left;
}

#contact form INPUT {
	background-color:#9FA96A;
	border:1px solid #cccccc;
	font-size:9pt;
	height:12pt;
	width:90px;
	height:15px;
	margin:0 0 2px 0;
}

#contact #submit {
	width:60px;
	font-size:8pt;
	height:15px;
}

#top form INPUT {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#top form TEXTAREA {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:350px;
	height:250px;
}

#storyleft iframe {
	width:600px;
	height:200px;
}

