/*
      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
	  
*/


body {
	background-image: url(images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #262626;
	background-repeat: repeat-x;
}
a:link {
	color: #CCCCCC;
}
a:hover {
	color: #5ED5EA;
}
#wrapper { 
 left: 0%;
 width: 100%;
}
#faux {
	margin-bottom: 0px;
	width: 100%;
	background-color: #363636;
	background-image: url(images/faux.png);
	background-repeat: repeat-x;
	float: left;
}
#content {
	width: 932px;
	overflow:auto;
}
#header {
	color: #333;
	width: 932px;
	height: 232px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcolumn {
	display: inline;
	color: #333;
	margin: 40px 10px 10px;
	padding: 0px 0px 0px 35px;
	width: 195px;
	float: left;
	background-image: url(images/rightcolumn_border.png);
	background-repeat: no-repeat;
}
#leftcolumn {
	float: left;
	color: #CCCCCC;
	padding: 85px 0px 0px 95px;
	width: 500px;
	display: inline;
	position: relative;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
}
#footer {
	width: 650px;
	clear: both;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 10px;
	text-align: center;
	float: left;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #5ED5EA;
}

.clear { clear: both; background: none; }
img {
	border: none;
}
#logo {
	width: 300px;
	float: right;
	margin-top: 30px;
	margin-right: 50px;
}
#strength {
	width: 466px;
	height: 52px;
	background-image: url(images/strength.gif);
	float: right;
	margin-top: 25px;
	margin-right: 50px;
	background-repeat: no-repeat;
}

#nav {
	padding-bottom: 25px;
}
#headerpic {
	float: left;
}

#contact {
	font-size: 13px;
	color: #999999;
	margin-left: 4px;

}

.textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #646464;
	width: 160px;
	border: 1px solid #999999;
	margin-bottom: 2px;
}

form {
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #5ED5EA;
	font-size: 14px;
	font-weight: bold;
}
