body {
background-image:url(/background01.png);
background-repeat:repeat;
	font-family:Calibri; 
	text-align:justify;
	font-size: 13px; 
	color: #af3939;
	margin: 10px auto; 
	padding: 0px;
	background-attachment:fixed;
}
p {margin:0px 0px 15px;}
.left { float:left;}
.right { float:right;}
.spacer { clear:both;}

/* MAIN
----------------------------------------------------- */
#container {
	margin: 0px auto;
	padding: 5px 5px;
	width:818px;
	background: #fff; /*subtlepatterns*/
}

#header{
    margin: 0px auto;
    width:818px;
    height:350px;
	background-image:url(header_april.png);
	background-repeat:no-repeat;

}

#affis{
    margin: -100px 0px 0px 715px;
    width:90px;
    height:100px;
	padding:5px;
	text-align:center;
}

/* CONTENT
----------------------------------------------------- */

#content{
	text-align: justify;
	width:780px;
	margin:0px auto 0px;
	padding:5px 10px;
	min-height:550px;
	float: left;
}

#content h1{
	color: #af3939;
	font-size: 20px;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight:normal;
	padding:0px 10px 0px 0px;
	height:24px;
	text-align:right;
	line-height:24px;
	text-transform: uppercase;
	margin:0px;
}

#content h2 {
	font-size: 12px;
	color:#af3939;
	letter-spacing: 2px;
	margin:0px; 
	text-transform: uppercase;
	font-weight:lighter;
	font-family: geogia;
}



#content h4 {
	color:#af3939;
	padding:2px;
	text-transform:uppercase;
	font-size:12px;
	border-top:2px dashed #2162a0;
	margin:0px 0px 10px;
	border-radius:0px 100px 0px 0px;
}

#content b {color:#2162a0;}
#content strong { color: #2162a0; }
#content i, em {color: #2162a0;}
#content u {text-decoration:none; border-bottom:2px solid #af3939;}
#content s {color:#2162a0;}
	

/* FOOTER
----------------------------------------------------- */
#footer{
	clear : both;
	color : #af3939;
	letter-spacing: 3px;
	font-size: 10px;
	margin:0px;
	text-align:center;
	height:150px;
	line-height:12px;
	padding:0px 0px;
	text-transform:uppercase;
	background-image:url(footer_april.png);
	background-repeat:no-repeat;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color: #af3939;
}

#footer a:hover {
	text-decoration:none;
	color: #af3939;
}

/* NAVIGATION
----------------------------------------------------- */
#navigation{
	color : #af3939;
	width:240px;
	margin:4px -230px 0px 0px;
	font-size:11px;
	letter-spacing:1px;
	float: right;

}

#navigation a.nav:link, #navigation a.nav:active, #navigation a.nav:visited {
	text-decoration:none;
	color: #af3939;
	background:#fdc0c0;
	float: right;
	width:44%;
	padding:2px 4px;
	margin:1px 2px;
	text-align:center;
	text-transform:uppercase;
			border-radius:10px;
}


#navigation a.nav:hover {
	text-decoration:none;
	color: #af3939;
			border-radius:10px;
}


#navigation #box {
	margin:0px 0px 10px;
	padding:3px;
	border:#CCCCCC;
	float: right;
	background:#FFFFFF;
			border-radius:5px;
}

#navigation h1 {
	color:#ffffff;
	background:#ed4a4a;
	padding:2px;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	margin:0px 0px 3px;
	letter-spacing:3px;
		border-radius:25px;
}
