/*Basics
----------------------------------------*/
html {
        width: 1002px;
	padding: 15px;
	margin: auto;
	background-color: #d3d3d3;
	background-image: url('succulent.gif');
        background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
}

body {
	width: 996px;
	height: auto;
	font-size: 0.8em;
        font-family: helvetica, arial;
        color: black;
        background-color: #F6EADB;
	margin: auto;
        border: 1px solid black;
}

/*Header
----------------------------------------*/
#header {
	width: 960px;
	height: 200px;
	border: 1px solid black;
	padding: 0;
	margin: 15px;
}

img {
	padding: 0;
	margin: 0;
}

/*Navigation
----------------------------------------*/
#navigation {
	width: 960px;
	height: 50px;
	text-align: center;
	font-size: 2em;
	font-family: "chippewa-falls-1","chippewa-falls-2";
	position: absolute;
	top: 440px;
	left:0;
	width:  100%;
}

#navigation ul li {
	color: black;
	padding: 0 22px 22px 22px;
	list-style-type: none;
	display: inline;
}

a.navigation:link {
	color: #9900CC;
	text-decoration:none;
}

a.navigation:visited {
	color: #9900CC;
	text-decoration:none;
}

a.navigation:hover {
	color: #FF9900;
	text-decoration:none;
}

a.current:link {
	color: black;
	text-decoration: none;
}

a.current:visited {
	color: black;
	text-decoration: none;
}

a.current:hover {
	color: #FFCC33;
	text-decoration:none;
}


/*Main
----------------------------------------*/
#main {
	 width: 960px;
	 margin: 0 15px 15px 15px;
	 background-color: white;
	 border: 1px solid black;
}

#main h1 {
	color: black;
	font-size: 6em;
	font-family: "chippewa-falls-1","chippewa-falls-2";
	text-align: center;
	position: absolute;
	top: 325px;
	left:0;
	width: 100%;
}

#main h2 {
	font-size: 2em;
	font-family: "chippewa-falls-1","chippewa-falls-2";
	text-align: center;
}

.border {
	position: relative;
	width: 960px;
}

a:link {
	color: #9900CC;
	text-decoration:none;
}

a:visited {
	color: #778899;
	text-decoration:none;
}

a:hover {
	color: #FFCC33;
	text-decoration: none;
}

/*Text
----------------------------------------*/
#text {
	margin:15px;
}

#text img {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	display: block;
}