html { 
  padding:0px;
  margin: 0;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

body {
  font-size: 12px;
  font-family: "Courier New", Courier, mono;
  color: #000;
  margin:0px;
	background: url(images/texture01.gif) repeat;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a:hover,  .active a {
	color: #fcb032;
	text-decoration: underline;
}


#menu {
	width: 200px;
	height: 290px;
	text-align: center;
	background: white url(images/logo01.jpg) no-repeat 15px 25px;
	color: #000;
	padding-top: 200px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	float: left;
}


#menu ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

#menu li {
	display: list-item;
}

#menu a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
}

#menu a:hover, #menu .active a {
	color: #00a1b1;
	text-decoration: underline;
}

#content {
  background-color:#fff;
  overflow: auto;
	width: 550px;
	text-align: justify;
	padding: 15px 25px;
	float: left;
}

h1 {
	color: #fcb032;
	font: 17px "Courier New", Courier, mono;
	text-decoration: underline;
}

h2 {
	color: white;
	font: 17px/10px "Courier New", Courier, mono;
	background-color: #fcb032;
	padding-left: 5px;
}


h3 {
	color: black;
	font: 17px/10px "Courier New", Courier, mono;
	text-decoration: underline;
}

#content01 {
  margin-left: 800px;
  background-color:#fff;
	width: 50px;
	text-align: justify;
	padding: 0;
}



#footer {
	color: black;
	font: 10px/10px "Courier New", Courier, mono;
	clear: both;
	background-color: #c69c6d;
	width: 600px;
	margin-left: 200px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;
}
