/*
      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: Futura, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #574442;
	line-height:150%;
}

p {
color: #FFFFFF;
letter-spacing: 1px;
}

.right_text {
color: #FFFFFF;
letter-spacing: 1px;
text-align:right
}

.small_text {
color: #996600;
letter-spacing: 1px;
text-align:right;
font-size:9px;
}

h1 {
	color: #FFFF99;
	letter-spacing: 2px;
	font-size:16px;
}

a:link {
color: #FFFFFF;
text-decoration: none;
border-bottom:1px dashed #996600;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
border-bottom:1px dashed #996600;
}

a:hover {
color: #996600;
text-decoration: none;
border-bottom:1px dashed #996600;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftcolumn { 
 color: #333;
 background: #574442;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
 width: 678px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #333;
 background: #574442;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
 width: 200px;
 display: inline;
 position: relative;
}
