body
{
	background-color: rgb(160,3,34)
}
p, h2, h3, h4
{
	color: white;
	font-family: "book antiqua", sans-serif;
}
ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
a.link
{
	color:rgb(205,196,199);
}
a.visited
{
	color:rgb(228,173,28);
}
a.menu
{
	float:left;
	width:6em;
	text-decoration:none;
	color:rgb(228,173,28);
	background-color:rgb(160,3,34);
	padding:0.2em 0.6em;
	border-right:1px solid white;
	font-family: "book antiqua", sans-serif;
	font-weight: bold;
}
a.menu:hover
{
	color:rgb(205,196,199);
	background-color:rgb(160,3,34);
	font-family: "book antiqua", sans-serif;
	font-weight: bold;
}
a.menuleft
{
	float:left;
	width:6em;
	text-decoration:none;
	color:rgb(228,173,28);
	background-color:rgb(160,3,34);
	padding:0.2em 0.6em;
	border-right:1px solid white;
	border-left:1px solid white;
	font-family: "book antiqua", sans-serif;
	font-weight: bold;
}	
a.menuleft:hover
{
	color:rgb(205,196,199);
	background-color:rgb(160,3,34);
	font-family: "book antiqua", sans-serif;
	font-weight: bold;
}
img.logo
{
	position: relative;
	padding-bottom: 10px;
}
img
{
	position: relative;
}
img#right
{
	float:right;
	padding-left: 30px;
	padding-right: 30px;
}
li.list
{
	display:inline
}
li
{
	color: white;
	font-family: "book antiqua", sans-serif;
}
