/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

.regwhite {
	font-family: Verdana;
	font-size: 12px;
	color: #0060a0;
	text-decoration: none;
}

.regText {
	font-family: Verdana;
	font-size: 12px;
	color: #0060a0;
	text-decoration: none;
}

.regText2 
{
	font-family: Verdana;
	font-size: 10px;
	color: #0060a0;
	text-decoration: none;
}

.style1 
{
font-size: 14px
}
	
.newstable
{
border-bottom-style: none;
}


#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header 
{
  
 width: 700px;
 color: #333;
 padding: 10px;
 border: 0px solid #ccc;
 height: 80px;
 margin: 50px 0px 0px 0px;
 background: #FFFFFF;
}
#content { 
 width: 700px;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
}
#footer { 
 color: #333;
 width: 700px;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 50px 0px;
 padding: 10px;
}

.test
{
	position:relative;
	vertical-align:middle;
	margin-top:0px;
	z-index:0;
}

.logo
{
	vertical-align:middle;
	margin-top:100px;
}