body {
	width: 1024px;
    margin: 0 auto;
	background-color: #443ed5;
}
#wrapper {
	width: 1024px;
    margin: 0 auto;
	padding: 0;
	border: outset 4px;
	border-color: #bfbed5;
	border-style:ridge;
	background-color: #2b2b57;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	color: #FFF;
	font-weight: bold;
	font-size: normal;
	font-family:Georgia, "Times New Roman", Times, serif
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
background-color: #443ed5;
}

#navcontainer ul li { display: inline; 
	}

#navcontainer ul li a
{
	line-height: 50px;
	margin: 0;
	padding-top: .8em;
	padding-bottom: .9em;
	padding-left: 3%;
	padding-right: 4%;
	color: #c5c669;
	text-decoration: none;
	background: url(aurora_website_images/links.jpg) no-repeat 0 50%;
}
#navcontainer ul #current a  {
	color: #c5c669;
	background: url(aurora_website_images/linkcurrent.jpg) no-repeat 0 50%;
	}
#navcontainer ul li a:hover
{
color: #00CCCC;
background-image: url(aurora_website_images/linkhover.jpg);
}
#navcontainer ul li a:visted {
	color: #c5c669
}
#banner {
	width: 1024px;
	height: 250px;
	padding: 0px;
	margin: 0px;
	border-color: #000;
	border-width: 2px;
	overflow: hidden;
}
#divider {
	padding: 0;
	margin: 0;
	background: url(aurora_website_images/aurora_website_line.jpg) no-repeat;
	}

#contentwrapper {
	padding-left: 0px;
    padding-right: 0px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #0b0a23;
}

#center #wrapper #contentwrapper #right{
	z-index:8;
	float: right;
	width: 460px;
	padding: 20px;
	background-color: #1d1d3b;
	border-top-color: #bfbed5;
    border-top-style: ridge;
    border-top-width: 4px;
	border-bottom-color: #bfbed5;
    border-bottom-style: ridge;
    border-bottom-width: 4px;

	}
#center #wrapper #contentwrapper #lowerl{
	padding: 10px;
	background-color: #1d1d3b;
	border-top-color: #bfbed5;
    border-top-style: ridge;
    border-top-width: 4px;
}
#center #wrapper #contentwrapper #lowerr{
	padding: 10px;
	background-color: #0b0a23;
	border-top-color: #bfbed5;
    border-top-style: ridge;
    border-top-width: 4px;
}
#center #wrapper #contentwrapper #textleft {
	z-index: 10px;
	padding: 20px;
	margin: 0 500px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	border-right-color: #bfbed5;
    border-right-style: ridge;
    border-right-width: 4px;
	border-top-color: #bfbed5;
    border-top-style: ridge;
    border-top-width: 4px;
	border-bottom-color: #bfbed5;
    border-bottom-style: ridge;
    border-bottom-width: 4px;
}
#clearFloat {
  clear: left;
  display: block;
}
#copyright {
	color: #c5c669;
	width: 100%;
	background-color: #443ed5;
	text-align: center;
	overflow: hidden;
}
