@charset "utf-8";
/* CSS Document */
body {
	background-color: #410702;
	font-family: "Goudy Old Style", Arial;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
width: 970px;
margin-left: auto;
margin-right: auto;
}
#header {
width: 970px;
padding-top: 30px;
padding-bottom: 30px;
color: #FFFFFF;
background: #660000;
font-size: 14px;
border: #FFFF00;
border: thick;
}

#header a {
border: none;
text-decoration: none;
}
#header a:link {
text-decoration: none;
color: #EBAA74;
font-size: 16px;
font-weight: bolder;
}
#header a:visited {
text-decoration: none;
color: #EBAA74;
font-size: 16px;
font-weight: bolder;
}
#header a:hover {
text-decoration: none;
color: #CF874D;
font-size: 16px;
font-weight: bolder;
}

#header h1 {
font-family: "Goudy Old Style", Arial;
font-size: 24px;
color: #FFFFFF
}
#header h2 {
font-family: "Goudy Old Style", Arial;
font-size: 16px;
color: #FFFFFF;
}

#container {
width: 970px;
color: #ffffff;
float: left;
background: #410702;
}
.thumbz {
width: 970px;
float: left;
}
.thumbz h2 {
font-family: "Goudy Old Style", Arial;
font-size: 18px;
color: #FFFFFF;
}
.thumbz img {
border:none;
}
.thumbbig {
width:500px;
float:left;
}
.thumbbig2 {
width:500px;
float:right;
}
.thumbsml {
width:235px;
float:left;
}
.thumbsp {
width: 470px;
height: 30px;
float:left;
}
.thumbztxt {
width: 440px;
float: left;
font-size: 15px;
height: 235px;
color: #FFFFFF;
padding: 15px;
}
.thumbztxt a:link {
text-decoration: none;
color: #EBAA74;
font-size: 16px;
font-weight: bolder;
}
.thumbztxt a:visited {
text-decoration: none;
color: #EBAA74;
font-size: 16px;
font-weight: bolder;
}
.thumbztxt a:hover {
text-decoration: underline;
color: #CF874D;
font-size: 16px;
font-weight: bolder;
}
.textbox {
background: #666666;
color:#FFFFFF
}
.breakspot {
font-family: "Goudy Old Style", Arial;
font-size: 16px;
font-weight: bold;
background-color: #660000;
width: 970px;
color:#dddddd;
float: left;
}
.breakspot h1 {
font-family: "Goudy Old Style", Arial;
font-size: 24px;
color: #FFFFFF
}
.breakspot a:link {
color: #ffffff;
text-decoration: underline;
}
.breakspot a:visited {
color: #ffffff;
text-decoration: underline;
}
.breakspot a:hover {
color: #aaaaaa;
text-decoration: none;
}

#footer {
float:left;
background-color: #000000;
width: 970px;
color:#FFFFFF;
}

#links {
  background: #282828;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  float:left;

}
#links a:link {
	color: #FFFFff;
	font-size: 12px;
}
#links a:hover {
	color: #999999;
	font-size: 12px;
}
#links a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: line-through;
}
