/*
      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,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	 background-image:url(images/top-background.jpg);
 background-repeat: repeat-x;
}
body {
	background-color: #FFFFFF;
}

.link1 a:link {
	color: #fff;
	text-decoration: none;
}
.link1 a:visited {
	text-decoration: none;
	color: #FFF;
}
.link1 a:hover {
	text-decoration: underline;
}
.link1 a:active {
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}




.style1 {color: #FFFFFF}

.style2 {color: #FF6600}

.style3 {
	font-size: 15pt;
	color: #F5821F;
}
.style4 {font-size: 9pt}

#wrapper { 
 margin: 0 auto;
 width: 800px;

}
#header {
 width: 770px;
 float: left;
 padding: 10px;
 height: 75px;
 margin: 10px 0px 5px 0px;
}
#midhead {
 color: #FFF;
 width: 770px;
 float: left;
 padding: 10px;
 height: 24px;
 margin: 0px 0px 5px 0px;
}
#bothead {
 width: 770px;
 float: left;
 padding-left: 10px;
 height: 60px;
 margin: 0px 0px 10px 0px;
}

#leftcolumn { 
 background: #FFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 490px;
 float: left;
}

#rightcolumn { 
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 240px;
 float: left;
 position: relative;
}
#footer {
 width:770px;
 float: left;
 padding: 10px;
 height: 35px;
 margin: 10px 0px 5px 0px;
}
 