/*
      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: 14px;
 color:black;
 background-color:#000000;
  background-image:url(images/template/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  line-height: 100%;
}

img {
  border:0px;
}

a {
  color:#000000;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
  color:#C42A2C;
}

a:visited {
  color:#666666;
}

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

}
#header {
 color: #333;
 width: 959px;
 float: left;
 padding: 10px;
 border: 0px;
 height: 180px;
 margin: 10px 0px 5px 0px;
}


#content_wrap {
  width:1005px;
  float:left;
  background-image:url(images/template/content_bg.jpg);
  background-repeat:no-repeat;
  background-color:#FFFFFF;
}

#navigation {
 float: left;
 width: 959px;
 color: #333;
 padding: 10px;
 border: 0px;
 margin-right:0px;
 margin-left:13px;
 margin-top:0px;
 margin-bottom:0px;
}
#leftcolumn { 
 color: #333;
 border: 0px;
 margin: 0px 5px 5px 10px;
 padding: 10px;
 min-height: 350px;
 width: 150px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 0px;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height: 350px;
 width: 605px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 0px;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 350px;
 width: 149px;
 float: left;
 position: relative;
}
.clear { clear: both; }