@charset "UTF-8";
body {
	background-image: url(images/grad-bkgrnd_02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-left: 0px;
}
#wrapper {
	height: auto;
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
}
#header {
	background-image: url(images/home-bkgrnd_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 504px;
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 20;
}
#content {
	height: auto;
	width: 677px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000066;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4cc1dd;
	border-bottom-color: #4cc1dd;
	border-left-color: #4cc1dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #B5E3BD;
	padding: 30px 40px;
	z-index: 40;
}
#content a:link, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #4cc1dd;
	text-decoration: none;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #4cc1dd;
	text-decoration: underline;
}
#navigation {
	position: relative;
	z-index: 100;
	top: 175px;
	left: 50px;
	width: 200px;
	height: auto;
	float: left;
}
#footer {
	clear: both;
	height: auto;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 50;
}
p {
	margin: 0px;
	padding: 0px;
}

