/*******
******** MAIN LAYOUT styles */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	background-color: white;
	text-align: center;
}
body, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#body {
	margin: 0px auto; text-align: center;
}

.home_header {
	position: relative; margin: 0px auto; width: 800px; height: 86px; background: transparent url(../imgs/head.gif) center no-repeat;
}
.home_header a {
	position: absolute; top: 38px; left: 410px; width: 72px; height: 18px;
}
.home_header a span {
	display: none;
}

.home_header img {
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}

.home_navig {
	margin: 0px auto;
	width: 760px;
	position: relative;
	font-weight: bold;
	height: 62px;
	padding-top: 36px;
	text-align: right;
	padding-right: 40px;
	color: #9a9a9a;
}


.sound {
	position: absolute; display: block; top: 37px; right: 8px; width: 13px; height: 14px; background: transparent url(../imgs/sound.gif) center no-repeat;
}
.sound span {
	display: none;
}
