/*
      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;
}

p {
 padding: 8px;
}

#wrapper { 
  
 width: 100%;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
  width: 60%;
 display: inline;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 126px;
 background: #ffffff;

}

#footer { 
 width: 100%;
 height: 26px;
 color: #333;
 background: #ffffff;
}

#navigation {
 float: left;
 width: 100%;
 height: 20px;
 color: #333;
 background: #efefef;

}

#leftcolumn { 
 color: #333;
 background: #EBE3CD;
 width: 20%;
 float: left;
 background: url(bandbg.jpg);
}

#rightcolumn { 
 color: #000;
 background: #ABABAB;
 width: 20%;
 float: right;
}

#rightcolumn2 { 
 color: #000;
 width: 20%;
 float: right;
 background: url(bandbg.jpg);
}

