@charset "utf-8";
/* CSS Document */
html, body { text-align:center; }
#wrap  {
	font-family: Georgia, serif;
    font-size:100%; line-height:1.2em;
	text-align: left; 
	color: #333333  ;
	margin: 40px auto;
	width: 960px;
       }
#left { float:left; width:760px; }
#right { float: right; width:200px; }
table { border:#333333; padding:0; border-collapse:collapse; }
td    { text-align: center; padding: 10px; vertical-align:top; }

#content  {  background-color:#FFFF00 }
		  
#sidebar1   {  width: 150px; background-color:#CCCCCC; color:#333333; }             
#sidebar2   {  width: 150px; background-color:#CCCCCC; color:#333333; }
h1 { line-height: 1.2em }
p { text-align:left }
.padding {padding-top:12px; text-align:center; }
.ad { padding: 15px 0; text-align: center; }
