﻿#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 789px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	text-align: center;

}
#links {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	word-spacing: 100px;
}
#sidebar {
	width: 200px;
	background-color: #FFFFFF;
	height: auto;
	float: left;
	padding: 5px;


}
#conteudo {
	width: 770px;
	background-color:#FFFFFF;
	height: auto;
	float:right;
	padding: 5px;


}
#footer {
	width: 1000px;
	height: 23px;
	background-image: url(img/footer.jpg);
	bottom: 0;
	float: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(img/bg.jpg);
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px dashed #666666;
	margin-bottom: 12px
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
input {
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	font-size: 10px;
}
textarea {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	font-size: 10px;
}

/***************** LINKS *****************/


a {
	color: #A4AAAF;
	text-decoration: none;
	border: 0px solid;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #A4AAAF;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid;
}
a:visited {
	color: #A4AAAF;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}
a:active {
	color: #A4AAAF;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}
a:hover {
	color: #404040;
	font-weight: bold;
}

/***************** BORDA IMAGENS *****************/
.borda {
	padding: 5px;
    margin-top: 6px;
	margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 0px;
	background-color: #transparent;
	border: 1px solid #CCCCCC;
}

.borda2 {
	padding: 5px;
    margin-top: 2px;
	margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 0px;
	background-color: #transparent;
border: 0px;
}


/***************** LINKS-PAGINAS *****************/


#links a {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px solid;
	font-size: 12px;
	font-weight: bold;
}
#links a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid;
}
#links a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}
#links a:active {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}
#links a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A4AAAF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #7a7869;
}


/***************** PERSONAGENS *****************/

.coluna1 {
	width: 50%;
	float: left;
}
.coluna2 {
	width: 50%;
	float: right;
}