*{
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
}
a, :focus{
	outline:none;
}
li{
	list-style:none;	
}
hr, .hidden{
	display:none;
}
img{
	border:none;
}
sup{
	font-size:50%;
}

body {
background-color:#91713e;
background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-position:top center;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#ede4d3;
}

#header {
margin:0px auto;
width:960px;
}

#content {
margin:0px auto;
width:960px;
background-color:#430d01;
padding-bottom:25px;
}

#content2 {
padding-left:100px;

}

.ImageBorder {
border: #ede4d3 1px solid;
padding:4px;
}

.smallfont {
font-size:16px;
color:#ebaa1c;
}

.yellow {
color:#ebaa1c;
}

#footer{
margin:0px auto;
padding-top:5px;
padding-bottom:20px;
background-color:#ede4d3;
width:960px;
}