
/**************************************************/
/* Body and Wrapper                               */
/**************************************************/

body {
	background: #F5CC89 url(../images/back.png) top center repeat-x fixed; */#79AEFF*/
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	clear: both;
	margin-left: 10px;
}

h2 {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	text-align: left;
}

/*
 * Styles to implement drop shadow effect used in page titles
 * eg. <h1 class="shadow" title="Target Archery"><span>Target Archery</span></h1>
 */
.shadow  { position:relative; display:block; color: #000066; height: 50px;}
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding:2px; content: attr(title); color:#CCC;  } 

/**************************************************/
/* Top Piece                                      */
/**************************************************/

#top {
	background: url(../images/bgtop.png) top center no-repeat; 
	width: 800px;
	height: 78px;
	text-align: center;
}

#top span {
	display: block;
	font-size: 14pt;
	line-height: 78px;
	font-weight: bold;
}
/*******************************************************/
/* Content: another wrapper that holds all the content */
/*******************************************************/

#content {
	position: relative;
	background: url(../images/bgmiddle.png) center repeat-y; 
	width: 760px;
	height: 100%;
	padding: 0px 20px 70px 20px;
	overflow: hidden;
}

/**************************************************/
/* All the content                                */
/**************************************************/

#pageholder {
	position: relative;
}

#header {
	background: url(../images/header1.png) top center no-repeat; 
	width: 760px;
	height: 140px;
	margin: 0px 0px 0px 0px;
}

#pagecontent {
	width: 525px;
	margin: 20px 0px 0px 210px;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 180px;
}

#pics {
/*
	position: relative;
	background: url(../images/picbg.jpg) top left no-repeat;
	width: 197px;
	height: 236px;
	border: 1px solid black;
*/	
}

img {
	border: 1px solid black;
} 


.col1 {
	clear: both;
	position: relative;
	float: left;
	width: 120px;
	padding-top: 10px;

}
.col2 {
	position: relative;
	width: 400px;
	float: left;
	padding-top: 10px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}


.topmenu {
	height: 27px;
	background: #fff url(../Nautica06/images/topmenu.png) no-repeat left top;
	text-align: right;
	padding: 0px 5px 0 0;
	border-bottom: 1px solid #7EB770;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #83A6DC url(../images/roll.png) no-repeat 0 -27px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover, .topmenu li a.select {
	background: #A3BDE5 url(../images/roll.png) no-repeat left top;
}

/**************************************************/
/* Bottom                                         */
/**************************************************/

#bottom {
	background: url(../images/bgbottom.png) bottom center no-repeat; 
	width: 800px;
	height: 78px;
}
