body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background:#036;
	}

html>body {
	font-size: 12px;
}

/* ---( text )------------------------------- */

a:link {
	color: #00f;
	}

a:visited {
	color: #969;
	}

a:hover {
	color:#300;
	}

p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #006	;
	padding: 0;
	margin: 0;
	}

h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	color: #000066;
	padding: 0;
	margin: 0 0 1em 0;
	}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #000066;
	}

h2 a:hover {
	color: #003366;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #ddd;
	}

h1 span, h2 span, h3 span {
	color: #999;
	}
	
blockquote {
	width: 400px;
	text-align: center;
	margin: 10px auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 1em;
	color: #555;
	background: #efefef url("../images/quotes/q_top.gif") no-repeat top left;
}

#quote {
	margin: 10px 10px 0 0;
	padding: 20px 20px 10px 20px;
	background:  url("../images/quotes/q_bottom.gif") no-repeat right bottom;
}

#author {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	color: #333;
	font-size: 90%;
	font-weight: bold;
	background:  url("../images/quotes/q_border.gif") no-repeat bottom left;
}

#quote strong {
	color: #000;
	font-weight: normal;
}

/*blockquote {
	font-weight:bold;
	color:#000066;
	padding-left: 23px;
	background: transparent url(../images/quotemarks.gif) no-repeat 0 3px;
	}

.attrib {
	color: #000;
	text-align: right;
	font-size:105%;
}*/

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

strike {
	text-decoration: line-through;
	}

.error {
	color:#990000;
	margin-left: 20px;
}

/* ---( top )------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 11px;
	text-align: left;
	background:  url("../images/bg_ufer_deeper.gif") repeat-y;
	width: 772px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}

html>body #wrap {
  	width: 750px;
	} 
/*  LOGO div contains the navigation layer   */
#logo {
	background: #003 url("../images/banner.jpg") no-repeat;
	background-repeat: no-repeat;
	height: 235px;
	padding: 0;
	padding-top: 14px;
	margin: 0;
	}

#logo a  {
	border-style: none;
	display: block;
	}

#logo span {
	position: absolute;
	top: 14px;
	left: 32px;
	width: 225px;
	height: 187px;
	}

html>body #logo span {
	top: 14px;
	}

#nav {
	position: relative;
	top:205px;
	margin: 0;
	padding: 0 0 0 10px;
	background:transparent;
	height: 30px;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	margin: 4px 10px 0 10px;
	padding-bottom: 2px;
	text-decoration: none;
	border: none;
	color: #fff;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color: #fc6;
	}
	
/* --- ( Contribute Button )--------------------- */

#contribute {
	font-size:10px;
	text-align: center;
	margin: 0; 
	padding: 0 0 10px 0;
	background: transparent;
	}

 a.button{
 width :100px;
 text-align : center;
 font-weight :bold;
 color :#fff;
 text-decoration : none;
 background-color :#003;
 padding :3px;
 border-style : outset ;
 border-color :#F5D996 ;
 border-width:thin;
 }

 a.button:hover{
 color :#ffcc33;
 background-color :#003;
 border-style :inset ;
 border-color :#F5D996 ;
 border-width :thin;
 }

/* ---( main column )----------------------------- */

#content {
	float: left;
	width: 462px;
	margin: 18px 0 0 0;
	padding: 0 20px;
	text-align: left;
	clear: left;
	}
	
/* ---( main content image styles )----------------- */	

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}

#content a img.thumb:hover {
	border-color: #999;
	}

/* lists */

#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}

#content ul li {
	padding: 0 0 4px 17px;
	line-height: 1.3em;
	background: url(../new/images/li_bull.gif) no-repeat 0 2px;
	}

#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	}

#content dl dt {
	font-weight: bold;
	}

#content dl dt span {
	font-weight: normal;
	}

/* --( store )------------------------------------- */
/*
#content #store{
	margin: 0;
	padding: 0;
}
*/
#content #store td {
	padding: 5px 5px 5px 0;
	border-bottom:1px solid #ddd;
}

#content #store td img {
	border: 1px solid black;
}

#content #store th {
/*	background-color:#000066;
	color:#FFCC00; */
	background-color:#efefef;
	color:#555555;
}

.red {
	color:#990000;
}

/* ---( comments )--------------------------------- */

