/* stylesheet for Andrean */
body {
font-size: 90%;
font-family: Arial, Verdana;
background-color: black;

}

#center{
margin-top: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
width: 809px;
}

#background{
background-color: white;
float: left;
width: 809px;
padding-bottom: 15px;
}

#menu{
	float: left;
	list-style-type: none;
	width:809px;/*background-color: purple;*/
	padding-top: 5px;
	background-image: url(background.jpg);
}

#menu a {
	float: left;
	width: 111px;
	color: #edca6b;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#menu a:hover{
float: left;
width: 112px;
color: #d02121;
padding-bottom: 5px;
text-decoration: none;
text-align: center;
background-color: #ffca0e;
font-weight: bold;
}

#content img{
padding-top: 5px;
padding-left: 10px;
padding-bottom: 20px;
float:right;
}

#content{
	margin-left: auto;
	float: left;
	width: 570px;
	padding-bottom:20px;
	padding-left: 10px;
	padding-top: 5px;
}
#content_holder{
	background-image:url(white.jpg);
	background-repeat: repeat;
	margin-left: 10px;
}

#sidebar {
	margin-top: 10px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	float:right;
	width: 205px;
	background-image: url(sidebar_swatch.jpg);
	font-size: 80%;
	margin-right: 10px;
}

#sidebar a {
display: block;
float: left;
width: 100%;
color: white;
text-align: left;
text-decoration: none;
padding-bottom: 10px;
padding-top:5px;
border-bottom: 1px solid black;
}

#sidebar a:hover {
color: gray;
}

#footer{
color: white;
float: left;
text-align: center;
width:809px;
background-image: url(background.jpg);
font-size: 80%;
padding-top: 5px;
padding-bottom: 5px;
}

h1{
	color: #B3072B;
}
