/* GENERAL */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#5f5f5f;
	margin:0;
	padding:0;
	margin-top:20px;
}

h1 {
	font-family:tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:19px;
	color:#3b4b14;
	margin:0;
	padding:0;
	padding-bottom:.5em;
}

h2 {
	font-family:tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#665b3c;
	text-align:left;
	margin:0;
	padding:0;
	padding-bottom:.5em;
}

img {
	display:block;
}

p {
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	padding-bottom:0.8em;
}

a {
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	color:#4D442D;
}

a:hover {
	text-decoration:underline;
}

/* LAYOUT */

#wrapper {
	width:910px;
	background:url('/images/background_repeat.gif') repeat-y;
	margin:0 auto;
}

#header_logo {
	width:895px;
	height:58px;
	background:url('/images/header_logo.gif') no-repeat;
	padding-top:13px;
	padding-left:15px;
}

#header_photo {
	width:730px;
	height:190px;
	float:left;
	background:url('/images/header_photo.gif') no-repeat;
}


/* NAVIGATION */

#navigation {
	width:726px;
	height:30px;
	margin-top:151px;
	margin-left:4px;
}

#navigation ul {
	list-style:none;
}

#navigation ul li {
	list-style:none;
	float:left;
}

#navigation ul li a {
	text-decoration:none;
	display:block;
	text-indent:-10000px;
	height:30px;
}

#navigation ul li a:hover {
	background-position:0 -30px;
}

#navigation a.home {
	width:71px;
	background: url("/images/nav_home.gif") no-repeat;
}

#navigation a.aboutus {
	width:91px;
	background: url("/images/nav_aboutus.gif") no-repeat;
}

#navigation a.camopatterns {
	width:131px;
	background: url("/images/nav_camopatterns.gif") no-repeat;
}

#navigation a.trophyroom {
	width:119px;
	background: url("/images/nav_trophyroom.gif") no-repeat;
}

#navigation a.contactus {
	width:107px;
	background: url("/images/nav_contactus.gif") no-repeat;
}

#navigation a.links {
	width:66px;
	background: url("/images/nav_links.gif") no-repeat;
}

#navigation a.onlinecatalog {
	width:141px;
	background: url("/images/nav_onlinecatalog.gif") no-repeat;
}

/* END NAVIGATION */


#header_banner {
	width:180px;
	height:190px;
	float:left;
}

a.headerbanner {
	width:180px;
	height:190px;
	text-indent:-10000px;
	display:block;
	background:url('/images/header_banner.gif');
}

a:hover.headerbanner {
	background-position:0 -190px;
}

#left_column {
	width:157px;
	float:left;
}

a.recentphotos {
	width:157px;
	height:37px;
	text-indent:-10000px;
	display:block;
	background:url('/images/nav_recentphotos.gif');
}

a:hover.recentphotos {
	background-position:0 -37px;
}

#content {
	width:538px;
	float:left;
	background:url('/images/content_top.gif') top left no-repeat;
	padding:8px 20px 10px 15px;
}

#content p {
	font-size:.8em;
	color:#423935;
}

#content a {
	font-size:.9em;
	color:#423935;
	font-weight:bold;
}

.emphasize {
	color:#3b4b14;
	font-weight:bold;
}

.photoright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.largelink {
	font-size:1.1em;
	font-weight:bold;
}

#right_column {
	width:180px;
	float:left;
}

a.oursponsors {
	width:180px;
	height:37px;
	text-indent:-10000px;
	display:block;
	background:url('/images/nav_oursponsors.gif');
}

a:hover.oursponsors {
	background-position:0 -37px;
}

/* TROPHY ROOM */

.table_title {
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	line-height:1.5em;
	color:#423935;
	text-align:center;
}

.categories {
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:normal;
	line-height:1.5em;
	color:#423935;
	text-align:center;
}

.border {
	border:1px solid #000;
	text-align:center;
}

.title {
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
	color:#423935;
	margin-bottom:.5em;
}

.breadcrumb {
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#423935;
}

.paginate {
	font-family: tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
	color:#423935;
	margin-top:.5em;
}

#footer {
	width:885px;
	height:28px;
	background:url('/images/footer.gif') no-repeat;
	padding-top:16px;
	padding-left:25px;
}

#footer p {
	font-size:.7em;
	color:#e7e2c5;
}

#footer a {
	color:#e7e2c5;
	text-decoration:underline;
}

.footer_left {
	width:705px;
	float:left;
}

.footer_right {
	width:180px;
	float:left;
	text-align:center;
}

.clearer {
	clear:both;
}