/* CSS Document */
.main {
	background-color: #cac2b8;
	width: 633px;
}

ul#menu li, a { 
font-size: 10px;
}

ol {
font-size: 12px;
}

body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #e2e2e2;
	letter-spacing: 1px;
}

a:link, a:visited, a:active {
	color: #3391a9;
	text-decoration: none;
		font-family: Tahoma;
	font-size: 12px;
}

a:hover {
	color: #000000;
	text-decoration: none;
		font-family: Tahoma;
	font-size: 12px;
}

/* Navigation */
.side2 {
	border: 0px solid black;
    	background-color: #cac2b8;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	width: 130px;
	position: absolute;
	margin-left: 0px;
}

/* Navigation-MENU */
ul#menu {
font-size: 14px;
  width: 130px;
  list-style-type: none;
  border-top: solid 7px #cac2b8;
  background-color: #b7ac9e;
font-family: Arial;
  margin: 0;
  padding: 0;
}

ul#menu ol {
font-family: Arial;
font-size: 14px;
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
font-family: Arial;
  font-family: verdana, sans-serif;
  font-size: 14px;
  color: black;
}

.size {
font-size: 14px;
}

ul#menu li {
font-family: Arial;
font-size: 14px;
  border-bottom: solid 11px #cac2b8;	
  line-height: 15px;
padding: 5px;
}

ul#menu ol li {
font-family: Arial;
font-size: 14px;
  border-bottom: none;
}

ul#menu ol li:before {
font-family: Arial;
font-size: 14px;
  content: "- ";
}

ul#menu a {
font-family: Arial;
font-size: 14px;
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
font-family: Arial;
font-size: 14px;
  color: #3391a9;
}

ul#menu a.active {
font-size: 14px;
  color: black;
}

/* ContentMAINAREA */
h2 {font-family: Verdana; word-spacing: 2px; letter-spacing: 2px; font-size: 24px; color: #796349;}
.container {
	border: 0px solid black;
	width: 466px;
	padding: 0px;
	text-align: center;
	background-color: #cac2b8;
	font-family: Tahoma;
	font-size: 11.5px;
	color: #000000;
	margin-left: 150px;
}

.head {
	width: 466px;
	background-color: #cac2b8;

}

.content {
	width: 400px;
	background-color: #cac2b8;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;

}
/* Other */	
.img {
	width: 120px;
	height: 140px;
	border-color: black;
	border: solid;
	border-width: 1px;
}

.img2 {
	width: 250px;
	height: 200px;
	border-color: black;
	border: solid;
	border-width: 1px;
}

.text {
	background-color: #cac2b8;
	border: 1px solid #796349;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
}

input { 
	background-color: #cac2b8;
	border: 1px solid #796349;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
}