* {
	margin: 0;
}
html, body{
	height: 100%;
}
body{
 background-image: url("body_bg.png")
}
.page-wrapper{
	min-height: 100%;
  /* equal to footer height */
  margin-bottom: -40px;
}
.page-wrapper:after {
  content: "";
  display: block;
}
.footer, .page-wrapper:after {
  /* .push must be the same height as footer */
  height: 40px; 
}
.footer {
  background: #000;
}
.img-floatRight{
	float: right;
	margin: 5px;
}
.img-floatLeft{
	float: left;
	margin: 5px;
}

.left{ 
  float:left; 
  margin: 0px 12px 6px 30px;
  border: 1px solid #000;
}

.disc-list{
	list-style-type: none;
    margin: 30px;
    padding: 0;
    overflow: hidden;
}
#header-wrapper{
	height: 427px;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;
	background: #fff;
}
#header-content{
	width: 1024px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header-content img{
	float: left;
}
.headerLogo{
	margin-top: 145px;
}
#nav-wrapper{
	background-image: url("nav_bg.png");
	background-repeat: repeat-x;
	height: 65px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #110e1f solid;
}
#nav-content{
	width: 1024px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
}
#nav-content ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#nav-content li{
	float: right;
	border-right: solid #352040 1px;
}
#nav-content a{
	display: block;
	font-size: 18px;
	font-family: Georgia;
	text-decoration: none;
	color: #fff;
	padding: 22px;
}
#nav-content a:hover{
	text-decoration: underline;
}
#nav-content li:first-child{
	border: none;
}
#page-content{
	width: 1024px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 35px 20px 35px 20px;
}
#page-content hr{
	border: 0;
	height: 1px;
	background: #352040;
	margin: 20px 30px 20px 30px;
}
#page-content h1, h2{
	color: #fff;
	font-family: Georgia;
	font-weight: normal;
}
#page-content h1{
	margin: 0 0 0 30px;
}
#page-content p{
	font-family: Arial;
	font-size: 15px;
	color: #9c9b9f;
	margin: 15px 0 15px 0;
	line-height: 20px;
	letter-spacing: inherit;
}


a.text{
  font-family:"Arial";
  font-size:15px;
  text-decoration:none;
  color:#9c9b9f;
}

a.text:link{
  font-family:"Arial";
  font-size:15px;
  text-decoration:none;
  color:#FFFFFF;
}

a.text:active,a.text:hover,a.text:visited{
  font-family:"Arial";
  font-size:15px;
  text-decoration:underline;
  color:#FFFFFF;
}


#footer-content {
	width: 1024px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
}
#footer-content p{
	font-size: 12px;
	font-family: arial;
	color: #ffffff;
    padding: 16px 0 0 0;
}