body {
	background-image: url(images/bg.png);
	margin: 0px;
	margin-top: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #bc0c14;
	font-size: 12px;
}

a:hover {
	color: #fb2630;
	text-decoration: underline;
}

h3 {
	padding: 5px;
	color: #cc3366;
	margin: 0;
}

.mn {
	font-weight: 0px;
	color: #ffffff;
	padding-left: 8px;
	padding:10px;
	margin: 0px;
	height: 13px;
	background-color: #aaaaaa;
float:left;	
}

.mn a {
	font-size: 11px;
	color: #ffffff;
	padding: 10px;
	margin: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #888888;
}

.mn a:hover {
	background-color: #000000;
	text-decoration: none;
}

#wrap {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background-color: #aaaaaa;
	float: left;
}

#header {
	background-image: url(images/logo_bg2.png);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}

#logo {
	background-image: url(images/logo.png );
	background-repeat: no-repeat;
	height: 120px;
	width: 312px;
	text-indent: -2000px;
	float: left;
	margin-left: 10px;
}
#logo h4 {text-indent: -2000px;}
#buttons {
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
	font-size: 10px;
}

#buttons a {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}

#buttons a:hover {
	color: #339933;
	text-decoration: underline;
}

#buttons a.dil {
	text-decoration: none;
	font-size: 11px;
	color: #990000;
}

#buttons a:hover .dil {
	color: #00CC00;
}

#content {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}

.content {
	padding: 10px;
}

.thumb {
	float: left;
	width: 110px;
	height: 110px;
	overflow: hidden;
}

#footer {
	background-color: #e0e0e0;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	float: left;
}

#footer p {
	text-align: center;
	vertical-align: baseline;
	padding: 10px;
	color: #616161;
	line-height: 15px;
	font-size: 10px;
}

.sm {
	list-style: none;
	width: 700px;
	height: 225px;
	display: block;
	overflow: hidden
}

.sm li {
	float: left;
	display: inline;
	overflow: hidden
}

.sm img {
	border: 0;
}