@charset "utf-8";
.container {
	background-image: url(../images/bg_container.png);
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../images/bg_header1.png);
	height: 161px;
	width: 950px;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.rounded_edges {
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid black;
	background-color:#F8D39A;
	text-align: left;
      }
.rounded_edges1 {
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid black;
	background-color:#F8D39A;
	text-align: center;
      }
.footer {
	width: 900px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_footer.png);
	text-align:left;
	font-size: 11px;
	text-decoration: none;
	padding-left: 50px;
}
.footer p a {
	color: #000;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.footer p a:hover {
	text-decoration: underline;
	margin-right: auto;
	margin-left: auto;
}		
body {	
	background-image: url(../images/bg_body_orange.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #F00;
}
h2 {
	font-size: 20px;
	text-align: center;
}
