@charset "UTF-8";
body {
	background: #ffffff url(../img/bg.gif) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}


/*clearfix*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/*comment*/
div#comment {
	padding: 10px 10px;
	border-top: 1px solid #636969;
	border-left: 1px solid #636969;
	border-right: 2px solid #636969;
	border-bottom: 2px solid #636969;
	display: none;
	background: #ffffff;
	color: #303939;
	text-align: left;
	position: absolute;
	z-index: 1000;
	font-size: 92%;
}



/*wrapper*/
#wrapper {
	background: url(../img/img.jpg) no-repeat center top;
	width: 100%;s
	margin: 0 auto;
	padding-top: 36px;
	clear: both;
}



/*header*/
#header {
	width: 760px;
	margin: 0 auto;
}

h1 {
	width: 110px;
	height: 30px;
	float: left;
}

h1 img {
	display: block;
}


/*menu*/
#menu {
	margin-left: 100px;
	float: left;
	width: 465px;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 30px;
	text-indent: -10000px;
	overflow: hidden;
}

#menu li#news a {
	background: url(../img/news.gif) no-repeat left top;
	width: 70px;
}

#menu li#info a {
	background: url(../img/info.gif) no-repeat left top;
	width: 100px;
}

#menu li#works a {
	background: url(../img/works.gif) no-repeat left top;
	width: 70px;
}

#menu li#staff a {
	background: url(../img/staff.gif) no-repeat left top;
	width: 70px;
}

#menu li#blog a {
	background: url(../img/blog.gif) no-repeat left top;
	width: 70px;
}

#menu li#contact a {
	background: url(../img/contact.gif) no-repeat left top;
	width: 85px;
}

#menu li#news a:hover,
#menu li#info a:hover,
#menu li#works a:hover,
#menu li#staff a:hover,
#menu li#blog a:hover,
#menu li#contact a:hover {
	background-position: left bottom;
}


/*page*/
#page {
	clear: both;
	margin: 0 auto;
	width: 760px;
	min-height: 500px;
	padding-top: 76px;
	text-align: left;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


h2 {
	width: 340px;
	height: 100px;
}

h2 img {
	display: block;
	margin-left: 90px;
}





/*footer*/
address {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	font-size: 85%;
	letter-spacing: 1px;
	color: #999999;
}
