/*
      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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	background-color: #CCC;
	background-image: url(images/bg1.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
a{
	color: #CCC;
}
a:hover{
	color: #C00;
	text-decoration: underline;
}
#header {
	width: 900px;
	float: left;
	padding: 10px;
	color: #FFF;
	height: 120px;
	margin: 10px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
#logo { width:200px; height:91px;margin: 0 auto;	
}
#navigation {
	float: left;
	width: 900px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	color: #CCC;
	text-align: center; 
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	text-transform: uppercase;
}
#navigation a{
	color: #CCC;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation a:hover{
	color: #C00;
	text-decoration: underline;
}
#leftcolumn { 
 margin: 0px;
 padding: 0px;
 float: left;
 color: #CCC;
}
#rightcolumn {
	float: right;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 900px;
	display: inline;
	color: #CCC;
	text-align: center;
	vertical-align: top;
	display:block;
	font-size: 12px;
}
#rightcolumn p{
	margin: 10px 0px 5px 0px;
	
}
#slideshow {
	
	margin: 5px 0px 5px 0px;
	display: inline;
	display:block;
}
#subheader {
	width: 900px;
	clear: both;
	color: #CCC;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 12px;
}
#content {
	float: right;
	margin: 10px 0px 5px 0px;
	width: 900px;
	display: inline;
	color: #CCC;
	display:block;
	font-size: 12px;
	text-align: center;
}
#footer {
	width: 900px;
	clear: both;
	color: #CCC;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
