/* CSS Document */

body{
color:#5f0031;
font-family: Arial, Helvetica, sans-serif;
background: #c8dd68;
}
a{
color: #5f0031;
}
a:hover{
color: #b80a30;
}
#menu a{
	color: #b80a30;
	text-decoration: none;
}
#menu a:hover{
	color: #f7f4e2;
}
.page{
margin-left: 100px; 
margin-right: 100px; 
margin-top: 40px; 
background-repeat:no-repeat; 
background-position: center bottom; 
}
.footer{
font-size: 80%;
height:79px;
text-align: center;
font-style: italic;
padding-bottom: 30px;
}
#cap {font-size:50px; color:#b80a30; font-weight:bold; float:left; height:34px; line-height:40px; margin-top:2px; margin-right:1px;}
* html #cap {margin-right:-2px; margin-top:3px;}
