@charset "utf-8";
/* CSS Document */

a:link, a:hover, a:visited {
	color: #660000;
}

ol, ul, li  {
	margin: 0;
	padding: 0;
}

#indexContent  {
	width: 562px;
	height: 357px;
	position: relative;
	background: url(../graphics/homepage5.jpg) no-repeat center;
}

#indexContent p {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 25px;
	position: absolute;
	padding: 0 35px;
	bottom: 15;
}

#editable {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#editable h2 {
	font-weight: normal;
}

#editable a:link, #editable a:visited  {

		color: #CD7C78;
	}

#editable a:hover {
	color: #FFFFFF;
}

ol#news li {
list-style-type: circle;
margin-left: 15px;
padding-bottom: 10px;
clear: both;
}

ol#news li img  {
	float: right;
	margin: 0 0 18px 10px;
}

#siteInfo  {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
	



