/*
      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: #000000;}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 

}
#header {
 color: #333;
 width: 900px;
 float: left;
 border: 1px solid #000000;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: #000000;
 text-align: center;
 padding: 10px;
 padding-top: 0px;
 padding-bottom: 0px;
 margin-top: 30px;
 }
#leftcolumn { 
 color: #333;
 border: 1px solid #000000;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #000;
 background: #000000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 900px;
 display: inline;
 position: relative;
 text-align: center;
}

div.images
{
 width: 300px:
 height: 300px;
border: 3px solid #ff6ec7;
}

a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #000000;}
a:hover {background-color: #000000;}
a {text-decoration: none;}