body {
	background-color: #002323;
	color: #ffffff;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	cursor: default;
}

a {color: #ffffff;}
a:hover {text-decoration: none; color: #ffffff;}

img {
	border: 0;
}

h1 {
	font-size:25px; color: #ffffff;
}

h2 {
	font-size:25px; color: #489eff; margin: 1px;
}


.cf {
	clear: both;
	height: 0;
	overflow: hidden;
}

.c1 {color: #ffffff;}

.block {
	margin: auto;
}
.mthumbs {
	width: 986px;
	margin: auto;
	text-align: center;
}
.mthumbs .block a {
	float: left;
}
.mthumbs .block a div {
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 2px;
	background-color: #000000;
	cursor: pointer;
}
.mthumbs .block a:hover div {
	border: 1px dotted #cccccc;
}
.mthumbs .block a div img {
	width: 240px;
	height: 180px;
}