body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	background-color: #1e7dda;
}


.hand {
	cursor: pointer;
	cursor:hand;
}

/*Begin Nav Styles*/

a:link {
	text-decoration: underline;
	color: #35250D;
}
a:visited {
	text-decoration: underline;
	color: #35250D;
}
a:hover {
	text-decoration: none;
	color: #35250D;
}
a:active {
	text-decoration: underline;
	color: #35250D;
}
a {
	font-size: 13px;
	font-family: Trebuchet MS;
}

/*Begin Main Styles*/

.inputfileds {
	background-color: #62A4E5;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-indent: 5px;
}

#master {
	display: table;
	height: auto;
	width: 100%;
	background-image: url(../images/contentarea_bg.jpg);
	background-repeat: repeat;
}

#header {
	height: 263px;
	width: 100%;
	background-color: #004fac;
	background-image: url(../images/outriggeraction.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav {
	position:absolute;
	width:400px;
	height:75px;
	z-index:1;
	margin-left: 400px;
}

#content {
	height: auto;
	width: 743px;
	display: table;
	margin-top: 5px;
	margin-left: 45px;
}

#anarea{
	height: auto;
	width: 790px;
	margin-top: 20px;
	display: table;
}

#txt {
	display: block;
	width: 394px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#gallerypics {
	display: block;
	width: 650px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#pic {
	height: 140px;
	width: 328px;
	float: left;
	margin-bottom: 15px;
}


#heading {
	float: left;
	height: 61px;
	width: 743px;
	margin-bottom: 10px;
}

#footer {
	width: 100%;
	height: 19px;
	background-image: url(../images/outriggerfooter.jpg);
	background-repeat: repeat-x;
}

#signup {
	height: 106px;
	width: 275px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
}

.imagepadding {
	margin-right: 10px;
	margin-bottom: 10px;
}

/*................*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	background-color: #003980;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #999999;
	padding: 5px 0;
	text-align: right;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}