/*-------------------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: url(images/BG.gif) repeat;
	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;
	margin-left:12px;
	padding-bottom:60px;
	background:url(images/LogoBottom.png) no-repeat top left #fffde9;
	/*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:973px;
	height:142px;
}

.banner {
	width:961px;
	height:129px;
	padding-top:13px;
	margin-left:12px;
	background: url(images/Logo-top.png) no-repeat bottom left;
}

.main-column {
	width:973px;
	height:620px;
	background: url(images/LogoBottom.png) no-repeat top left white;
}

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

.banner-nav {
	width:500px;
	height:95px;
	position:relative;
	left:185px;
	bottom:0px;
}

.banner-nav a {
	font-family:sans-serif;
	font-size:.85em;
	text-transform:uppercase;
	color:#384125;
	margin-left: .5em;
	margin-right: .5em;
}

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

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

.banner-nav ul {
	list-style-type:none;
	position:absolute;
	bottom:18px;
	width:inherit;
}

.banner-nav li {
	float: right;
	margin-right: .5em;
}


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

.main-content-box {
	width:850px;
	height:510px;
	margin-top:82px;
	margin-left:52px;
	margin-right:52px;
	position:absolute;
}

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


.clear {
	clear:both;
}