#container {
	width: 750px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 550px;
}
#home_link {
	height: 300px;
	width: 400px;
	float: right;
}

#nav {
	float: left;
	width: 325px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#contentarea {
	float: left;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content {
	width: 510px;
	margin-right: 115px;
	margin-left: 115px;
	color: #000;
	background-color: #FF5800;
	padding-right: 5px;
	padding-left: 5px;
	border: thin none #333;
	float: left;
}
#footer {
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	height: 125px;
	width: 680px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #000;
	color: #FFF;
}
a {
	color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}

#container #contentarea #content img {
	border: medium solid #FFF;
	margin: 7px;
}
#container #contentarea #content table {
	text-align: left;
	float: left;
}
