/*
      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-color: #5f7c40;
 margin: 0px 0px 0px 0px;
 float: center;
 position: absolute;
}

a:link {
	color: #5f7c40;
	font-style: bold;
	text-decoration:none;
	font-size: 12px;
}

a:visited {
	color: #5f7c40;
	text-decoration:none;
}

a:active {
	background-color: none;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
}

h1 {	font-size: 14px;
	font-family: "Garamond", serif;
	font-variant: normal;
	font-weight: none;
	letter-spacing: 0px;
	color: #466228;
	text-align: center;
}


h2 {
	font-size: 25px;
	font-family: "Garamond", serif;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -2px;
	color: #466228;
}

#wrapper { 
 margin: 0px 0px 0px 0px;
 width: 922px;
 position: absolute; 
}
#header {
 width: 910px;
 color: #3b4744;
 padding: 0px;
 border: 1px solid #373b23;
 height: 200px;
 margin: 0px 175px 0px 175px;
 background-color: #a9d285;
 background-image: url("antivivisection.jpg");
 background-repeat: no-repeat;
 position: absolute; 
}
#navigation {
 width: 910px;
 height: 0px; 
 color: #3b4744;
 padding: 0px;
 border: 1px solid #373b23;
 margin: 200px 175px 0px 175px;
 background: #a9d285;
 position: absolute; 
}
#content { 
 width: 890px;
 color: #3b4744;
 border: 1px solid #373b23;
 background: #a9d285;
 margin: 200px 175px 10px 175px;
 padding: 10px;
 position: absolute;
}

#other-content { 
 width: 1000px;
 color: #000000;
 border: 1px solid #000000;
 background: #a9d285;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#navlist
{
margin: -20px 0px 0px 0px;
padding: 0px 0px 20px 0px;
border-bottom: 1px solid #373b23;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 5px 4px 5px;
text-decoration: none;
color: #ffffff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #373b23;
padding-bottom: 2px;
background: transparent;
color: #a9d285;
}

#navlist a:hover { color: #a9d285; }
