html, body{
	min-width: 760px;
	background: #101010 url(../images/bg.jpg) repeat-y top center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	/* still strange when window is small AND scrolled in Safari, but not a huge issue  */
}
	
	
	
	
/* - - - - - - - - - - secondary navigation - - - - - - - - - -  */

	




/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
#wrapper {
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	position: relative;
}
	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#logo {
	margin: 00px 0 00 px;
	z-index: 50;
	position: relative;
}

#header {
	margin: 0 0 0 45px;
	padding: 0 0 20px 0;
	width: 292px;
	position: absolute;
	top: -16px;
	height: 609px;
	background-image: url(../images/teaser.jpg);
}
	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {
	position: absolute;
	top: 0;
	left: 352px;
	width: 355px;
	margin: 0;
}

#primary_content {
	margin: 0;
	padding: 10px;
}

#primary_content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #af451c;
	text-transform: uppercase;
	margin: 30px 0 5px 0;
	padding: 30px 0 0 0;
	background: url(../images/content_seperator.gif) top center no-repeat;
}

#primary_content p {
	margin: 0 0 15px 1px;
}
	
	
	
	
/* - - - - - - - - - - secondary content - - - - - - - - - -  */

	
	
	
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	margin: 0;
	padding: 10px;
}
	
	
	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
#nav, #nav ul {
	list-style-type: none;
}

a:link, a:visited { color: #af451c; }

a:hover { color: #000; }

a:active { color: #fff }


h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

.Tight {
	line-height: 16px;
}

	
	
	
	
/* - - - - - - - - - - header typography - - - - - - - - - -  */

	

#header p {
	margin: 0 36px;
	color: #cc3333;
	font-size: 12px;
	line-height: 20px;
}

#header p span {
	white-space: nowrap;
}




/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
	
#nav {
	padding: 0;
	margin-top: 250px;
}

#nav li {
	margin: 0 auto;
	padding: 0;
	width: 105px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#nav li a {
	color: #d4dfd7;
	text-decoration: none;
	padding: 10px 0 15px 0;
	display: block;
	width: 105px;
	background: url(../images/bullet.png) no-repeat center bottom;
}

#nav li.Last a {
	background: none;
}

#nav li:hover a, #nav li.Current a 
{
	color: #fff;
}
.form input.text				{
	width: 200px;
	float: left;
	border: 1px solid #c5c5c5;
	padding: 3px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

