/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

div, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

#global {
	position: absolute;
	left: 50%;
	height: 570px;
	width: 760px;
	margin-left: -380px;
	border: solid thin #888;
	top: 7px;

}

#header {
	height: 100px;
	background-image: url(images/header.jpg);
	text-align: center;
}

#header h1 {
	margin: 0;
	padding-top: 30px;
	font-size: 30pt;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}

#menu {
	height: 20px;
	text-align: center;
	border-bottom: solid thin #888;
	border-top: solid thin #888;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#content {
	height: 470px;
}

#content h1 {
	padding-left: 100px;
}

#content p {
	padding-left: 150px;
	padding-right: 50px;
	font-size: 12px;
}

#content dl {
	padding-left: 150px;
	font-size: 12px;
}

#content dt {
	font-size: 13px;
	font-weight: bold;
}

#content dd {
	padding-left: 30px;
	padding-bottom: 20px;
	font-size: 12px;
}

#content a {
	color: #FFF;
	text-decoration: none;
}

#content a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer {
	height: 20px;
	text-align: center;
	font-size: 12px;
}
