/********************
	Green: #569802;
	Orange: #F89103;
********************/

body {
	background-color: #30480E;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
}

a:link, a:hover, a:active, a:visited {
	color: #F89103;
	font-weight: bold;
}

h1 {
	margin: 0;
	padding-top: 12px;
	color: #F89103;
	font-size: 21px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#layout {
	margin: 0 auto;
	width: 800px;
}

#wrapper {
	position: absolute;
	margin: 0;
	width: 800px;
}

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 251px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#content_wrapper {
	margin: 0;
	width: 800px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
}

#content {
	margin-left: 77px;
	width: 673px;
	text-align: justify;
	margin-bottom: 0;
	padding-bottom: 12px;
	font-size: 15px;
	line-height: 1.2em;
}

#content .scoot {
	margin-left: 243px;
}

#menu_placeholder {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 195px;
	height: 340px;
}

#menu_wrapper {
	position: absolute;
	top: 238px;
	left: 52px;
}

#menu_top {
	width: 231px;
	height: 57px;
	background-image: url(../images/menu_top.png);
	background-repeat: no-repeat;
}
#menu_middle {
	width: 231px;	
	background-image: url(../images/menu_middle.png);
	background-repeat: repeat-y;
}
#menu_bottom {
	width: 273px;
	height: 123px;
	background-image: url(../images/menu_bottom.png);
	background-repeat: no-repeat;
}

#menu {
	margin: 0px 0px 0px -12px;
	padding-top: 12px;
	list-style-type: none;
}

#menu li a {
	line-height: 12px;
	color: #569802;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 12px 14px;
	background: url(../images/menu_arrow.gif) no-repeat left top;
	display: list-item;
}

#menu li a:hover {
	color: #F89103;
}

#menu li a.selected {
	color: #F89103;
}

.clearit {
	height: 0;
	clear: both;
}

#footer {
	margin: 0;
	width: 788px;
	background-color: #F89103;
	padding: 0px 6px;
}

#logo {
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	width: 316px;
}

#snake {
	float: left;
	width: 156px;
	height: 117px;
	background-image: url(../images/snake.jpg);
	background-repeat: no-repeat;
}

#innovative {
	float: right;
	margin-top: 14px;
	font-size: 12px;
	width: 304px;
	text-align: center;
	vertical-align: middle;
}
#innovative img {
	margin-top: 6px;
}