@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #140C00;
	margin: auto;
}

img {
margin-right: 5px;
}

.border {
border: #000 2px solid;
}

.info {
border: #000 2px solid;
background-color: #1a0e01;
width: 515px;
float: right;
}

.index {
width: 515px;
height: 405px;
}

.underline {
text-decoration: underline;
}

h1 {
display: none;
}

p {
color: #bcb886;
font-size: 14px;
font-family: Georgia, Times, Times New Roman, Serif;
margin: 5px;
}

#holding {
margin: auto;
width: 696px;
padding-top: 2px;
}
.left {
float: left;
}
.right {
float: right;
}

ol {
border: none;
text-align: left;

}

#foot {
width: 696px;
padding: 20px;
}


a {
color: #bcb886;
font-family: georgia, Times;
}

