/*
      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; }
a:link {
	color: #333399;
	text-decoration: none;
}
a:visited {
	color: #3333CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline overline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #152e72 url(images/bg.jpg) repeat-x;
	width:773px;
	margin:0 auto;
	margin-top:10px; 
}
#wrapper { 
 margin: 0 auto;
 width: 773px;
}
#header {
	height:243px;
	background: #FFFFFF url(images/header.jpg) no-repeat;
	width: 773px;
	clear:both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#headerHome {
	height:243px;
	background: #333 url(images/header-home.jpg) no-repeat;
	width: 773px;
	clear:both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content { 
 width: 773px;
 background: #FFFFFF;
 min-height: 350px;
 height:auto; 
}
#contentAbout { 
 width: 773px;
 background: #FFFFFF url(images/image-about.jpg) no-repeat;
 min-height: 350px;
 height:auto; 
}
#contentContact { 
 width: 773px;
 background: #FFFFFF url(images/image-contact.jpg) no-repeat;
 min-height: 350px;
 height:auto; 
}
#contentCurrent { 
 width: 773px;
 background: #FFFFFF url(images/image-current.jpg) no-repeat;
 min-height: 350px;
 height:auto; 
}
#contentHome { 
	min-height:373px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:373px; /* for IE5.x and IE6 */
	width: 773px;
	background: #FFFFFF url(images/image-home.jpg) no-repeat;
}
#contentLinks {
	width: 773px;
	margin: 0px 0px 0px 0px;
	height: 350px;
	background-color: #FFFFFF;
	ackground-image: url(images/image-links.jpg);
	background-repeat: no-repeat;
}


#faux {
        margin-bottom: 0px;
        overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
}



#footer { 
	clear:both;
	height:48px;
	width: 773px;
	background: #333 url(images/address.jpg) no-repeat;
}
p {
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
h1 {
	font: bold normal 16px Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
li {
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 30px;
	margin-left: 45px;
	padding-top: 10px;
}
#toolbar {
	position:relative;
	left:50px;
	top:139px;
	width:552px;
	height:27px;
	z-index:1;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}#thumbImage {
	margin-left: 25px;
	padding: 5px;
	text-align: center;
	float: left;
	width: 125px;
}

