/*
      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; }

html {
	background-image:url(../images/sitetile.gif);

}

body {
	background:#FFF url(../images/headbg.gif) repeat-x scroll left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	text-decoration:none;
}
#bodytextfeature {
	font-size:13px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#999;
	font-weight:normal;
	display:inline;
}
.bodytextfeature {
	font-size:13px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#999;
	font-weight:normal;
	display:inline;
}
#thumb {
	float:left;
	display:inline;
	}
#wrapper { 
	margin: 0 auto;
	width: 922px;
	text-decoration:none;
}
#imageviewer {
	margin:0 auto;
	width:683px;
}
#faux {
	background: url(faux-3-2-col.gif);
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	 color: #000000;
	 width: 902px;
	 padding: 10px;
	 height: 60px;
	 margin: 0px 0px 0px 0px;
	 background: #000000;
}
h1 {
	background:transparent url(../images/logo.gif) no-repeat scroll left top;
	float:left;
	font-size:1px;
	height:54px;
	margin-top:5px;
	text-indent:-9999px;
	width:150px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#009FDB;
	text-decoration:none;
	font-weight:500;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#009FDB;
	text-decoration:none;
	
}
h5 {	
	color:#009FDB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:inline;
}
#navigation {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	float:right;
	margin-top: 36px;
}
#navigation li{
	display:inline;
	padding:20px;
}
#navigation a {
	text-decoration:none;
	color:#FFF;
}
#navigation a:hover {
	color:#009FDB;
}
#leftcolumn { 
	display: inline;
	color: #333;
	margin-top:10px;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
	text-decoration:none;
}
#rightcolumn { 
	float: right;
	color: #333;
	margin:10px;
	margin-top:10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
}
#gallerylo {
	color: #333;
	margin-top:10px;
	margin:10px;
	padding: 0px;
	width: 922px;
	display: inline;
	text-align:center;
	float:right;
}
#work {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
}
#work li{
	display:inline;
	padding:5px;
}
social {
	display:inline;
	padding:10px;
}
#footer { 
	width: 922px;
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	display:inline;
}
#displayimg {
	text-align:center;
}
.clear { clear: both; background: none; }