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

html, body {
    height: 100%;
    margin: 0 0 1px 0;
    padding: 0;
}

* { padding: 0; margin: 0; }

body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#000000;
	background-image:url(../Media/background.gif);
	background-repeat: repeat-y;
	background-position: 50%; 
}
#wrapper { 
	margin: 0 auto;
	 width: 900px;
}
#faux {
	background: url(faux-34-4.gif);
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	background: #333333;
}
#navigation {
	width: 900px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}


#content {
 background-color:#cccccc;
 overflow: auto; /* IE Fix */
}

#column_left {
	float:left;
	display: inline;
 	width: 220px;
}

#column_leftmiddle {
	float: left; 
	display: inline;
	position: relative;
	margin-bottom: 20px;
}

#column_rightmiddle {
	float:left;
	display: inline;
	position: relative;
}

#column_right {
	float:left;
	display: inline;
	position: relative;
	
}

#main_columns {
	background-image:url(../Media/main_column_bg.gif);
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align:top;
	}


#footer {
	clear: both;
	width: 880px;
	background-image:url(../Media/footer_bg.gif);
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color:#000;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}

.clear { clear: both; background: none; }

h2	{
	font-size: 1.2em;
	color: #cb6400;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
}

p	{
	font-size: 1.1em;
	color: #444;
	line-height: 1.4em;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 5px;
}
.header {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
div#header a:active {
	color: #FFCC00;
}
div#header a:link {
	color: #FFFFFF:
}
div#header a:visited {
	color: #CCCCCC;
}
div#header a:hover {
	color: #FFCC00;
}
