@charset "UTF-8";
/* CSS Document */

html {
	margin: auto;
}

body {
	margin: auto;
	background-color: #534c4c;
}

#container {
	margin: auto;
	padding-top: 50px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

#banner-image {
	display: none;
}

#banner {
	margin: auto;
	margin-top: 30px;
	padding: 340px 15px 15px 15px;
	width: 620px;
	height: 77px;
	background-image: url(../_img/home/home-back-650.jpg);
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	}
	#banner #notices {
		width: 620px;
		height: 77px;
		margin: auto;
		margin-top: 0;
		margin-bottom: 0;
		border: solid 1px #B2B2B2;
	}
		#banner #notices #text {
			padding: 2px 5px 2px 5px;
			text-align: center;
		}
		#banner #notices #text p, #banner #notices #text a{
			margin: 3px 0 3px 0;
			color: #FFF;
			font-size: 16px;
			font-weight: normal;
			text-align: center;
			text-decoration: none;
		}
		#banner #notices #text a:hover{
			text-decoration: underline;
		}


a {
	color: #54b948;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	margin: 0;
}
	h1 .light {font-weight: lighter;}
	h1 .heavy {font-weight: bold;}

h2 {
	font-size: 13px;
	margin: 0;
}

#footer {
	clear: left;
	margin: auto;
	padding: 15px;
	text-align: center;
}

#footer p, #footer a, #footer a:hover {
	font-size: 11px;
	font-weight: normal;
	margin-top: 25px;
}

#footer p, #footer a {
	color: #888383;
}

#footer a:hover {
	color: #FFF;
}

#footer a, #footer a:hover {
	text-decoration: underline;
	
} 