

body {
	background-color:#400e0e;
	font-family:Helvetica, Arial, Sans-serif;
	color:#555555;
	font-size:12px;
	margin:0;
	padding:0;
}

td {
	vertical-align:top;
	font-size:12px;
}
p {
	line-height:1.5em;
}
a {
	color:#994444;
}
a:hover {
	color:white;
}
#root {

}

#title {
	background-image:url(img/titleBG.gif);
	background-repeat:repeat-x;
}

#content {
	background-color:black;
	background-image:url(img/bglong.gif);
	background-repeat:repeat-x;
	

}

#bottom {
	height:16px;
	margin-top:0.5em;
	text-align:center;
	font-size:9px;
	color:white;
}

.slideshow { width: 480px; height: 320px; }
.slideshow img { padding: 0; border: 0; }

.content {
	border:1px white solid;
	background-color:black;
	color:#CCCCCC;
	padding:0.5em;
	margin-bottom:0.5em;
}

h1 {
	color:white;
	margin-top:0;
}

h2 {
	color:#FF2222;
	margin-bottom:5px;
	margin-top:2px;
	border-bottom:1px #999999 solid;
}

ul {
	margin-bottom:2em;
}
li {
	margin-bottom:0.5em;
	margin-left:1.5em;
}

a.button {
	background-color:black;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:0.5em 0.5em 0.4em 0.5em;
	font-size:150%;
	float:left;
	margin-left:1em;
	margin-top:0.9em;
	border:1px white solid;
}
a.button:hover {
	background-color:transparent;
	color:black;
}
a.disabled {
	color:#FF2222;
	background-color:transparent;
	border:1px #FF4444 solid;
}

.tagline {
	color:#FF2222;
	line-height:1.5em;
	font-size:180%;
}

.highlight {
	background-color:#550000;
}

b {
color:#FF7777;
}
