/*
      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:#000;
}
/*
#wrapper img{
	width:150px;
	height:150px;
	border-top::1px solid #000;
	border-right::1px solid #000;
	border-left::1px solid #FFF;
	border-bottom::1px solid #FFF;
	padding-top:0px;
}*/
#wrapper { 
 margin: 0 auto;
 width: 940px;
}

#header {
 width: 940px;
 color: #333;
 border: 1px solid #ccc;
 height: 200px;
 margin: 10px 0px 0px 0px;
 background: url(header.jpg) top  no-repeat  fixed ;
}
#header h2{
	color:#FF0000;
	text-align:center;
	padding-top:0px;
	font-size:32px;
	font-weight:bold;
	margin-left: 0px;
	
}
#header h3{
	color:#FFF;
	text-align:center;
	padding-top:0px;
	font-size:16px;
	padding-top:25px;
}


#content { 
 width: 920px;
 color: #0000;
 border: 1px solid #ccc;
 background: #F2;
 margin: 3px 0px 5px 0px;
 padding: 10px;
 height: auto;
  background:#663;
  overflow:inherit;
  text-align:center;
}
#content p.leftContent{
text-align:left;	
	
}
#content h2,h3{ 
 color: #000;
}
#content img {
float: right; margin: 0px 20px 5px 5px;


}
#content #centerImage img {
	float:none;
	
	
}
#content #imageCaption h2{
color:#CC6;
}

#content #imageCaption {
color:#CC6;
}
#content #rightContent{
	

margin-left:125px;
margin-right:135px;

text-align:left;
}
#content #right h2{ 



margin: 0px 0px 5px 220px;
}


#content a.contentLinks{
	
	color:#FF0000;
}
#content a.contentLinks:hover{
	
	color:#FFF;
}
#content img.buttonLink {
	color:#FF0000;
}
#content img.rightButtonNav {
	width:25px;
	height:25px;
	float:right;
	padding-right: 90px;
}

#content img.buttonContent {
	border::13px solid #000;
}
#footer { 
 width: 937px;
 border: 1px solid #ccc;
 background: #F2;
 margin: 3px 0px 10px 0px;
 padding: 2px;
 height: 15px;
  background:#2D3324;
  text-align:center;
}
#footer a{
	color:#FF0000;
}
#footer a:hover{
	color:#FFF;
}


