/*-------------------Override Browser Defaults----------------*/

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: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/*-------------------General Settings----------------*/

a:link {color:red;text-decoration:none;}
a:visited {color:red;text-decoration:none; /*background-color:#B2FF99;*/}
a:hover {color:#e49c00;}
a:active {color:black;}

body {
	background: white;
	line-height: 1em;
	text-align:center;
	font-family:courier new, serif;
}

/*-------------------Main Containers----------------*/


#float-tab {
	width:60px;
	height:272px;
	position: fixed;
	left:0px; 
	top: 300px;
	z-index:1
}

#wrapper {
	width:1676px;
	height:700px;
}

#wrapper {
	width:1000px;
	height:auto;
	margin:20px auto;
	text-align:left;
}

.container {
	width:953px;
	height:580px;
	position:absolute;
	/*border-left:1px solid #e49c00;
	border-right:1px solid #e49c00;
	border-bottom:3px solid #e49c00;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-radius-bottomleft: 24px;
	-webkit-border-radius-bottomright: 24px;*/
}

.banner-box {
	width:953px;
	height:142px;
}

.banner {
	width:953px;
	height:129px;
	padding-top:13px;
	text-align:center;
	position:relative;
	top:30%;
}

.main-column {
	width:973px;
	height:620px;
}

/*-------------------Banner Line Navigation----------------*/

.banner-nav {
	width:100%;
	height:95px;
	position:relative;
	bottom:0px;
	text-align:center;
	}

.banner-nav a {
	font-family:century gothic, sans-serif;
	font-size:.85em;
	text-transform:uppercase;
	color:#a00000;
	/*margin-left: .5em;
	margin-right: .5em;*/
	}

.banner-nav li{
	display:inline;
	}

.banner-nav h1 {
	font-family:century gothic, sans-serif;
	font-size:1em;
	color:#a00000;
	font-weight:normal;
	padding-top:50px;
}


.banner-nav a:link {
	color:#a00000;
	text-decoration:none;
}

.banner-nav a:hover {
	color:#e49c00;
	text-decoration:none;
}

.banner-nav ul {
	list-style-type:none;
}

.banner-nav li {
	text-align:center;
	margin-right: .5em;
}



/*-------------------Main Column Content----------------*/

.main-content-box {
	width:953px;
	height:510px;
	position:relative;
}

#photobox {
	width:auto;
	height:599px;
	margin-bottom:1.5em;
	margin-left:12px;
	position:relative;
}


.clear {
	clear:both;
}
