/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
*{
	margin:0px;
	text-decoration:none;
	font-weight:900;
}

html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image:url(../images/fera_05.jpg);
}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {
	color: #FFFFFF;
}
a:hover {color:#FFFFFF;} 
a:visited {color: #FFFFFF;}
img {border: 0 none;} 


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

#bkg{
	background-image:url(../images/fera_01.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:800px;
}
#banner_sup{
	width:580px;
	height:150px;
	margin-top:150px;
	margin-left:230px;
}
#menu{
	width:160px;
	height:100%;
	float:left;
	margin-top:110px;
	padding-left:10px;
	margin-bottom:20px;
}
#conteudo{
	width:630px;
	height:100%;
	margin-top:50px;
	margin-left:180px;
	padding-bottom:20px;
}
#banner{
	margin-top:-100px;
	width:630px;
	height:180px;
	margin-left:180px;
}
#banner h3{
	background-image:url(../images/fotos.jpg);
	height:32px;
	width:603px;
	text-indent:-9999px;
}
