/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: transparent url(background.jpg) no-repeat scroll center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #444;
	height: 100%;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #091577;  }
a:hover { border-bottom: 1px dotted #091577; color: #091577; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 900px;
	background: #fff;
	padding: 10px;
	border: 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#barrasopra {
	width: 100%;
	height: 20px;
	background: url(barrasopra.jpg) repeat-x;
	}	

#header {
	width: 880px;
	height: 132px;
	margin-left: 10px;
	background: url(logo.jpg) no-repeat;
	text-align: right;
	font-size: 14px;
	}	

	#img {
	width: 880px;
	height: 170px;
	margin-left: 10px;
	border-top: 5px solid #091577;
	border-bottom: 10px solid #091577;
	margin-bottom: 15px;
	}	

	#img-home {
	width: 880px;
	height: 290px;
	margin-left: 10px;
	border-top: 5px solid #091577;
	border-bottom: 10px solid #091577;
	margin-bottom: 15px;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	
	width: 890px;
	height: 30px;
	background: url('menu.jpg') no-repeat; 
	border:0;
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-left: 10px;
	
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	border: 0;
	letter-spacing: 2px;
	padding: 3px 12px;
	height: 24px;
	font-size: 11px;
	float: left;
	}
#nav li a:hover { background: url(hover.jpg) repeat-x; color: #091577; }
#nav li a.on { background: url(hover.jpg) repeat-x; color: #091577;  }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 315px;
	line-height: 20px; 
	background: #fff;
	color: #000;
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	}

#text {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #0f4000;
    background: #CCCCCC;
    border: 1px solid #000000;
    padding-right: 5px;
    padding-left: 5px;
    width: 140px;
    }
	
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 545px;
	background: #fff;
	line-height: 20px; 
	text-align: left; 
	margin-left: 10px; 
	padding-right: 10px;
	padding-bottom: 25px;
	}	

#title {
	float: left;
	width: 100%;
	font-weight: bold;
	background: #fff;
	text-align: left; 
	font-size: 16px;
	color: #091577;
	letter-spacing: 3px;	
	word-spacing: 3px;
	border-bottom: 1px dotted #091577;
	margin-bottom: 10px;
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	width: 100%;
	background: #091577 url(footer.jpg) repeat-x;
	text-align: center;	
	color: #C7AA27;
	font-size: 11px;
	line-height: 16px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#footer a { text-decoration: none; color: #FFF;  }
#footer a:hover {border-bottom: 1px dotted #FFF; color: #fff; }

