body {
 background:#ffe5b1;
 margin:0px;
}

a.ph {
 width:158px;
 text-align:center;
 float:left;
 font-size:9pt;
 margin-top:10px;
 text-decoration:none;
}

#main {
 width:800px;
 margin:auto; 
 border:1px solid #152;
} /* should be same width as m1 */

#head {
 text-align:center;
 margin:0;
}

#m1   {
 float:left;
 background-color:#123954;
 border-top:1px solid #152;
 } /* background for menu */
#m2   {
 float:left;
 background-color:#fff;
 background-repeat:repeat-y;
 background-position:100% 0;
 } /* background for ads */
#cont {
 float:left;
 width:475px;
 padding:10px;
 min-height:600px;
 background-color:#fff; 
}
*html #cont {
 height:600px; 
}
#menu {
 float:left;
 width:150px;
 padding-bottom:0px;
 margin-top:5px;
}
#ads  {
 float:left;
 text-align:center; 
 width:145px;
 padding:10px 5px 10px 5px;
}
#foot {
 text-align:center;
 background-color:#c9d9a4;
 margin:0px;
 height:16px;
 color:#4d1800;
 font-size:8pt;
 clear:both; 
 padding:4px;
}

p {
 text-indent:30px;
 padding:0px 10px 0px 10px;
}

p.capit {
 text-indent:0px;
}

.cap {
float: left;
width: .76em;
font-size: 4.0em;
line-height: .89em;
font-family: georgia, times;
color:#000000;
}

h1 {
 font-size:1.6em;
 text-align:center;
}
h2 {
 font-size:1.4em;
 text-align:center;
}
h3 {
 font-size:1.2em;
 text-align:center;
}


.noreglink {
 margin-top:5px;
 margin-left:20px;
 text-align:center;
 color:#000;
 background:#8ca0a9;
 border: 1px solid #000;
 width:105px;
 height:23px;
 font-size:12pt;
 padding-top:2px;
 font-weight:bold;
}
a.topreglink {
 margin-left:20px;
 margin-top:40px;
 text-decoration:none;
 text-align:center;
 background:#c9d9a4;
 border: 1px solid #000;
 color:#4d1800;
 display:block;
 width:105px;
 height:23px;
 font-size:12pt;
 padding-top:2px;
 font-weight:bold;
}
a.topreglink:hover{
 background:#c19358;
 color:#123954;
}
a.reglink {
 margin-top:5px;
 margin-left:20px;
 text-decoration:none;
 text-align:center;
 background:#c9d9a4;
 border: 1px solid #000;
 color:#4d1800;
 display:block;
 width:105px;
 height:23px;
 font-size:12pt;
 padding-top:2px;
 font-weight:bold;
}
a.reglink:hover{
 background:#c19358;
 color:#123954;
.clear {
 clear:both;
}



