@charset "utf-8";
/* CSS Document */
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:880px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

body {
	background: #FFFFFF; 
	background-repeat:repeat-x;
	font-size:13px;
    color: #FFF;
    font-family:'Trebuchet MS', Helvetica, serif;
}

img {
    border: none;
    }

/* TEXT CSS */
h1 {
	font: 30px Rockwell, Trebuchet MS, Helvetica, serif;
	text-align: center;
	color: gray;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131; 
    border-style: solid;
}

h2 {
	font: 16px Rockwell, Trebuchet MS, Helvetica, serif;
	text-align: center;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

h3 {
	font: 15px Trebuchet MS, Helvetica, serif;
	text-align: center;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

hr {
    border-bottom-style: dotted;
    }

a {
color:blue;
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal; }

a:hover {
color:#BB2F3B; 
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal;
}

.datetime {
font-size:11px;
color:#212121;
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal;
}

/* Placement Divs */
#container{
position: relative;
margin-top: 20px;
width: 800px;
height: auto;
color: black;
}

#fullcontent{
position: relative;
left:0px;
top: 0px;
width: 800px;
height: auto; 
}

#navbar{
position: absolute;
left:213px;
top: 48px;
width: 800px;
height: 39px; 
}

#contentwindow{
position: absolute;
left:0px;
top: 96px;
width: 830px;
height: 222px;
}

#fadeshow2{
position: absolute;
left:10px;
top: 0px;
width: 830px;
height: 222px; 
}

#contentwindow_leftarrow{
position: absolute;
left:-40px;
top: 92px;
width: 69px;
height: 43px;
}

#contentwindow_rightarrow{
position: absolute;
left:797px;
top: 92px;
width: 125px;
height: 49px; 
}

#featuredcontent{
position: relative;
left:248px;
top: -232px;
width: 300px;
height: 44px; 
}

#footer{
position: relative;
left: -8px;
width: 870px;
background-color: gray;
margin: 8px;
}
