/*
      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 { height: 100%; margin-bottom: 1px; }

body {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #666666;
}

h2 {font-size:16px;color:#666666;}
h3 {font-size:13px;}
h4 {font-size:9px;color:#666666;}



#wrapper {
	margin: 0 auto;
	width: 800px;


}
#title {
 width: 800px;
 float: left;
 padding: 0px;
 border: none;
 margin: 10px 0px 0px;
}
#navigation {
	float: left;
	width: 572px;
	border: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 230px;
	clip:   rect(auto auto auto 230px);



}
#left {
	width: 170px;
	float: left;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;








}

.menucontainer {
	border:1px none;
	width:145px;
	text-align: left;
	top: 20px;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	text-transform: capitalize;


 }


a.menu {
 display:block;
 padding:3px;
 text-align:center;
 color:#CC3333;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
	color:#666666;
	font-weight:normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	font-style: normal;


}
a.menu:active, a.menu:hover
{
	color:#FFCC00;
	font-weight:bold;
	font-family: "Courier New", Courier, mono;

}












#content {
	border: 1px dashed #FFCC00;
	width: 548px;
	display: inline;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;






}
#footer {
	width: 580px;
	font-size: 11px;
	float: right;
	border: 1px #FFCC33;
	padding: 0px;
	margin: 0px;










}
#footer .text a:link, #footer .text a:visited {
	text-decoration: none;
	color: #666666;
}
#footer .text a:hover {
	text-decoration: underline;
	color: #666666;
}
