body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #933;
}
#wrap {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #320001;
}
#image {
	text-align: center;
}
#image img {
	border: 2px solid #6E0200;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#text {
	float: right;
	color: #F7F7DE;
	width: 500px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
}
#text a {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFE7;
}
a {
	font-size: 10px;
	color: #FFFFE6;
}
#footer {
	text-align: center;
	padding: 10px;
}

a:hover {
	font-size: 10px;
	color: #FFFFFF;
}
#text a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
#content {
	background-image: url(images/tile-content.gif);
	background-repeat: repeat-y;
}
#logo {
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

