/* layout specs */

body {
	background-color: #FBF7F6;
	font-family: "Libra Semi Sans SSi", "Lucida Sans", "Trebuchet MS", "Helvetica", sans-serif;
	text-align: center;
	margin: 0px;
}

#wraper {
	margin: 0px auto 0px auto;
	width: 775px;
}

#header {
	background-color: #F90;
	height: 100px;
}

#body {
	background-color: #EDEDED;
	background-image: url("../img/body_back.png");
	background-repeat: repeat-x;
	text-align: left;
	width: 100%;
}

/* specific layout specs */

#calendario_wraper {
	background-color: #FFF;
	width: 182px;
	margin-left: 5px;
	padding: 0px 3px 3px 3px;
	border-right: 1px solid #D3D4D6;
	border-bottom: 1px solid #D3D4D6;
	border-left: 1px solid #F7F7F7;
	float: left;
}
	
	#calendario {
		background-color: #D9DADC;
		border-right: 1px solid #DFDFDF;
		border-bottom: 1px solid #DFDFDF;
		border-top: 1px solid #A9A9A9;
		border-left: 1px solid #A9A9A9;
		height: 350px;
		overflow: auto;
		text-align: center;
		font-size: 12px;
	}
	
	#calendario hr {
		margin: 10px auto 10px auto;
	}
	
	#title_calendario {
		background-color: #BCBDC1;
		height: 28px;
		background-image: url("../img/calendario_title.png");
		background-position: center center;
		background-repeat: no-repeat;
	}
	
#core_wraper {
	float: left;
}

	#foto {
		width: 575px;
		height: 173px;
		background-image: url("../img/foto.jpg");
		background-repeat: no-repeat;
		background-position: center -2px;
	}
	
	#main_content {
		width: 350px;
		border-right: 3px solid #700;
		background-image: url("../img/main_content_back.png");
		background-repeat: repeat-x;
	}
		
		#main_content h1 {
			font-size: 14px;
			font-weight: bold;
			padding: 9px 0px 4px 10px;
			font-family: "Libra Semi Sans SSi", "Lucida Sans", "Trebuchet MS", "Helvetica", sans-serif;
			background-image: url("../img/main_content_title_back.png");
			background-repeat: repeat-y;
			height: 20px;
			color: #FFF;
			margin: 0px;
		}
		
		#main_content .title_action {
			float: right;
			margin-right: -10px;
			margin-top: 12px;
			padding-right: 10px;
			color: white;
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;
			font-family: "Libra Semi Sans SSi", "Lucida Sans", "Trebuchet MS", "Helvetica", sans-serif;
		}
	
	#news_box {
		background-image: url("../img/news_box.png");
		background-repeat: no-repeat;
		height: 172px;
		width: 186px;
		border-left: 2px solid #FFF;
	}
	
		#news_mail {
			width: 165px;
			height: 18px;
			position: relative;
			top: 117px;
			left: 13px;
		}
		
		#news_submit {
			position: relative;
			top: 115px;
			left: 167px;
			width: 16px;
			height: 16px;
			cursor: pointer;
			background-image: url("../img/botao.gif");
			background-color: transparent;
			border: 0px solid;
			background-repeat: no-repeat;
		}

	
#footer {
	height: 50px;
	clear: both;
	margin-top: 10px;
	background-image: url("../img/footer.jpg");
}

/* elements specs */

img {
	margin: 0px;
	border: 0px;
}

	
hr {
	margin: auto auto auto auto;
	width: 70%;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

/* treco cinza: 360px */
