/*
htt://e-motionalwebdesign.ca     
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 background-color: #1c1c1c;
 background: url("images/bg.jpg") repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 895px; 
padding-top: 4px;
}

p {
 padding-top: 18px;
 text-align: center;
}
a:link {color: #fff;}
a:visited {color: #fff;}
a:active {color: #fff;}
a:hover {color: #fff;}
a {text-decoration: none;}

h1 {
padding-top:18px;
text-align: center;
font-size: 16px;
text-decoration: none;
}

a img {
 text-decoration: none;
 border: 0 none;
padding-top: 0px;
}


#header {
 color: #fff;
 width: 890px;
 height: 340px;
 float: left;
 padding: 0px;
 border-top: 2px outset #fff;
 border-left: 2px inset #fff;
 border-bottom: 1px solid #fff;
 border-right: 2px inset #fff;
 margin: 4px 0px 0px 0px;
 background: url("images/Header.jpg") no-repeat top center;
 background-color: #1c1c1c !important;
}


#leftcolumn { 
 color: #fff;
 border-left: 2px inset #fff;
 border-bottom: 2px outset #fff;
 background-color: #000 !important;
 margin: 0px 0px 0px 0px;
 height: 230px;
 width: 295px;
 float: left;  
}


#centercolumn {
color: #be2c37; 
 float: left;
 border-left: 1px solid #fff;
 border-bottom: 2px outset #fff;
 background-color: #fff !important;
 margin: 0px 0px 0px 0px; 
 height: 230px;
 width: 299px;
 display: inline;
}

#centercolumn a{
color: #BE2C37;
text-decoration: none;
}


#rightcolumn { 
 color: #76d64b;
 border-left: 1px solid #fff;
 border-right: 1px inset #fff;
 border-bottom: 2px outset #fff;
  margin: 0px 0px 0px 0px; 
 height: 230px;
 width: 295px;
 float: left;
 position: relative;
 background-color: #0d0b0c !important;

}
