body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

h1 {	
	color: #000000;
	font-family: helvetica, verdana, sans-serif;
	font-size:30px; 
	margin-top: 7px;
	margin-bottom: 22px;
}

p {
	color: #404040;
	font-size:14px; font-family: helvetica, verdana, sans-serif;
	margin-bottom: 18px;
	max-width:740px;

}

#main {
	background: url('images/background.jpg') no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 10px 0 0 0;
	width: 1000px;
	height: 750px;
	text-align:center;
}

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

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

a:hover {
	color:#d8262c;text-decoration : underline;
	font-weight: normal;

}

a:active {
	color:#d8262c;text-decoration : underline;
	font-weight: normal;

}

#page {
	background: url('images/pageback.jpg') no-repeat;
	width: 508px;
	height: 399px;
	padding: 5px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
}

#text {
	padding: 15px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

#menu {
	width: 930px;
	text-align:center;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:22px;
	height: 41px;
	position: relative;
	left: 0px;
	top: 0px;
	clear:both;
}

#menu img {
	border: 0;
}

#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;
	float: left;
	height: 41px;
}

#menu a {
	display: block;
	border: 0;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

div#menu ul li:hover ul {
	display: block;
}

#thebuttons {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 480px;
}

.mo {
	opacity:0.4;filter:alpha(opacity=40)
}

.mo:hover {
	opacity:1;filter:alpha(opacity=100)
}

.casth {
	font-size: 14px;
}