#container {
	margin: 0 auto;
}

#container,#header,#footer,#center,#menu {
	width: 981px;
}

#header,#footer,#center,#main,#right {
	float:left;
}

#header {
	height: 356px;
	background: url(../images/header.png) no-repeat;
}

#footer {
	height: 133px;
	background: url(../images/footer.png) no-repeat;
}

#tomaster,#subscribe,#togallery {
	display: block;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
}

#tomaster span,#subscribe span,#togallery span{
	display:none;
}

#tomaster,#subscribe {
	width: 231px;
	height: 80px;
	background: url(../images/tomaster.png) no-repeat;
}

#subscribe {
	background: url(../images/subscribe.png) no-repeat;
}

#togallery {
	width: 231px;
	height: 79px;
	background: url(../images/togallery.png) no-repeat 1px 0;
}

#right {
	width: 233px;
	padding-left: 22px;
}

#main {
	width: 726px;
}

#menu {
	margin-top: 300px;
	height: 54px;
	border-bottom: 2px solid #23BDDD;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float:left;
} 

#menu a {
	padding-top: 12px;
	font-family: Tahoma,sans-serif;
	font-size: 19px;
	text-decoration: none;
	float: left;
	color: #000;
	padding-right: 76px;
}

#menu .item35 a {
	padding-right: 0;
}

#menu a:hover {
	text-decoration: underline;
	color: #076b95;
} 

#home {
	float: left;
	position: relative;
	display: block;
	left: 540px;
	top:70px;
	/*margin-left: 540px;*/
	width: 400px;
	height: 150px;
	/*margin-top: 70px; */
}