#container {
	position:absolute;
	left:85px;
	width:800px;
	}
	
#leftbar {
	float:left;
	width:160px;
	height:100%;
	}

#leftbar2 {
	float:left;
	width:160px;
	height:100%;
	}

#content {
	float:left;
	width:520px;
	text-align:justify;
	}
	
body { 
    background:#E6E8FF url("../images/background.jpg") repeat-y;
	font-family:Tahoma; 
	font-size:12px; 
	text-align:justify;
	margin:0px;
	}
	
table { 
    font-family: Tahoma; 
    font-size: 12px; 
    }

.fronttitle {
	font-family:Ravie;
	font-size:46px;
	color:#0000FF;
    }

.bottom {
	font-family:tahoma;
	text-align:right;
	font-size:10px;
	color:#000000;
	}

.bottom:link {
	font-family:tahoma;
	text-align:right;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	}

.nav {  
	width:125px;
	height:22px;
	font-size:14px;
	font-weight:bold;
	color:#E6E8FF;
	text-align:left;
	text-decoration:none;
    border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
    }
    
.nav:hover {  
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}

.galnav {  
	width:125px;
	height:22px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	text-decoration:none;
    border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
    }
    
.galnav:hover {  
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}