@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/bgpattern.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#container {
	width: 960px;
	margin: 0px auto 0px auto;
}
#header {
	width: 960px;
	height: 171px;
	background: url(../img/hdr-dyno-xtreme.jpg) no-repeat;
}
#navigation {
	width: 938px;
	color: #620000;
	padding-left: 22px;
}
#navigation ul {
	padding-top: 10px;
	height: 28px;
}
#navigation li {
	display: inline;
}
#navigation a {
	color: #fff;
	text-decoration: none;
}
a {
	color: #620000;
}
#navigation a:hover {
	border-bottom: solid 2px #620000;
}
#navigation a#this {
	border-bottom: solid 2px #620000;
}
.wrapper {
	padding: 0px 22px 0px 22px;
}
.wrapperGallery {
	padding: 0px 22px 0px 10px;
}
#leftCol {
	width: 580px;
	padding-right: 20px;
	float: left;
}
#sidebar {
	width: 263px;
	float: left;
	padding-left: 26px;
	display: inline;
	font-size: 11px;
	color: #666;
	border-left: solid 1px #e5e5e5;
}
#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #e5e5e5;
	font-size: 10px;
}
.copyright {
	color: #999;
	float: left;
}
.footerLinks {
	color: #e5e5e5;
	float: right;
}
.footerLinks a {
	color: #999;
}
.footerLinks a:hover {
	text-decoration: none;
}
h1 {
	color: #620000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.wrapperGallery h1 {
	margin-left: 12px;
}
p {
	margin-bottom: 15px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
#sidebar h1 {
	color: #620000;
	font-size: 14px;
	font-weight: bold;
}
.marginTop30 {
	margin-top: 30px;
}
.clear {
	clear: both;
}
img.border {
	border: solid #333 1px;
}
img.Gallery {
	margin: 0px 0px 24px 24px;
	display: inline;
}








