* {
	margin: 0;
	padding: 0;
}

body {
	background: url( ../images/bg.jpg ) repeat;
	text-align: center;
	
}

img {
	border:none;
}

#shell0 {
	width: 959px;
	height: 615px;
	margin: 0 auto;
	
}

#logo-w {
	width:959px;
	height: 162px;
	margin: 0 auto;
}
#logo {
	float: left;
	margin-top: 22px;
}

#top {
	width: auto;
	height: 220px;
	background: url( ../images/top-menu-bg.jpg ) repeat-x bottom;
}

#shell1 {
	width: 959px;
	height: 429px;
	border-top: none;
	background: url( ../images/main.jpg ) no-repeat;
}


#menu-w {
	width: auto;
	height: 40px;
}

#menu {
	width: 959px;
	height: 40px;
	margin:0 auto;
}

#menu ul {
	margin:0;
	padding:0;
	padding-top: 6px;
	padding-bottom: 6px;
	float:left;
	margin-top: 12px;
	_margin-top: 13px;
	*margin-top: 13px;
}


#menu ul li {
	list-style:none;
	display:inline;
	padding-right: 50px;
	
}

#menu ul li #pt, #menu ul li #en  {
	list-style:none;
	background: url(../images/br.gif ) no-repeat left;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#menu ul li #en {
	background:none;
	background: url(../images/en.gif ) no-repeat left;
}

#pt, #en {
	color: #fff;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	
}

#menu a:hover {
	color: #E1D004;
}

#footer {
	margin: 0 auto;
	margin-top: 15px;
	border: none;	
}

#dog {
	float: left;
	margin-top: -0px;
	margin-left: 0px;
}

#end {
	margin-top: -0px;
	margin-left: 610px;
	position: absolute;
}



