/*
      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: 0px;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	align: center;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 width: 900px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 145px;
 margin: 10px 0px 5px 0px;
 background: topbanner2.jpg;
}
#navigation {
	width: 900px;
	color: #000;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px 0px 5px 0px;
	background-color: #000;
	font-family: "caviar dreams";
}
#content {
	width: 100%;
	color: #000;
	border: 0;
	background: white;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height: 350px;
	font-family: "caviar dreams";
}
#footer {
	width: 100%;
	color: #000;
	border: 0;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 20px;
	background-color: #588BCA;
}
#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: "caviar dreams";
}

#navlist a
{
	padding: 1px 8px 1px 24px;
	border: 0;
	background-color: #558CCC;
	background-image: url(images/l1_down.gif);
}

#navlist a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
}

#navlist a:hover
{
	border: 0;
	background-color: #000;
	color: #90C549;
	font-family: "caviar dreams";
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #578BC7;
	background-image: none;
	color: #000;
	font-family: "caviar dreams";
}
