@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #E5E5E5;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper  #head{
	background-color: #69C;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#wrapper #menu {
	background-color: #CCC;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 880px;
	background-image: url(meu.png);
}
#wrapper #content {
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	float: left;
	width: 858px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wrapper #footer {
	height: 30px;
	clear: both;
	float: left;
	width: 900px;
	padding-top: 10px;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}
a:link img,a:visited img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #fit {
	height: 400px;
	float: left;
}#wrapper #content #left {
	height: auto;
	width: 500px;
	float: left;
}
#wrapper #content #right {
	float: right;
	height: auto;
	width: 290px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #E5E5E5;
	border: 1px solid #CCC;
}
.blue {
	color: #69C;
	text-decoration: none;
}
.black {
	color: #000;
}
.spon {
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
.streg {
	width: 780px;
	margin-top: 30px;
	margin-right: 35px;
	float: right;
	margin-bottom: 40px;
}
#wrapper #menu a:hover {
	color: #FFF;
}
#wrapper #menu a:link, #wrapper #menu a:visited {
	color: #000;
	text-decoration: none;
	float: left;
	margin-right: 35px;
	margin-bottom: 5px;
}
#wrapper #content a:link,#wrapper #content a:visited {
	color: #06F;
}
#wrapper #content a:hover {
	text-decoration: underline;
}
#wrapper #content #right a:link, #wrapper #content #right a:visited {
	color: #000;
}
#wrapper #content #right a:hover {
	color: #666;
	text-decoration: none;
}
#wrapper #content #thump  {
	border: 2px solid #06F;
	height: 100px;
	width: 100px;
}
#wrapper #content #thumbnail  {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
}

