body {
	margin: 0px;
	padding: 0px;
	background-color: #383431;
	background-position: top center;
	background-repeat: repeat-y;
	overflow: hidden;
	overflow-y: scroll;
}

h1 {
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 0px;
	text-indent: -3000px;
	width: 284px;
	height: 37px;
	background-image: url(titulos.jpg);
	background-repeat: no-repeat;
}

h1#empresa {
	background-position: 0px 0px;
}

h1#produtos {
	background-position: 0px -37px;
}

h1#portfolio {
	background-position: 0px -74px;
}

h1#cursos {
	background-position: 0px -111px;
}

h1#orcamento {
	background-position: 0px -150px;
}

h1#contato {
	background-position: 0px -187px;
}


#site {
	position: absolute;
	witdh: 950px;
	margin: 0px;
	top: 0px;
	margin-left: -475px;
	left: 50%;
}

#header {
	z-index: 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 950px;
	height: 120px;
	background-image: url(header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#links {
	z-index: 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: left;
	width: 950px;
	height: 36px;
}


#links p {
	display: none;
	margin: 0;
}

#links-l {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 36px;
}

#botoes {
	margin: 0px;	
	padding: 0px;
	position: absolute;
	left: 25px;
	width: 900px;
	height: 36px;
}
	

ul {
	list-type: none;
	margin: 0;
}

ul li {
	position: relative;
	float: left;
	background-image: url(links.jpg);
	display: block;
	height: 36px;
}


ul li a {
	position: relative;
	float: left;
	background-image: url(links.jpg);
	display: block;
	height: 36px;
}

ul li#empresa {
	width: 150px;
	background-position: -25px -36px;
}

ul li#empresa a{
	width: 150px;
	background-position: -25px 0;
}

ul li#empresa a:hover{
	background-position: -25px -36px;
}

ul li#produtos {
	width: 150px;
	background-position: -175px -36px;
}

ul li#produtos a{
	width: 150px;
	background-position: -175px 0;
}

ul li#produtos a:hover{
	background-position: -175px -36px;
}

ul li#portfolio {
	width: 150px;
	background-position: -325px -36px;
}

ul li#portfolio a{
	width: 150px;
	background-position: -325px 0;
}

ul li#portfolio a:hover{
	background-position: -325px -36px;
}

ul li#cursos {
	width: 150px;
	background-position: -475px -36px;
}

ul li#cursos a{
	width: 150px;
	background-position: -475px 0;
}

ul li#cursos a:hover{
	background-position: -475px -36px;
}

ul li#orcamento {
	width: 150px;
	background-position: -625px -36px;
}

ul li#orcamento a{
	width: 150px;
	background-position: -625px 0;
}

ul li#orcamento a:hover{
	background-position: -625px -36px;
}

ul li#contato {
	width: 150px;
	background-position: -775px -36px;
}

ul li#contato a{
	width: 150px;
	background-position: -775px 0;
}

ul li#contato a:hover{
	background-position: -775px -36px;
}

#links-r {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 36px;
	background-image: url(links-l.jpg);
	background-position: top left;
}

#content, #gallery {
	z-index: 0;
	width: 950px;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: left;	
}

#gallery img {
	margin: 5px 6px 5px 7px;
	padding: 0px;
	border: 0px;
}

#gallery a {
	text-decoration: none;
	border: 0px;
}

#text{
	z-index:0;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 320px;
}

#text p {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 15px;
	text-decoration: none;
	text-indent: 30px;
	text-align: left;
	color: #333;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 5px;
}

#image {
	position: relative;
	float: left;
	width: 630px;
}

#image img {
	margin: 25px 25px 25px 25px;
}

#footer {
	z-index: 0;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	position: relative;
	clear: left;
	width:950px;
	height: 30px;
	background-image: url(footer.jpg);
}