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

body {
	background-image:url(images/backgroundhome.png);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#container {
	width: 900px;
	height: 850px;
	margin-left: 150px;
	margin-top: 300px;
	
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #545456;
	margin-top: 195px;
	width: 900px;
	margin-left: 350px;
}

ul {
	list-style: none;
	line-height: 35px;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
}

li.sustain {
	padding-top: 2px;
	
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #545456;
	font-size: 10px;
	padding-left: 5px;
	margin-top: 390px;

}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #C06;
	text-decoration: none;
}

#content {
	width: 500px;
	height: 400px;
	float: right;
	margin-top: 50px;
	margin-right: 230px;
	padding-left: 2px;	
}
	
#of {
	color: #333;
}
	
	
#fnav li {
	display: inline;
	text-decoration: none;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#fnav {
	border: #CCC thin solid;
	background-color: #FFF;
	text-align: center;
}

#bnav {
	text-align: center;
}