@charset "utf-8";

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html{
	background:url(images/bg2.jpg) top center;
}

body {
	background:url(images/bg.jpg) top center no-repeat;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: 'Verdana', sans-serif;
	color: #3a3a38;
	font-size:16px;
}

.centry .sitemain {
	width: 640px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

.clear{clear:both; margin:0; padding:0;}
.left{float:left;}
.right{float:right;}



span.blue{color:#0733ae;}
#slider{border:3px solid #282828; width:631px; height:222px; margin:0px auto; margin-top:90px;}
#slider a{display:block;}
#header{height:75px;}
#mainMenu{width:640px;margin:0px auto;padding-top:29px}
.menu, .menu li,
.reset, .reset li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu{clear:both;}
.menu li{float:left;}
.menu li a:hover{color:#000;}
.menu li a{
	color:#000; 
	text-decoration:none;
	padding:0 10px;
	font-size:20px;
	font-weight:bold;
}
ul#menu{
	width:755px;
	margin:0px auto;
	text-align:center;
}
#man{
	position:absolute;
	width:274px;
	height:276px;
	bottom:-1px;
	left:0;
	background:url(images/man.png);
}
#container{
	line-height:24px;
	margin-top:20px;
	font-family: 'Courgette', cursive;
}
#footer{
	margin-top:20px;
	padding:10px 0;
	background:url(images/footer.jpg) no-repeat center top;
	height:56px;
	line-height:44px;
	font-size:12px;
}
