/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 background: #7C7C7C;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
 color: #FFCC33;
 text-decoration: none; 
}
a:active {
 color: #FFCC33; 
 text-decoration: underline;
 }
a:hover {
 color: #FFCC33; 
 text-decoration: underline; 
}


p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#content { 
 float: left;
 color: #FFF;
 padding-left: 10px;
 background: #000000;
 height: 350px;
 width: 288px;
 display: inline;
}

#header {
 color: #333;
 width: 896px;
 float: left;
 height: 150px;
 margin-top: 20px;
 background: #000000;
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-bottom: 1px;
 border-color: #FFCC33;
 border-style: solid;
}

#footer { 
 width: 896px;
 height: 150px;
margin-bottom: 20px;
 clear: both;
 color: #333;
 background: #000000;
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-bottom: 1px;
 border-color: #FFCC33;
 border-style: solid;
}

#leftcolumn { 
 color: #fff;
 background: #000000;
 height: 350px;
 width: 298px;
 float: left;
border-top: 0px;
border-left: 1px;
border-right: 1px;
border-bottom: 0px;
 border-color: #FFCC33;
 border-style: solid;
}

#rightcolumn { 
 color: #FFF;
 background: #000000;
 height: 350px;
 width: 298px;
 float: left;
border-top: 0px;
border-left: 1px;
border-right: 1px;
border-bottom: 0px;
 border-color: #FFCC33;
 border-style: solid;
}