#comments {
	font-size: 90%;
	}

#comments textarea {
	width: 350px;
	}

#comments h3 {
	font-size: 100%;
	padding: 0 0 4px 19px;
	margin-bottom: 10px;
	color: #c63;
	border-bottom: 2px solid #ddd;
	background: url(../new/images/box.gif) no-repeat 0 2px;
	}

#comments h3#chead {
	margin-bottom: 0;
	border-bottom: none;
	}

#comments span {
	color: #999;
	}

#comments dl {
	margin-top: 0;
	color: #666;
	}

#comments dl dt {
	font-weight: bold;
	color: #003366;
	padding: 10px 0 10px 0;
	border-top: 2px solid #ddd;
	}

#comments dl dd img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	border:1px solid black;
	}

#comments dl dd {
	margin: 0 0 10px 0;
	}

#comments dl dd p {
	margin-top: 0;
	}

/* ---( right column )----------------------------- */

#sidebar {
	position: relative;
	font-size: 88%;
	line-height: 1.5em;
	margin: 0 0 0 509px;
	padding: 120px 10px 10px 10px;
	color: #006;
	background: transparent url("../images/sidebar_header.gif") no-repeat top left;
	border: 1px solid #FFCC00; /* to fix annoying IE6 bug */
	}

#sidebar h3 {
	font-family: verdana, sans-serif;
	font-size: 100%;
	padding: 5px 0 4px 25px;
	margin: 0 0 8px 0;
	color: #006;
	border-top: 1px solid #000066;
	border-bottom: none;
	background: transparent url("../images/h3_helmet.gif") no-repeat;
	background-position: 0 5px;
	}

#sidebar h4 {
	font-size: 92%;
	font-weight: bold;
	border-bottom: 1px solid #000066;
	}
	
#sidebar p {
	margin-top: 4px;
	margin-bottom: 20px;
	}
	
#sidebar em{
	font-size: 90%;
	color:#333;
}

#sidebar li strong{
	font-size: 90%;
}

#sidebar ul, .noBullet, #sidebar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 0;
	padding: 0 0 0 13px;
	background: transparent url("../images/bullet.gif") no-repeat 0 4px;
	margin-bottom: .6em;
	}

#sidebar #quickbits li, #sidebar .bubble li {
	margin: 0;
	padding: 0 0 0 13px;
	background: transparent url(../new/common/images/bullet.gif) no-repeat 0 4px;
	margin-bottom: .6em;
	}

#sidebar #quickbits li.last {
	background: none;
	}
	
#featured dd, #featured dt {
	margin: 0;
	}

#sidebar #featured dt {
	margin: 0;
	padding: 0 0 0 15px;
	background: transparent url(../new/images/bit_doc.gif) no-repeat 0 3px;
	}

#sidebar img {
	vertical-align: middle;
	}
	
#sidebar #sidebarfooter {
	color: #333333;
	padding: 10px;
	border-top: 1px solid #006;
}

/* years */

#theme {
	position: absolute;
	right: 30px;
	top: 200px;
	}
	
/* merchandise in sidebar on home page */

.merchandise dt img {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	border: 1px solid black;
	}

.merchandise dt {
	margin-bottom: 8px;
	}

.merchandise dd {
	margin: 0 0 3px 0;
	}

/* ---( footer )----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 8px 20px;
	font-size: 90%;
	color: #eee;
	background: #003;
	}

#footer a:link {
	color: #ccc;
	}

#footer a:hover {
	color: #fff;
	}

/* ---( contact form )------------------------------------ */

#contactform input, #contactform textarea, #contactform select {
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 2px;
	color: #444;
	}

#contactform textarea {
	width: 220px;
	}

/* ---( misc. )------------------------------------------ */

#search {
	margin-top: .5em;
	}

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	

#logo a, #nav a, a.noline:link, a.noline:visited, .photoBox a:link, .photoBox a:visited {
	border-style: none;
	}

h3 img {
	vertical-align: middle;
	}

ul.noBullet li {
	list-style-type: none;
	}

.center {
	text-align: center;
	}

.hide {
	display: none;
	}

#thumbBox {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	font-size:80%;
	color:#666666;
	width:auto;
	text-align:center;
	}

.small {
	font-size: 80%;
	color: #666666;
	font-weight:normal;
}