/*
      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: 12px;
 background-color: #333;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #DAC8BF;
}
#navigation {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
}
#content { 
 width: 900px;
 color: #fff;
 background: #333;
 margin: auto 0px 0px 0px;
 padding: 10px;
}
#footer { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.footer{
	font-size:9px;
	color:#999;
}

h1{
	font-family: "Century Gothic",Georgia, Times, serif;
	font-size:20px;
	letter-spacing: -1px;
	color: #006699;

}

.quote{
	font-family: "Century Gothic",Georgia, Times, serif;
	font-size:15px;
	font-style:italic;
	letter-spacing: -1px;
	color: #ACACD7;

}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #ccc;
}
a {
	font-weight: bold;
}

img {
 border: none;
 text-decoration: none;
 }
 
#inner img {
	border: #000 solid 3px;
 }