p {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../_images/stripeBg.png);
	background-repeat: repeat;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#nav {

}
#header {
	margin-bottom: 25px;
}
#wrapper #nav a {
	border: 2px double #E10000;
	font-family: calibri;
	color: #FF0;
	text-decoration: none;
	background-color: #048930;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#body_header {
	background-image: url(../_images/body_header_04.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
	margin-top: 12px;
	padding-top: 20px;
}
#wrapper #body_header h1 {
	font-family: calibri;
	font-size: 1.4em;
	color: #FF0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E10000;
	margin-left: 50px;
	margin-right: 50px;
}

#body {
	background-image: url(../_images/body_bg_02.png);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
}
#wrapper #body p {
	text-align: left;
	font-family: calibri;
	font-size: 1.2em;
	color: #FF0;
}
#body_footer  {
	font-family: calibri;
	font-size: 1.2em;
	color: #FF0;
	background-image: url(../_images/body_footer_04.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	margin-bottom: 50px;
}





#wrapper #nav a:hover {
	background-color: #FFC600;
	color: #000;
}
#border {
	margin-bottom: 12px;
}
#body table {
	text-align: center;
	font-family: calibri;
	font-size: 1.2em;
	color: #FF0;
}
#body a {
	color: #450103;
	text-decoration: underline;
	font-size: 1.3em;
}
#body a:hover {
	background-color: #FFF;
}
#wrapper #body h1 {
	font-family: calibri;
	font-size: 2em;
	color: #FF0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#body {
	font-family: calibri;
	font-size: 1.2em;
	color: #FF0;
}

