@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#container {
	width: 955px;
	margin: auto;
	padding: 0px;
	background-color: #b0c4dd;
	}
	
#header {
	height: 100px;
	padding: 0px;
	
}

#footer {
	height: 40px;
	width: 955px;
	padding: 0px;
	
}

#leftmenu {
	float:left;
	width: 155px;
	height: 550px;
}

#content {
	width: 800px;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
}
ws
