/*
      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: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 807px;
	
}
#header {
 color: #333;
 width: 837px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 207px;
 margin: 20px 0px 0px 0px;
}
#leftcolumn {
	color: #FFF;
	border: 0px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 970px;
	float: left;
}
#comingup { 
 float: left;
 color: #333;
 border: 1px solid #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 400px;
 width: 975px;
 display: inline;
 position: relative;
}
#footer {
 color: #333;
 width: 970px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 50px;
 margin: 20px 0px 0px 0px;
}
.headings {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	font-weight: bold;
}
.bodytext {
	font-size: 11px;
	line-height: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.blackbodytext {
	font-size: 11px;
	line-height: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.boldbodytext {
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
}
.menutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.smallspace {
	line-height: 8px;
}
