@charset "utf-8";
/* CSS Document */
body	{
	margin: 30px;
	padding: 0px;
	background: url('images/back1.jpg') no-repeat #3f4a55;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	color:#579;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	font-weight: bold;
}
#container {
	margin: 0px auto 0 auto;
	position: relative;
	width:780px;
}
#header1 {
	margin: 0px auto 0 auto;
	width: 770px;
	background-image: url(images/mw_02.png);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: bottom;
}
#time1 {
	text-align: right;
	width: 750px;
	height: 30px;
	vertical-align: bottom;
}
.time1 {
	vertical-align: bottom;
	color: #FFFFFF;
	margin-bottom: 0px;

}
#header2 {
	margin: 0px auto 0 auto;
	width: 770px;
	background-image: url(images/mw_03.png);
	background-repeat: repeat-x;
	height: 50px;
}
#header3 {
	margin: 0px auto 0 auto;
	width: 770px;
	background-image: url(images/mw_06.png);
	background-repeat: repeat-x;
	height: 43px;
}
#main {
	margin: 0px auto 0 auto;
	width: 770px;
	background-image: url(images/mw_07.png);
	height: 200px;
	text-align: center;
	padding-top: 75px;
}
#footer1 {
	margin: 0px auto 0 auto;
	width: 770px;
	background-image: url(images/mw_10.png);
	height: 21px;
}
#footer {
	margin: 0px auto 0 auto;
	width: 770px;
	background-image: url(images/mw_11.png);
	height: 50px;
	text-align: center;
	padding-top: 35px;
}

