body {
	font-family: "News Gothic Std", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 13px;
	line-height: 1.2em;

	
}

h1, h2, h3 {
	color: #3B3B3B;
}

h1 {
}

h2 {
	margin: 1em 0 1em 0;
	text-transform: uppercase;
	font-size: 16px;

}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 13px;
}

p, blockquote, ul, ol {
	margin-bottom: 0;
}

p {

	margin: 0 0 15px 0;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #News Gothic Std;
	font-style: none;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a:link {
	height: 32px;
	color: #333333;
}

a:hover {
	height: 32px;
	text-decoration: none;
}

a:visited {
	height: 32px;
}

img {
	border: 0px;
}

.image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.image-right {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	width: 708px;
	background-image: url(images/tournquist_header.gif);
	background-repeat:  no-repeat;
	height:149px;
	margin-left:-37px;
	width:740px;

}

#address {

	width: 360px;
	bottom:-85px;
	color: #fff;
	font-size:12px;
	right:-330px;
	text-align:right;
	position: relative;

}

#address a:link, #address a:visited {

	color: #cc0000;
}




/* Logo */



#logo h1 {
	float: left;
	letter-spacing: .2em;
	color: #FFFFFF;
	padding: 40px;
	font-style: italic;
	font-size: 12px;
}

#logo h1 a {
	color: #c70505;
}

#logo h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	color: #FFFFFF;
	font-size: 12px;
}

#logo a {
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	width: 708px;
	margin: 10px auto;
	padding: 0px;
	


}

#topshadow {
	width: 708px;
	background-image: url(images/tournquist_topshadow.jpg);
	background-repeat:  no-repeat;
	height: 20px;
	

}


#bottomshadow {
	width: 708px;
	background-image: url(images/tournquist_bottomshadow.jpg);
	background-repeat:  no-repeat;
	height: 30px;

	

}

#contentarea {
	width: 708px;
	background-image: url(images/tournquist_sideshadow.jpg);
	background-repeat:  repeat-y;
	min-height: 200px;

	

}


/* Sidebar */

#sidebar {
	float: left;
	width: 145px;
	background-color: #000000;
}

/* Content */

#content
{
	margin-left:180px;
	padding:15px 30px 30px 0;
	text-align:left;
	width:465px;

}

/* Menu */

#menu { 
	 	background-color: #3b3b3b;
	 	padding-top: 20px;
	 	padding-bottom: 20px;

}

#menu img {
	height:32px;
	display: block;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	height: 32px;
}

#menu a
{
	height: 32px;
	border: 0px;
	display: block;
	background-color: yellow;
	
}

#menu a:hover {
	height: 32px;
	color: #666666;
	display: block;

}

#menu a:active {
	color: #666666;
	display: block;
	height: 32px;
}

#menu a:visited {
	color: #666666;
	display: block;
	height: 32px;
}

/* Testimonial */

#testimonials {
	padding: 15px;
	background-color: #dedede;
	font-style: italic;
}

#testimonials .quote {
	display: block;
	
}



