/*--------------------------------------------- 
Sponholtz Productions Style Sheet
Copyright: John Kunz 2010
--------------------------------------------- */

body {
  text-align: center;
  background: #000000 url('../img/background.jpg') top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:25px;
  color:#000000;
}

A:link {
	COLOR: #5454a8; text-decoration: none
}
A:visited {
	COLOR: #5454a8; text-decoration: none
}
A:active {
	COLOR: #5454a8; text-decoration: none
}
A:hover {
	COLOR: #5454a8; text-decoration: underline
}

#page_wrapper {
  background: #ffffff;
  margin-left: auto; 
  margin-right: auto;
  width: 960px;
  text-align: left;
  border: 0px solid #000000;
}

#page_header {
  height: 105px;
  width: 960px;
  top: 0px;
  background: #000000 url('../img/header.jpg') top center no-repeat;
}  

#main {
	background:#ffffff;
	float:left;
	width:960px;
	margin-top: 0px;
	font-family: Arial;
}

	#main h2, #main h3, #main p {
		/*padding:0 10px;*/
		font-family: Arial;
		font-size:16px;
		margin-left: 50px;
		margin-right: 50px;
    }


h1 {
  padding-top:0px;
  padding-left: 20px;
  font-family: Arial;
  font-size:30px;
  font-weight:bold;  
  color: #000000;
  letter-spacing: -2px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: Arial;
  font-size:14px;
  font-weight:bold;  
  color: #000000;
  margin:0px;  
}

#menu_bar {
  top:135px;
  height:40px;
  width:960px;
  border:none;
  background: #000000;
} 

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #000000;
float: left;
width: 100%;
font-family: Arial;
font-size:20px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #FFFFFF;
text-decoration: none;
float: center;
border-right: 1px solid #000000;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #FFFFFF;
}

#content_wrapper {
  top:165px;
  height:25px;
  width:960px;
}

#left_side {
  float:left;
  width:960px;
  background: #ffffff;
}

  
#left_side h3 {
  margin:15px;
  margin-right:15px;
  font-family: Arial;
  font-size:15px;
  font-weight: bold;
  line-height:18px;
  color: #000000;
}

#page_footer {
  background: #cccccc;
  height: 45px;
  width: 960px;
  font-family: Arial;
  font-size:12px;
  text-align: center;
  line-height: 0.2em;
}

div#column_left{
width:55%;
border-style:none;
margin:0px;
padding:0px 0px 0px 0px;
float:left;
}

div#column_right{
width:44%;
border-style:none;
margin:0px;
padding:0px 0px 0px 0px;
float:left;
}

input
{
background: #aaaaaa;
}

textarea
{
background: #aaaaaa;
}

.textNav {
	font-size: 14px;
}

.clear {
  clear:both;
}
