/*
      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-image: url(../images/bg.png);
	background-repeat: repeat;
}
#wrapper {
	width: 962px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#infobar{
	background-image: url(../images/goodestart_02.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 57px;
	width: 100%;
	position: fixed;
	top: 0px;
	left:0px;
	z-index:99;
}

#words{
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
	color: #8ea1a2;
	text-align: center;
	width:900px;
	position: relative;
	top: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#blackbar{
	color:#FFF;
	background-image: url(../images/goodestart_27.png);
	padding: 10px;
	height: auto;
	width: 942px;
	clear:both;
	position: relative;
	top: 375px;
	font:"Trajan Pro";
}

#logos{
	color:#FFF;
	padding: 10px;
	height: auto;
	width: 942px;
	clear:both;
	position: relative;
	top: 370px;

}

#logos img{ opacity:0.8;filter:alpha(opacity=80);}

#logos img:hover{ opacity:1;filter:alpha(opacity=100);}

.darkblue{color:#3f5457;}
.darkred{color:#8a4042;}

.opt{
	font-size:11px;
}

#infobar img{
	padding-left:30px;
}
#infobar .font{
	padding-left:10px;
	font-family: "Trajan Pro";
	font-size: 12px;
	color: #FAF7F2;
	position: relative;
	top: -5px;
}
#header {
	width: 962px;
	color: #333;
	height: 96px;
	background-image: url(../images/goodestart_19.png);
	background-repeat: no-repeat;
	margin-top:35px;
}
#lavamenu{
	position: relative;
	left: 475px;
	width:450px;
	top:13px;
}
#content {
	width: 942px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	background-image: url(../images/goodestart_23.png);
	background-repeat: repeat-y;
	float:left;
}
#content-txt{
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	width:820px;
	height:auto;
	position: relative;
	top: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	width: 962px;
	color: #333;
	background-image: url(../images/goodestart_25.png);
	background-repeat: no-repeat;
	height: 604px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear:both;
}

.imageleft{
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 3px solid #833C3A;
	 -moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;
}

#leftimagebox{
	float:left;
	width:360px;
	height:auto;
	margin-right: 15px;
}

#gallery img{
 margin:5px 2px 9px 2px;
 border:1px solid #E3BA46;
 opacity:0.8;filter:alpha(opacity=80);
 -moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;

}
#gallery img:hover{
 border:1px solid #fff;
 opacity:1;filter:alpha(opacity=100);}
