#menu {
	width: 980px;
	height: 60px;
	margin: 1 auto;
	align: left;
	
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: #ce000c;
	color: #FFFFFF;
	
}

#menu a:hover, #menu .active a {
	background: #d27b83;
	color: #FFFFFF;
	
}


p {
color: #000000;
font-family: Arial;
font-size: 11pt;
text-align: justify;
}

.rite {
color: #000000;
font-family: Arial;
font-size: 12pt;
text-align: justify;
}

body
{


/*
background-image:url('images/background.jpg');
background-position: top right; 
background-repeat: no-repeat;
*/

background-color:#c40606;


/*
scrollbar-face-color:#000000;
scrollbar-arrow-color:#c0c0f9;
scrollbar-track-color:#c0c0f9;
scrollbar-shadow-color:#c0c0f9;
scrollbar-highlight-color:#b7b87c;
scrollbar-3dlight-color:#333333;
scrollbar-darkshadow-Color:#000000
*/

}

.title
{
font-family: Monotype Corsiva;
font-size:16pt; 
color: #6c6cba;
font-style: bold;
}