body {
	background: #101010  url(graphics/bg.gif) repeat-y;
	background-position: center;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #CCCCCC;	
	margin: 0;
	font-size: 13px;
}

img {
	border: 0;
	margin: 0;
}

p {
	margin: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
  color: #CCCCCC;
}

a:hover {
	color: #CC0000;
}

h1, h2, h3, h4 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

/* Menu */

#menu {
	padding-top: 0;
	background-color: #330000;
}

#menu a {
	padding: 0 15px;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
}

.downloadbutton {
	background: transparent;
	border: 0;	
	cursor: pointer;
}

#menu a:hover {
	text-decoration: underline;
}