/*
      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: Verdana, Arial, Helvetica, sans-serif;
	background:#000000;
	background-image:url(../Media/background.gif);
	background-repeat: repeat-y;
	background-position: 50%; 
	color: #444;
}

#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;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#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_wrapper {
	width: 520px;
	float:left;
	margin-bottom: 20px;
}

#submenu {
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#single_column {
	background:#FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 30px 20px 20px;
	margin: 0px 0px 0px 20px;
	width: 820px;
	}
	
#column_left {
	background:#FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 30px 20px 20px;
	margin: 0px 0px 0px 20px;
	width: 448px;
	}

#column_right_wrapper {
	float:left;
	display: inline;
	
}
	
#column_right_pic {
	margin-left: 20px;
}

#column_right {
	margin-left: 20px;
	width: 288px;
	background:#FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 20px 30px 10px 20px;
}

#column_right h3 {
	font-size: 1.5em;
	color: #eb7400;
	font-weight: bold;
	font-style:italic;
	padding-bottom:10px;
}


#column_right ul {
	padding-left: 10px;
}
#column_right li {
	font-size: 1.1em;
	color: #444;
	font-style:italic;
	padding-bottom:10px;
}






#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;
}

#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; }







#column_left h2	{
	font-size: 1.7em;
	color: #eb7400;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
}

#column_left p  {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-right: 10px;
	padding-bottom: 10px;
}

#column_left ul, #column_left ol {
	padding-left: 40px;
	padding-bottom:10px;
}
#column_left li {
	padding-bottom: .5em;
	font-size: 1.1em;
	line-height: 1.5em;
}

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

.formText  {
	font-size: 1.1em;
}

.line {
	border-bottom: 1px #999999 solid;
}
#line {
	border-bottom: 1px #999999 solid;
}
div#header a:active {
	color: #FFCC00;
}
div#header a:link {
	color: #FFFFFF:
}
div#header a:visited {
	color: #CCCCCC;
}
div#header a:hover {
	color: #FFCC00;
}
