/*#############################################################
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {
	min-height: 100%;

}
a {
	text-decoration:none;
	color:#999999;
}
a:hover {
	text-decoration:underline;
	color:#52658D;
}
a.ancora {
	text-decoration:none;
	color:#999999;
}
a:hover.ancora {
	text-decoration:none;
	color:#999999;
}
body {
	background: url(../imagens/bg.jpg) top center fixed;
	background-color: #E23137;
	font: 14px Arial, sans-serif;
	margin: 0px;
	color: #999999;
	padding-top:0px;
	padding-bottom:0px;
}
p, code {
	padding-bottom: 4px;
}
li {
	list-style: square;
}
h1 {
	font: 18px Arial, sans-serif;
	color:#999999;
	padding-top: 6px;
	margin: 2px;
	border-bottom: 2px solid #999999;
}
h2 {
	font: italic bold 18px Arial, sans-serif;
}

blockquote {
	background: url(../imagens/quote.gif) no-repeat;
	font: 16px Arial, sans-serif;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
.descr {
	color: #999999;
	font-style:italic;
	font-size: 14px;
	margin-bottom: 12px;
}

.divbottom {
	font: 14px;
	color:#999999;
	margin-top: 5px;
	text-align: center;
}

a.bot {
	text-decoration:none;
	color:white;
}
a:hover.bot {
	text-decoration:underline;
	color:#999999;
}
/* misc */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* title */
.header {
	text-align: center;
	background: url(../imagens/top.jpg) center top;
	background-color: #EFEFEF;
	height: 124px;
}

.barra {
	background-color: #AC3335;
	height: 10px;
}


/* structure */
.main {
	border-top: 4px solid #FFF;
}

.container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 860px;
	text-align: center;
	padding: 20px;
}

.container_banner {
	margin: 0 auto;
	width: 900px;
	height: 100%;
	text-align: center center;
}

/* content */
.content {
	text-align: left;
	width: 100%;
	height: 100%;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../imagens/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: Arial, sans-serif;
}

/* contentside */
.contentside {
	text-align: left;
	float: left;
	width: 650px;
	height: 100%;
}

/* sub navigation */
.sidenav {
	text-align: left;
	float: right;
	width: 180px;
	margin:auto;

}
ul {
	padding: 0px 20px 20px 20px;
}
li {

}
li a {
	color: #999999;
	display: block;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	width: 100%;
}
li a:hover {
	text-decoration: none;
	background: #E23137;
	color: #FFFFFF;
}

/* footer */
.footermenu {
	color: #FFFFFF;
	margin:auto;
	padding-top: 20px;
	width: 860px;
	text-align: center;
}

.footer a, .footer a:hover {
	color: #FFFFFF;
}

/* creditos */
a.bot {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover.bot {
	text-decoration:underline;
	color: #CCCCCC;
}