/* CSS Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* End Reset */
* { padding: 0; margin: 0; }

body {
 background:url(../images/bg2.png);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width:900px;
 background: url(../images/bg3.png) repeat-y;
}
#header {
color:#333333;
height:222px;
position:relative;
width:1002px;
background: url(../images/headerbg.png) no-repeat;
}
div#leftwing {
	width:145px;
	height:343px;
	left:-107px;
	float:left;
	position:relative;
	top:0;
}

div#rightwing {
	width:145px;
	height:343px;
	float:right;
	position:relative;
	top:0;
}

#navigation {
color:#333333;
left:35px;
margin:0;
padding:10px;
position:relative;
width:800px;
}

#webcam {
background:transparent url(../images/webcambg.png) no-repeat scroll 0 0;
float:left;
clear:right;
height:122px;
left:301px;
position:relative;
top:92px;
width:387px;
}

#history {
background:transparent url(../images/historybg.png) no-repeat scroll 0 0;
height:288px;
position:relative;
left:50px;
width:760px;
}

h2.historyhead {
font-size:18px;
color:#8d1908;
}

p.historytext {
padding-left:42px;
padding-top:65px;
}

#featured {
width:335px;
float:left;
position:relative;
left:72px;
margin-top:30px;
height:100%;
margin-bottom:129px;
}

div.clear {
clear:both;
}

/*CSS Sprites*/

  #skyline {
    width: 789px; height: 31px;
    background: url(../images/navsprite.png);
    margin: 10px auto; padding: 0;
    position: relative;}
    
  #skyline li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #skyline li, #skyline a {
    height: 31px; display: block;}
    
    
    
  #panel1b {left: 0; width: 71px;}
  #panel2b {left: 96px; width: 135px;}
  #panel3b {left: 253px; width: 151px;}
  #panel4b {left: 428px; width: 114px;}
  #panel5b {left: 570px; width: 131px;}
  #panel6b {left: 723px; width: 64px;}
  
  #panel1b a:hover {
    background: transparent url(../images/navsprite.png)
    0 -31px no-repeat;}
  #panel2b a:hover {
    background: transparent url(../images/navsprite.png)
    -96px -31px no-repeat;}
  #panel3b a:hover {
    background: transparent url(../images/navsprite.png)
    -253px -31px no-repeat;}
    
  #panel4b a:hover {
    background: transparent url(../images/navsprite.png)
    -428px -31px no-repeat;}
    
	#panel5b a:hover {
	background: transparent url(../images/navsprite.png)
	-570px -31px no-repeat;}
	  #panel6b a:hover {
	background: transparent url(../images/navsprite.png)
	-723px -31px no-repeat;}



/*End CSS Sprites*/

#content { 
color:#8D1908;
float:right;
height:350px;
margin-top:30px;
padding-right:60px;
width:410px;
}

p.contenttext {
background:transparent url(../images/contentbg.png) no-repeat scroll 0 0;
height:205px;
margin-top:10px;
overflow:hidden;
padding:22px 100px;
width:294px;
}

#footer { 
background:transparent url(../images/footerbg.png) no-repeat scroll 0 0;
color:#333333;
height:104px;
left:24px;
position:relative;
width:835px;
text-align: center;
}

p.footertext, p.footertext a {
color:#d9d0b6;
font-size:14px;
font-weight:bold;
padding-top: 45px;
text-decoration: none;
}

p.footertext a:hover {
text-decoration: underline;
}


