/*
      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;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
/************************************************/
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#titleimage {
 color: #FFFFFF;
 width: 500px;
 float: right;
 /*padding: 0px;*/
 /*border: 1px solid #ccc;*/
 height: 130px;
 text-align:right;
 /*margin: 10px 0px 5px 0px;*/
 background: #000033;
}
#header {
 color: #FFFFFF;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 120px;
 margin: 10px 0px 5px 0px;
 background: #000033;
}
#allblue {
 color: #ffffff;
 border: 1px solid #ccc;
 background: #000033;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 400px;
 width: 900px;
 float: left;
}
#leftcolumn {
	color: #ffffff;
	border: 1px solid #ccc;
	background: #000033;
	padding: 10px;
	height: 600px;
	width: 195px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftcolumn ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#leftcolumn a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../Images/button.png);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 175px;
	margin-top: 3px;
	margin-right: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#content {
	float: left;
	color: #ffffff;
	border: 1px solid #ccc;
	background: #000033;
	padding: 10px;
	height: 600px;
	width: 456px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightcolumn {
	color: #ffffff;
	border: 1px solid #ccc;
	background: #000033;
	padding: 10px;
	height: 600px;
	width: 195px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer { 
 width: 900px;
 clear: both;
 color: #ffffff;
 text-align:right;
 border: 1px solid #ccc;
 background: #ff3333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
