/*#############################################################
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: #FF3300;
	
}

p a {
	background-color:#FFFFCC;
	
	text-decoration:none;
}

a.ext {color: #000000; text-decoration:none;}

a.norm {color:#FFFFFF;}

a:hover {
	color: #3366CC;
}

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;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin:0;
	text-align:center; /* hack para o IE */	
}

img.meio{  
	border: 0px;
	vertical-align:middle;
	
	
}

p.alig32 {
	text-align:justify;
	line-height:1.8em;
	text-indent: 50px;

}


p.aviso {
	text-align:justify;
	line-height:1.8em;

}


p.assinatura {

text-align:right;
line-height:1.8em;
font-weight:bold;
margin-top:15px;

}

#especial
	{
		width:304px;
		margin:auto;
	}
	
	
	div.size a{
	padding: 4px;
	border: 1px solid #666;
	font-size: 11px;
	font-weight: bold;
	margin-right: 7px;
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	background: #fff;
}
div.size a:hover{ 
	background: #666;
	border-color: #222;
	color: #fff;
	cursor: pointer;
}

	
	

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;
}

