@charset "utf-8";

body {
	background-color: #6F2D73;
	margin:0px;
	height:100%;
}

.masthead {
	font-size:2.5em;
}

.submast {
	font-size:2.0em;
}

.left {
	float:left; 
	width:20%; 
	height:100%;
	background-image:url('images/left_bg2a.jpg');
	background-repeat:no-repeat;
	background-position:-100px -100px;	
	background-color: #5B390B; 
	color: #F0D7F2; 
	text-align:center;
}

.inner_left {
	padding:20px 10px 0px;
	height:100%;
}

.main2 {
	text-align:center;
	background-image:url('images/back1.jpg');
	background-repeat:repeat-x;
	float:left; 
	width:60%; 
	height:100%;
	background-color: #F8D4A5; 
	font-face: Garamond;
	color:#5B390B;
	text-align: left;	
	margin:0px;
}

.main3 {
	text-align:center;
	padding: 16px;
	background-image:url('images/back3.png');
	background-repeat:no-repeat;
	background-position:top right;
}

.right {
	float:left; 
	width:20%; 
	height:100%;
	background-image:url('images/right_bg2a.jpg');
	background-repeat:no-repeat;
	background-position:-100px -100px;
	background-color:#5A0B0D; 
	color:#F8ECDC;
}

.inner_right {
	padding:20px 10px 0px;
	height:100%;
}

.line_space {
	height:30px;
}


.line_halfspace {
	height:15px;
}


.ouro {
	border:9px solid #6F2D73;
}

.book_bg {
	background-color:#F8DCDC;
}

.body_text {
	text-align:left;
}

a:link {
	color:#6F2D73;
	text-decoration:none;
}

a:visited {
	color:#6F2D73;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:red;
	text-decoration:none;
}





a:link.light {
	color:#F8D4A5;
	text-decoration:none;
}

a:visited.light {
	color:#F8D4A5;
	text-decoration:none;
}

a:hover.light {
	text-decoration:underline;
}

a:active.light {
	color:red;
	text-decoration:none;
}
