/*
      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-color: #3E0000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-color: #3E0000;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 130px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
}

#header1 {
	color : #333;
	width : 900px;
	float : left;
	height : 50px; 

}
.blinkytext {
	color:#FFFBF0;
     font-family: Arial, Helvetica, sans-serif;
     font-size:36px;
     text-decoration: blink;
     font-style: normal;
	 text-align:center;
 }
 .bodytext{
 	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-align:justify;
	margin-left:30px;
	margin-right:30px;
 }
#leftcolumn { 
 color: #333;
 background: #3E0000;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float:left;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: auto;
 width: 900px;
 display: inline;
}
#footer { 
 width: 678px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 float:right;
}
#foot1{
	width:auto;
	height:auto;
	float:left;
}
#foot2{
	width:auto;
	height:auto;
	float:right;
}

table tbody tr
{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

table tbody tr:hover
{
	background:#9D9DFF;
}

.th
{
	background-color:#006699;
	color:#FFFFFF;
	font-size: 25px;
	font-weight: bold;
	width:30px;
	font-family:"Times New Roman", Times, serif;
}