body {
	text-align: center;
	color: #4B4141;
	background: url(bg.jpg) repeat;
}

#wrapper {
text-align: center;
width: 820px;
margin: 0 auto;
font-family: Georgia;
font-size: 15px;
position: relative;
}

#intro {
text-align: center;
margin: 0 auto;
font-family: Georgia;
font-size: 15px;
position: relative;
}

#intro:first-letter {
color: #BC145B;
font-style: italic;
font-size: 25px;
font-weight: bolder;
}

h1 {
	margin: 0px;
	font: 40px Georgia;
	font-weight: bold;
	padding-top: 0px;
	color: #A47A7A;
	text-align:center;
	text-decoration: none;
}


b
{color: #BC145B;
font-weight: normal;
}


a
{color: #BC145B;
font-weight: normal;
text-decoration: underline;
}

a:hover
{color: #BC145B;
font-weight: normal;
text-decoration: none;
}

#news {
text-align: center;
margin: 0 auto;
font-family: arial;
font-size: 12px;
position: relative;
}



#imageMenu {
	height: 240px;
	overflow: hidden;
	padding: 10px 0 5px 0px;
	border-style: none;
	 margin: 0 auto;
  width: 817px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	border-bottom: 1px solid #A47A7A;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top: 1px solid #A47A7A;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #A47A7A;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:133px;
	height: 200px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
	background: url(1.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(2.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(3.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(4.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(5.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(6.jpg) repeat scroll 0%;
	border-right-style: none;
}


.clear {
	clear: both;
}


