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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(images/cement.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}
#wrapper {
	width: 986px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 986px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#header {
	color: #333;
	width: 986px;
	padding: 0px;
	height: 186px;
	background: #ABBEBE;
	margin: 0px;
}
#leftcolumn {
	display: inline;
	color: #FFFFFF;
	margin: 0px;
	width: 200px;
	float: left;
	background-color: #006699;
	background-image: url(images/menubg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	/* height: 600px; */
	padding: 0px;
}
.indent {
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.indent2 {
	padding-right: 10px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

/*li {
	padding-top: 15px;
	padding-left: 10px;
}*/


#leftcolumn a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #009900;
}
h1 {
	color: #009900;
	font-variant: normal;
}

#footer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #000000;
}

#footer a{
	color: #000000;
}

#form {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
}


#rightcolumn {
	float: right;
	color: #333;
	padding: 0px;
	width: 780px;
	width: 780px;
	display: inline;
	position: relative;
	line-height: 20px;
	overflow: hidden;
	border: medium none #FF0000;
	margin: 0px;		
}

.mylist{
padding-left: 20px;

}

#rightcolumn li{
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: inside;
	text-indent: -15px;
	border: thin none #FF0000;
	padding-right: 20px;

}

.mylink {
	font-style: italic;
	text-decoration: underline;	
	
	
}

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