a:link {
    text-decoration: underline;
    color : #30202D;
    }
a:visited {
    text-decoration: underline;
    color : #474747;
    }

a:hover {
    text-decoration: none;
    color : #FF0072;
    }

a:active {
    text-decoration: none;
    color : #FF5A00;
    }
body { 
	background: #ffffff url("pics/leftmargin.jpg");
	background-repeat: repeat-y;
	background-position: 0% 0%; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}
#logo { 
    position: absolute;     top: 0px; left: 0px;     width: auto; 
}

#ad { 

    position: absolute; 
    top: 10px; left: 250px; 
    width: auto; 

}
#logomiddle { 

    position: absolute;
    top: 50%; left: 50%; 
    width: auto; 
}


#thumbs { 
    position: absolute; 
    top: 200px; left: 2px; 
    width: 160px;
	text-align: center;	
}

#main { 	position: absolute; 	top: 200px; 	bottom: 100px;
	right: 200px;	left: 250px; 	width: auto;	height: auto;	padding: 2px;
}
#navigation { 
	position: absolute; 
	top: 140px; 
	right: 200px;
	left: 250px; 
	width: auto;
	height: auto;
	padding: 2px;
	font-size: medium;

}



