/*
      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 { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 90px;
 margin: 10px 0px 0px 0px;
}
#leftcolumn {
 color: #999999;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 420px;
 width: 678px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 370px;
 width: 200px;
 display: inline;
}

#rt {
 position: relative;
 left: 300px;
 width: 375px;
 top: -10px;
}
#fffooter { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#fffooter p {
	color: #cccccc;
	text-align: center;
	font-size: 10px;
}
#fffooter p a {
	color: #cccccc;
	text-align: center;
	font-size: 10px;
}
#leftcolumn h1 {
	color: #00ff33;
	text-align: right;
}
#leftcolumn h2 {
	color: #cccccc;
	text-align: center;
}
#leftcolumn strong {
	color: #cccccc;
}
#partl {
	width: 300px;
	float: left ;
	text-align: center;

  }
  #partr {
	width: 300px;
	float: right;
	text-align: center;

  }
  a {
  	color: white;
  }