html, body {
	background-color:rgb(193,80,49);
	margin:0px;
	padding:0px;
	font-family:georgia, times new roman, serif;
	color:#fff;
	font-size:15pt;
	font-style:none;
	height:100%;
}
div#container {
	margin:0px;
	min-width:740px;
	max-width:1240px;
	min-height:100%;
	height:100%;
}
div#content {
	position:relative;
	top:20%;
	margin:0px auto;
	min-width:700px;
	max-width:900px;
	min-height:300px;
	background-color:rgba(193,80,49,0.7);
	border:0px;
	border-radius:15px;-moz-border-radius:5px;
	overflow:hidden;
}
div#text {
	position:relative;
	margin:0px auto;
	width:95%;
}
div#nav {
	float:right;
	margin:0px;
}
img#bg {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
}
img#logo {
	position:relative;
	margin:1% 5% 0px;
	width:90%;
}
h2 {
	width:100%;
	margin:6% 0px -5px;
	text-align:center;
	font-style:italic;
}
p {
	text-align:justify;
}
li {
	float:right;
	list-style:none;
	marker-offset:0px;
	display:block;
	padding:0px;
	margin:0px 5px;
	text-align:center;
	list-style:none;
}
ul {
	display:inline;
}
a {
	color:#ffffff;
	font-style:italic;
}
a:link {
	color:#ffffff;
	text-decoration:none;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:active {
	color:#0028f4;
	text-decoration:none;
}
a:hover {
	color:#0028f4;
	text-decoration:none;
}
br.clear {
	clear:both
	line-height:1px;
}