/*
      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;
}
#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 922px;
	float: left;
	border: 1px solid #ccc;
	height: 230px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/heads.png);
	padding: 10px;
}
#header2 {
	color: #333;
	width: 255px;
	float: left;
	padding: 0px;
	height: 30px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

#leftcolumn {
	border: 1px solid #ccc;
	height: 485px;
	width: 195px;
	float: left;
	background-color: #92ADDA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/navs.png);
	margin: 0px;
}
#rightcolumn {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	height: 485px;
	width: 705px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#rightcolumn2 {
	float: left;
	color: #333333;
	padding: 10px;
	height: auto;
	width: 660px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 16px;
	font-size: 11px;
	background-color: #FFFFFF;
	text-indent: 0px;
	list-style-position: inside;
	list-style-type: disc;
}
#rightcolumn3 {
	float: left;
	color: #333333;
	height: 230px;
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: lower-alpha;
	line-height: 16px;
	list-style-position: inside;
}

#rightcolumn4 {
	float: left;
	color: #333333;
	height: 70px;
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: lower-alpha;
	line-height: 16px;
	list-style-position: inside;
	margin-left: 10px;
}

#footer {
	width: 922px;
	clear: both;
	color: #FFFFFF;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

