﻿body {
	background: #F2F2F2;
	font-family: Tahoma;
}

.container {
width: 65%;
	margin: auto;
	margin-top: 0;
	min-height: 600px;	
	background-color:white;
}
.menu {
	background: #F2F2F2;
	padding:0;
	margin:0;
	text-align: center;
	
}
.main {
	padding:10px;
	min-height: 600px;

	
	
	
}
.menu ul {
	
	
	margin: 0;
	 list-style-type: none;
    list-style-image: none;
    overflow:hidden;
	padding: 0;
	display: inline-block;
	padding-left: 3px;
	

    

}
.title {
	background: #F2F2F2;
	text-align:center;
	width: 100%;
	margin: auto;
	margin-top: 0;

}
.logo {

    
    height: auto;
    max-width: 100%;
   }

.footer {
	padding-top:10px;
	text-align:center;
	background: #F2F2F2;
}
.menu li {
	font-size: 16px;
    float: left;
	padding: 5px;
	margin: 10px 10px 10px 0px;
	border-radius: 11px;
	background-image: linear-gradient(to bottom right,#bc8706,#f9c505);
	

}
    }
.menu li:hover {
	background-color: #F6BD00;
}
.active {
background-image: linear-gradient(to bottom left,#f9c505,#e21616) !important;

	
}

.menu li  a {
	color:black;
	text-decoration:none;
}