body {
	background: url('/images/bg.jpg');
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #373737;
}

#header {
	width: 100%px;
	height: 192px;
	background: #ffffff;
	margin: 0 auto;
	background: url('/images/header_3.jpg') no-repeat center;
}

#site {
	position: relative;
	clear: both;
	width: 1005px;
	margin: 50px auto;
	border: 10px solid #c8c8c8;
	overflow: hidden;
}

#content {
	width: 1005px;
//	float: left;
	background: #92867f;
}

#menu {
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
}

#menu img {
	border: 0;
}

.front-menu { 
	text-align: center;
	width: 100%;
	margin: 0 0 20px 0;
}

#main {
	width: 975px;
	padding: 15px;
}

#main img {
	border: 1px solid #c8c8c8;
	text-align: center;
	margin-top: 10px;
}

#main h2 {
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	padding: 0;
}

.center {
	text-align: center;
}

#footer a { 
	color: #333333;
	font-weight: bold;
	text-decoration: none }
