/* CSS Document */
/*
COLOR GUIDE:
blue - #4792b1
orange - #ff9000
lt. grey - #f5f5f5
dark grey - #666666
*/

body {
	background-image: url(images/bg.html);
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Book Antiqua";
	color: #321010;
	font-style: italic;
}
logo {
	height: 207px;
	width: 424px;
	margin-top: 10px;
	margin-left: 70px;
	position: absolute;
}
style1 {
	font-size: 24px;
	color: #321010;
}
style2 {
	font-size: 28px
}
style4 {color: #9A191D; }
style5 {	color: #321010;
}
style6 {font-family: "Book Antiqua";
	color: #321010;
	font-size: medium;
}
style7 {font-size: large;}
.regular {
	font-family: "Book Antiqua";
	font-size: medium;
	font-style: italic;
	font-weight: lighter;
}
.small_letters {
	font-size: 14px;
	color: #916C3C;
	font-weight: bold;
}
.footer {
	font-size: 12px;
	color: #321010;
	font-weight: bold;
}
a:link {
	color: #321010;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #321010;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}
.small_letters2 {
	font-size: 16px;
	color: #916C3C;
	font-weight: bold;
}

#logo {
	height: 207px;
	width: 424px;
	margin-top: 10px;
	margin-left: 70px;
	position: absolute;
}
.style1 {
	font-size: 24px;
	color: #321010;
}
.style4 {color: #9A191D; }
.style5 {	color: #321010
}
.style7 {font-size: large;
font-weight: bold;}
.style8 {
	color: #9A191D;
	font-size: large;
	font-weight: bold;
}
#container{
	width:800px;
	position:relative;
	text-align:left;
	font-family:Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	background-color: #080403;
	padding-bottom: 10px;
	float: left;
	padding-top: 4px;
	margin: 5px;
}

#container  ul li {
	float:left;
	list-style-type:none;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 2px solid #AE9C76;
	width: 120px;
	height: 90px;
}
#container  ul {
	list-style-type:none;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 8px;
	
}
#container ul li a {
	display:block;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	letter-spacing:0;
	padding:0px;
}

