/**
* PUBLISITE CMS
* ---------------------------
* @author	Thiago Ricieri
* @creation	21/06/2007
* ---------------------------
* made by Publisite (http://www.publisite.com.br)
*/

/*
* Elementos
*/
body {
	color: #6d6e71;
	background-color: #671122;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;}
	
a:link,
a:visited {
	color: #f73058;
	text-decoration: none;}
	
a:hover,
a:active {
	text-decoration: underline;}
	
h1 {
	background-image: url(../images/beth-symbol.jpg);
	background-position: left;
	background-repeat: no-repeat;
	clear: both;
	color: #e94777;
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 25px;}
	
	h1 span {
		color: #6d6e71;}
	
h2 {
	color: #039;
	line-height: normal;}
	
/**
* Estruturas
*/
#container {
	left: 50%;
	margin-left: -370px;
	margin-top: 100px;
	position: absolute;
	width: 740px;}
	
	#welcome {
		text-align: center;}
		
		#welcome .title {
			background-color: #FEE5E9;}
			
		#welcome .content {
			height: 263px;
			margin-top: 10px;}
			
			#welcome a {
				margin-left: 10px;}
		
	.footnote {
		color: #fee5ea;
		font-size: 10px;
		margin: 0 60px;
		text-align: left;}
		
		.footnote a {
			color: #fee5ea;}
		
		.footnote span.publisite {
			float: right;}
		
	#menu {
		left: 0;
		height: 222px;
		margin-top: 70px;
		position: absolute;
		width: 100%;}
		
	#body {
		left: 50%;
		margin-left: -370px;
		position: absolute;
		top: 303px;
		width: 740px;}
		
			.beth {
				padding: 27px;}
				
				.citation {
					color: #6d6e71;
					text-align: right;}
					
					.citation span {
						color: #f73058;}
			
			#frame .content {
				margin-left: 25px;}
				
				.text {
					margin-bottom: 20px}
					
					.text span.date {
						color: #f73058;
						display: block;
						font-size: 10px;}
						
					.text a {
						display: block;
						font-size: 10px;}
						
					.text img {
						float: left;
						margin-right: 10px;}
			
		.left {
			float: left;
			margin-right: 30px;
			width: 250px;}
			
		.right {
			float: left;
			padding-left: 40px;
			width: 404px;}
			
			.link-block {
				float: left;
				width: 90px;}
				
				.link-block a {
					display: block;
					line-height: 20px;}
		
		#frame {
			background-color: #fee5ea;
			padding: 8px;
			/*height: 220px;*/
			overflow: auto;
			width: 724px;}
			
		#body .footnote {
			margin: 7px 0;}
	
/*
* Estilos
*/
.clean {
	clear: left;}