@charset "utf-8";
/* CSS Document */

body {
	background-color:#E7E7E7;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	width:625px;
	margin:0 auto;
}

#header {
	width:625px;
	height:130px;
}

#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	padding:5px 40px;
}

.float-right{
	float:right;
	margin-left:40px;
}

#footer {
	width:625px;
	height:76px;
	color:#00533E;
	font-weight:bold;
	font-size:14px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	padding-top:35px;
	text-align:center;
	line-height:20px;
}

a {
	color:#00533E;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#00533E;
	text-align:center;
}
