body {
	color: #cacaca;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: black;
	margin: 0 auto;
}
a:link {
	color: #f74819;
}
a:visited {
	color: #f74819;
}
a:hover {
	color: orange;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.3em;
}
.font_med {
	font-size: medium;
}
.font_large {
	font-size: large;
}
.font_xlarge {
	font-size: x-large;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}


.clear {
	clear:both;
}


#content_wrap {
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
