body {
	margin: 0px 0px 0px 0px;
	background-color: #400040;
	background-image: url(img/.jpg) top center no-repeat fixed;
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	margin-top:10px;
    margin-bottom:20px;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #330030;
	border: 3px solid #ffd801;
}

#navigation {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #330030;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 150px;
	text-align: left;
}


#content {
	margin-left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	text-decoration: none;
	width: 600x;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #330030;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
	clear: left;
	background-color: #330030;
}

/***********************************
	LINKS
***********************************/

A:link {
	COLOR: #ffd801; text-decoration: underline
}
A:visited {
	COLOR: #ffd801; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #ffffff; text-decoration: underline
}

a.navigation {
	color: #ffffff;
	border-width: 0px 0px 0px 5px;
	border-color: #330030;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: bold;
}

a.navigation:hover {
	color: #ffd801;
	border-color: #330030;
	background-color: transparent;
}

/***********************************
	MISCELLANEOUS
***********************************/

#header {
	padding: 0px 0px 2px 0px;
	border-color: #330030;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	background-color: #330030;
	float: center;
}

hr {
	width: 100%;
	height: 2px;
	text-align: center;
	border-color: #AB8D26;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #ffd801;
	font-size: 200%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	padding: 2px 50px 0px 0px;
	border-width: 1px 0px 0px 0px;
	
}

h2 {
	color: #e1e290;
	font-size: 120%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	padding: 5px 5px 5px px;
	border-width: 1px 0px 0px 0px;
	
}