/*
      Created by CSS Portal Layout Generator
	  
http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

p {
 padding: 8px;
}

#wrapper { 
  
 width: 100%;
}

#content { 
 float: left;
 color: #000;
 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: #A191DC;
}

#navigation {
 float: left;
 width: 100%;
 height: 20px;
 color: #333;
 background: #A191DC;

}

#leftcolumn { 
 color: #fff;
 background: #EBE3CD;
 width: 20%;
 float: left;
 background: url(bandbg.jpg);
}

#rightcolumn2 { 
 color: #fff;
 width: 20%;
 float: right;
 background: url(bandbg.jpg);
}
A:link	{
color:#000080;
font-size:12pt;
font-family:Arial;
font-style:normal;
font-weight:bold;
text-decoration:underline; 
cursor:default;
font-variant:normal;
text-transform:capitalize;
}
A:hover	{
color:#dd0000;
font-size:12pt;
font-family:Arial;
font-style:italic;
font-weight:Bolder;
text-decoration:underline;
cursor:default;
font-variant:normal;
text-transform:uppercase;
background-color:eeeeee;
} 
A:active	{
color:#000080;
font-size:12pt;
font-family:Arial;
font-style:normal;
font-weight:bold;
text-decoration:underline;
cursor:default;
font-variant:normal;
text-transform:capitalize;
}
A:visited	{
color:#efefef;
font-size:12pt;
font-family:Arial;
font-style:italic;
font-weight:bold;
text-decoration:none;
cursor:default;
font-variant:normal;
text-transform:capitalize;
} 