body {
	color: #cacaca;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: black;
	margin: 0 auto;
}
a:link {
	color: #f74819;
}
a:visited {
	color: #f74819;
}
a:hover {
	color: orange;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 0.08em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 0.08em;
}
.justify {
	text-align: justify;
}
.pink {
	color: #e9bae6;
	text-align: justify;
}
hr {
	border-color: transparent transparent #c30000;
	border-style: solid;
	border-width: 1px;
}
ul {
	font-size: 1.5em;
	line-height: 2em;
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	padding-left: 1em;
	list-style-type: square;
}

.left {
	text-align: left;
}

#header {
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
}
#nav-bar {
	background-color: #515151;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 40px;
	margin-top: 15px;
}
#content {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 20px;
}
/*------------- CLEAR -------------*/
.clear {
	clear: both;
}