/*
      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 {
 padding-top: 30px;
 color: #000000;
 background-color: #000000;
 background-image: url(bg.gif);
 background-repeat: repeat-y;
 background-attachment: fixed;
 background-x-position: 0%;
 background-y-position: 0%;
 font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
 font-size: 11px;
 }

a:link {
background-color: #000000;
color: #ffffff;
text-decoration: none;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-weight: normal;
}

a:visited {
background-color: #000000;
color: #ffffff;
text-decoration: none;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-weight: normal;
}

a:hover {
background-color: #000000;
color: #cc0066;
text-decoration: none;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-weight: normal;
}

a:active {
background-color: #000000;
color: #cc0066;
text-decoration: none;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-weight: normal;
}

.textarea a:link, .textarea  a:hover, .textarea a:visited, .textarea a:active {
background-color: #000000;
color: #cc0066;
text-decoration: none;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-weight: normal;
}
	
#wrapper { 
 margin: 0;
 width: 922px;
}

#leftcolumn { 
 float: left;
 color: #ffffff;
 background: #000000;
 margin: 10px 0px 10px 150px;
 padding: 10px;
 height: 200px;
 width: 175px; 
 display: inline;
}

#textarea { 
 float: left;
 color: #cc0066;
 background: #000000;
 margin: 280px 0px 10px -195px;
 padding: 10px;
 height: 200px;
 width: 175px;
 border-style: none;
 _margin-left: -202px;
}

#rightcolumn { 
 float: left;
 color: #ffffff;
 background: #000000;
 border-style: none;
 height: 0px;
 width: 0px;
 position: relative;
 margin-left: 100px;
 margin-top: 0px;
 .margin-left: 450px;
 .margin-top: -450px;
 .position: absolute;
 _margin-top: -700px;
}
