html,body{
   	margin:0;
	padding:0;
	font-family: Arial, Sans;
}

h1,h2,h3,h4,h5,h6{
	color:#ac1f25;
	margin-top:0;
	margin-bottom:10px;
}

h1{
	font-family: Arial Black, Arial, Sans;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}

a{
	color: #ac1f25;
	text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

ul.news{
  margin:10px 0;
	padding-left:25px;
	font-size: 14px;
	line-height: 20px;
}

ul.news li a{

}


ul.news span.date{
  font-size:12px;
	padding-left:5px;
	color:#555;
}

#container{
	width:950px;
	background-color:white;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}

#menu{
	float:left;
	background-color: #ac1f25;
	width: 180px;
	margin-top:210px;
	background-image: url(../images/big-green.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:320px;
}

#menu ul{
	padding:0;
	margin:0;
	list-style: none;
}

#menu ul li{
	width:160px;
	margin:auto 10px;
	height: 24px;
}

#menu ul li a{
	text-decoration: none;
	display:block;
	background-image: url(../images/menu.jpg);
	background-position: center top;
	height: 24px;
	text-align: center;
	color: white;
	font-size: .8em;
	font-weight: bold;
}

#menu ul li a:hover{
    background-image: url(../images/menu2.jpg);
}

#content{
	float:left;
	margin-top:155px;
	margin-left:35px;
	width: 500px;
	font-size: 1.05em;
	padding-bottom: 10px;
}
#content p{
	margin-bottom:10px;
	margin-top:0;
}

input, textarea{
    width: 250px;
}

#captchaentry{
    width:130px;
}


#right{
	float: left;
	width: 230px;
    margin-top:260px;
	text-align:center;
}

#right img{
    margin-top:25px;
}

#footer{
	clear:both;
	border-top:1px solid black;
	font-size:0.7em;
	margin-left:215px;
	padding-top:10px;
	width: 500px;
	text-align: center;
}

#footer .contact{
    font-weight: bold;
	color:#ac1f25;
	font-size:1.2em;
	line-height: 1.8em;
}

#footer .contact a{
    color: #ac1f25;
}

#orphans{
	clear:both;
	font-size:0.7em;
	margin-left:215px;
	margin-bottom:20px;
	width: 500px;
	text-align: center;
}

#orphans a{
    color:grey;
}

#orphans a:hover{
    text-decoration:underline;
}

