/* CSS Document */


.clr {
	clear: both;
}


a.mainlevel-left{
	display:block;
	color:white;
	font-weight:bold;
	text-decoration:none;
	width:155px;
	height:30px;
	margin-left:0px;
	margin-bottom:7px;
	padding-left:30px;
	background-color:black;
	background-image: url('../images/button.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	text-align:center;
	line-height:30px;
}


a.mainlevel-left[class]{
	width:130px !important;
}


a.mainlevel-left:hover{
	color:#FEBF14;

}

a.mainlevel-main{
	display:block;
	float:left;
	padding-left:25px;
	padding-right:25px;
	border: 1px solid #c0c0c0;
	height:28px;
	margin-bottom:3px;
	background-color:black;
	line-height:28px;
	color:white;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

a.mainlevel-main:hover{
	color:#FEBF14;

}

div.box {
	width:200px;
	height:200px;
	float:left;
	border:1px solid black;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	padding: 5px;

}
