/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

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

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a.ext {color: #000000; text-decoration:none;}

a.norm {color:#FFFFFF;}

a:hover {color: #9A6;}

a.ext:hover {color: #000099; text-decoration:none;}

input:focus {
	color:#0099CC;
	font-weight:bold;
}

body {
	background:url(img/bgnew.gif) repeat-y;
	background-position: center top;
	color: #333333;
	margin:0;
	text-align:center; /* hack para o IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

img.meio{  
	border: 0px;
	vertical-align:middle;
	
	
}

p.alig32 {

text-align:justify;
line-height:1.8em;

}

#especial
	{
		width:304px;
		margin:auto;
	}

p,ul {
	padding-bottom: 1em;
}


h1 {font-size: 1.2em;}


h1,h2,h3 {color: #994;}


/* misc */
.clearer {clear: both;}

.main_right {
padding: 6px 10px 2px;
background-color:#89866F;

}
.main .padded {
	padding: 18px 24px;
	width:591px;
	background-color:#FFFFFF;
}

.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {
	float: right;
}

/* structure */
.container {
	font-size: 1.2em;
	/*background: url(img/bgcontainer.gif) repeat-y;*/
	margin: 0 auto;
	width: 640px;
	border: 12px solid #000000;
	text-align:left; /* "remédio" para o hack do IE */
	
}

/* header */
.header2 {
	float: left;
	width: 640px;
	background: url(img/headernovo.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
}

/* manha */
.header {
	text-align: center;
}


.main {
	float: left;
	width: 480px;
}
.main_right {
	float: left;
	width: 160px;
	/*color: #CCC;*/
}

/* footer */

.footer {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 39px;
	/*width: 100%;*/
	width: 639px;
	text-align: center;
	background-image: url(img/footer2.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}

.footer .left,.footer .right {padding: 0 16px;}

.footer a {
	color: #FF9900;
}

.footer a:hover {
	color: #00FF00;
}

