@charset "utf-8";
.catagorie {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding-top: 3px;
	border: solid;
	border-width: 1px;
	width: 191px;
	margin-top: 10px;
	float: left;
	height: 191px;
	margin-right: 10px;
	font-size: 14px;
	
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #000000;
}
a:active { } 
.maindiv {
	max-width: 1050px;		
	position: absolute;
	top: 50px;
	left: 200px;
}
.sidebar {

float: left;
text-align: left;
	width: 200px;
	position: absolute;
	top: 50px;
                left: 0;
	right:auto;
	
                text-align: right;
}

.logo {


	position: absolute;
	top: 0px;
	left:0px;
	
                text-align: left;
}
.topbar {


	max-width: 1050px;
	position: absolute;
	top: 0;
	left:200px;
	
                text-align: right;
}