/* Swamp Demon Site CSS */
* {margin: 0; padding: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #032B33;
	background-image: url(assets/1_bg.jpg);
	background-attachment: fixed;
	background-position: left top;
	background-repeat: repeat-x;
	height: 800px;
	color: #FFFFFF;
	font-size: 11px;
}
h1 {
	color: #CCFF66;
}
a {
	color: #CCFF66;
	text-decoration: none;
}

#container {
	background-image: url(assets/2_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	position: relative;
	z-index: 1;
	height: 100%;
}
#outside_container_b1 {
	height: 100%;
	width: 290px;
	z-index: 1;
	position: absolute;
	background-image: url(assets/left_leaves2.png);
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px;

}
#outside_container_b3 {
	height: 100%;
	width: 290px;
	background-image: url(assets/right_leaves2.png);
	z-index: 1;
	position: absolute;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	right: 0px;
	bottom: 0px;
}
#container_c {
	position: relative;
	z-index: 2;
	padding-top: 275px;
	bottom: 0px;
}
#container_c1 {
	width: 740px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
#container_c2 {
	width: 740px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: 5px solid #014F5E;
	background-color: #033742;
	padding: 10px;
}

#footer {
}

#footer_text {
}
ul {
}
ul.navbar {
	color: #CCFF66;
	list-style-type: none;
}
li {
	float: left;
	margin: 3px 3px 3px 0px;
	text-align: center;
	background-color: #033742;
}

