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


 {
	margin-right: auto;
	width: 800px;
	margin-left: auto;
}
#nav {
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 80px;
}
#logo {
	width: 170px;
	float: left;
	height: 270px;
	background-color: #FFFFFF;
	text-align: center;
}
#content {
	background-color: #FFFFFF;
	float: right;
	width: 610px;
	padding: 10px;
	margin: 0px;
	height: 100%;
}
body {
	background-image: url(images/background.png);
}
#footer {
	background-image: url(images/background.png);
	height: 50px;
	width: 610px;
	padding: 10;
	float: right;
	bottom: inherit;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px;
}
#left {
	background-image: url(images/leftgradient.png);
	height: 400px;
	width: 170px;
	float: left;
}
#leftcontact {
	background-image: url(images/background.png);
	width: 160px;
	height: 100px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#editable {
	background-color: #FFFFFF;
	float: right;
	height: 100%;
	width: 610px;
	padding: 10px;
	margin: 0px;
}
