/*
      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;
 background: #000;
}

a {
	color:#F6EF25;
}
a:visited {
	color:#666;
}
a:hover {
	color:#FF00FF;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}
#header {
 color: #fff;
 padding: 10px;
 border-bottom: 1px solid #fff;
 height: 50px;
 margin: 0px 0px 0px 0px;
 background: #000;
 background-image: url("/images/TOP-blktogrey.jpg");
 background-repeat:repeat-x;
}
#content { 
 color: #333;
 background: #000;
 margin: 0px 0px 0px 0px;
 text-align:left;
 padding: 0px;
 height: 450px;
 
}
#footer { 
 height: 75px;
 border-top: 1px solid #fff;
 background-image: url("/images/BOTT-greytoblk.jpg");
 background-repeat:repeat-x;
 
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-family: Tahoma,Arial,Helvetica,Sans-serif;
 font-size:20px;
 color: #fff;
 line-height:28px;
 text-align:left;
}

#footer #copyright {
	font-family: Tahoma,Arial,Helvetica,Sans-serif;
	font-size:12px;
	padding-right:15px;
	text-align:right;
}