@charset "utf-8";
body {
	background-color: #FF7F00;
	background-image: url(orangebg.jpg);
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	overflow: visible;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Arial Rounded MT Bold";
	font-size: 36px;
}
#content {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FF9900;
}
#footer {
	margin-top: 12px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#logo {
	height: 140px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	height: 30px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FF9900;
}
#news {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	float: left;
	width: 400px;
	background-color: #FFFFFF;
}
#about {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	float: right;
	width: 250px;
	background-image: url(homebg.png);
	height: 600px;
	background-color: #FFEACE;
}

