* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}

body {
    font: normal 91%/1.2 Arial,Verdana,Helvetica,Sans-serif;
	background: url(background.png) repeat top left;
	color: #000000;
	padding-top: 10px;
	text-align: center
	
}

#container {
	width: 900px;
	margin: auto;
	text-align: left;
	margin-bottom: 50px;
	padding: 15px;
	background-color: #fdfcd9;
	border:#000000 1px solid;
}

#container2 {
	width: 715px;
	margin: auto;
	text-align: justify;
	margin-bottom: 50px;
	padding: 15px;
}

ul.menu {
	list-style: none;
}

ul.menu li, h1 {
	font-size: 3em;
	/*margin-top: 0.2em;
	margin-bottom: -0.1em;*/
	letter-spacing: -0.05em;
	line-height: 0.9em;
	font-weight: bold;
	color: #AF0007;
}
/*
ul.menu li:after, h1:after {
	content: ".";
	color: gold;
}*/

h1 {
	font-size: 2em;
	line-height: 0.8em;
	font-weight: bold;
	color: #6F0000;
	margin-top: 1em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.5em;
	line-height: 0.8em;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1em;
	line-height: 0.8em;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 10px;
}

h6 {
	font-size: 0.75em;
	color: #444444;
	margin-top: 5px;
	margin-bottom: 5px;
}


p {
	margin-top: 1em;
}

ul {
	list-style: square;
	margin: 1em;
}

li a {
	color: #6F0000;
	text-decoration: none;
	outline: none;
}

li a:hover {
	color: #CF0000;
	text-decoration: none;
}

a {
	color: #6F0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8F0000;
}
a:hover {
	text-decoration: underline;
	color: #CF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}





input {
  border: 1px solid #666666;
}

select {
  border: 1px solid #666666;
}

textarea {
  border: 1px solid #666666;
}
