/*
      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: calibri, arial, sans-serif;
font-size: 12px;
background-image:url('bgdamask.jpg');
background-repeat:repeat;
}
a:link { 
	color: #9cdaf1;
	}
a:visited { 
	color: #9cdaf1;
	}
a:hover { 
	color: #d1a8b8;
	text-decoration: bold;
	}
a:active { 
	color: #d1a8b8;
}
#header {
 width: 900px;
 padding: 10px;
 border: 0px solid #ccc;
 height: 340px;
 margin: 10px 0px 5px 0px;
 background: #2c2c2c;
 background: url(headerfinal1.jpg) no-repeat;
}
#wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
}
#leftcolumn { 
 color: #ffffff;
 border: 0px solid #ccc;
 background: #2c2c2c;
 margin: 0px 5px 5px 0px;
 padding: 15px;
 width: 600px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #ffffff;
 border: 0px solid #ccc;
 background: #2c2c2c;
 margin: auto;
 padding: 25px;
 width: 200px;
display: inline;
position: relative;
}
#footer { 
        font-family: calibri;
        padding:2px;
        margin:0px;
        background-color:#2c2c2c;
        color:#fff;     
        border-top: 1px solid #9cdaf1; 
        text-align:center;
        }
h2 {
	font-family: calibri, arial;
	font-size: 18pt;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
}