/*
      Created by CSS Portal Layout Generator

          http://www.cssportal.com

*/

* { padding: 0; margin: 0; }

body {
 font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper {
 margin: 0 auto;
 width: 656px;
}

#content {
 float: left;
 color: #000000;
 background: #FFFFFF;
 height: 608px;
 width: 160px;
 display: inline;
 border: 1px solid #000;
}

#header {
 color: #000000;
 width: 656px;
 float: left;
 height: 71px;
 background: #8C71DF;
}

#line {
 color: #FFFFFF;
 width: 656px;
 float: left;
 height: 3px;
 background: #000000;
}

#navi {
 color: #000000;
 width: 654px;
 float: left;
 height: 35px;
 background: #FFFFFF;
 border: 1px solid #000;
}

#footer {
 width: 656px;
 height: 60px;
 clear: both;
 color: #000000;
 background: #EFEFEF;
}

#leftcolumn {
 color: #000000;
 background: #FFFFFF;
 height: 608px;
 width: 160px;
 float: left;
 border: 1px solid #000;
}

#rightcolumn {
 color: #000000;
 background: #FFFFFF;
 height: 608px;
 width: 160px;
 float: left;
 border: 1px solid #000;
}

#ad {
 color: #000000;
 background: #FFFFFF;
 height: 608px;
 width: 168px;
 float: left;
 border: 1px solid #000;
}