@charset "utf-8";
body {
	background-image: url("texture.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin: 0 auto;
	text-align: center;
}
#container {
	background-color: #ececec;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 25px;
}
#sitename {
	background: url("logo.jpg");
	width: 900px;
	height: 125px;
}
#menusor {
	text-align: center;
	width: 735px;
	height: 105px;
	margin-left: 82.5px;
	margin-top: 50px;
}
#menu {
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	width: 735px;
 	height: 105px;
}
#menu li {
 	width: 105px;
 	height: 105px;
 	text-align: center;
 	float: left;
}
@font-face {
	font-family: "Slevdog 2";
    src: url("Slevdog2.ttf");
 }
#menu li a {
 	text-decoration: none;
 	font-size: 25px;
 	font-weight: bold;
	font-family: "Slevdog 2";
 	text-align: center;
 	display: block;
 	line-height: 25px;
}
.menu_1 {
	background-color: #f7ca00;
	height: 60px;
	padding-top: 40px;
	color: #f7ca00;
}
.menu_2 {
	background-color: #c12d9f;
	color: #c12d9f;
	height: 60px;
	padding-top: 40px;
}
.menu_3 {
	background-color: #96cf25;
	color: #96cf25;
	height: 60px;
	padding-top: 40px;
}
.menu_4 {
	background-color: #1bcbc1;
	color: #1bcbc1;
	height: 60px;
	padding-top: 40px;
}
.menu_5 {
	background-color: #3867ad;
	color: #3867ad;
	height: 60px;
	padding-top: 40px;
}
.menu_6 {
	background-color: #ff0454;
	color: #ff0454 ;
	height: 70px;
	padding-top: 30px;
}
.menu_7 {
	background-color: #f18103;
	color: #FFF;
	height: 60px;
	padding-top: 40px;
	font-style: oblique;
	font-variant: small-caps;
}
#menu li a:hover {
	color: #FFF;
}
#content {
	background-color: #f18103;
	text-align: left;
	width: 735px;
	margin-left: 82.5px;
	color: #FFF;
	padding-bottom: 5px;
	position: relative;
	top: -5px;
}
.slevdog {
	font-family: "Slevdog 2";
	font-size: 25px;
}
.slevdog_2 {
	font-family: "Slevdog 2";
	font-size: 25px;
	padding-bottom: 0;
	padding-top: 0;
}
.norm {
	margin:2px;
	padding:0;
}