html{
overflow:auto;
}
body{
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
height: 100%;
}
.canvas{
position:absolute;
top:0;
bottom:0;
left:50%;
margin-left:-50%;
width:100%;
background-color:#DDDDDD;
height: 100%;
}
.header{
position:absolute;
top:0;
background-color:#818181;
height:20%;
width:100%;
text-align:center;
}

.sidebar_left{
position:absolute;
top:15%;
bottom:15%;
width:0%;
background-color:#999999;
text-align:center;
}

.content{
position:absolute;
top:15%;
bottom:8%;
left:50%;
margin-left:-50%;
width:100%;
overflow:auto;
background-color:#DDDDDD;
height: 77%;
}
.content_text{
position:relative;
left:50%;
margin-left:-364px;
width:728px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
}
.sidebar_right{
position:absolute;
right:0%;
top:15%;
bottom:15%;
width:0%;
background-color:#999999;
text-align:center;
}
.footer{
position:absolute;
bottom:0%;
background-color:#818181;
height:8%;
width:100%;
text-align: center;
}
.table_adsense_01{
background-color:#DDDDDD;
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.td_adsense_left_01{
text-align:left;
}
.td_adsense_right_01{
text-align:right;
}


a:link {
color: #006633;
font-weight: bold;	
text-decoration:none;	
}
a:hover {
color: #006633;
font-weight: bold;	
text-decoration:none;	
}
a:visited {
color: #006633;
font-weight: bold;
text-decoration:none;	
}
a:active {
color: #006633;
font-weight: bold;
text-decoration:none;
}
	
a:link img {
border: 0px; 
border-color: #DDDDDD;
}
a:hover img {
border: 0px; 
border-color: #CCCCCC;
}
a:visited img {
border: 0px; 
border-color: #DDDDDD;
}
a:active img {
border: 0px; 
border-color: #CCCCCC;
}
	



