/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	color: #fff;
}

#wrapper2 {
	width: 900px;
	margin: 0 auto;
	background: url(images/back.gif) repeat-y;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #000;
}

#header h1 {
	height: 270px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	height: 270px;
}

#navigation {
	height: 60px;
	background: url(images/nav-back.gif) no-repeat;
}

#navigation ul {
	list-style: none;
	padding-left: 25px;
	float: left;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	padding: 0 10px;
}

#navigation ul li#racecars a {
	background: url(images/nav-racecars.gif) no-repeat;
	width: 125px;
}

#navigation ul li#tshirts a {
	background: url(images/nav-tshirts.gif) no-repeat;
	width: 96px;
}

#navigation ul li#embroidery a {
	background: url(images/nav-embroidery.gif) no-repeat;
	width: 134px;
}

#navigation ul li#lettering a {
	background: url(images/nav-lettering.gif) no-repeat;
	width: 117px;
}

#navigation ul li#contact a {
	background: url(images/nav-contact.gif) no-repeat;
	width: 102px;
}

#navigation ul li#links a {
	background: url(images/nav-links.gif) no-repeat;
	width: 72px;
}

#navigation ul li#racecars a:hover, #navigation ul li#tshirts a:hover, #navigation ul li#embroidery a:hover, #navigation ul li#lettering a:hover, #navigation ul li#contact a:hover, #navigation ul li#links a:hover {
	background-position: bottom left;
}

#content {
	background: url(images/content-back.png) no-repeat;
	clear: left;
}

#content div.paragraphs h2.contenth2 {
	color: #fff;
	border-bottom: 2px solid #ff0;
	margin: 10px;
	font-size: 2.4em;
	height: 50px;
	line-height: 50px;
	text-align: right;
	background: url(images/woodyhead.gif) center left no-repeat;
}

#content h2#welcome {
	text-align: center;
	padding: 10px 0 5px 0;
}

#content div.paragraphs {
	background: #000;
	border: 1px solid #333;
	margin: 0px 40px 10px 40px;
	background: #000 url(images/woody-back.jpg) center top repeat-y;
}

#content div.paragraphs hr {
	margin: 0 5px;
	color: #333;
	background: #333;
	height: 1px;
}

#content div.paragraphs p {
	margin: 10px;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
}

#content div.paragraphs p a.links, #content ul#contact li a {
	color: #ff0;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-decoration: none;
}

#content div.paragraphs p a:hover.links, #content ul#contact li a:hover {
	color: #fff;
}

#content div.paragraphs p.center {
	text-align: center;
}

#content div.paragraphs p.linkspage {
	text-align: center;
	margin: 20px 0;
}

#content div.paragraphs p img.floatleft {
	float: left;
	border: 1px solid #222;
	padding: 5px;
	margin: 5px 5px 0 5px;
}

#content div.paragraphs p img.floatright {
	float: right;
	border: 1px solid #222;
	padding: 5px;
	margin: 5px 5px 0 5px;
}

#content ul#contact {
	margin-left: 30px;
}

#content ul#contact li {
	font-size: 1.8em;
	padding: 7px 0;
}

#content ul#contact li strong {
	color: #ccc;
}

#content div.paragraphs iframe {
	width: 425px;
	height: 350px;
}

#content #lightbox2 p {
	text-align: center;
}

#content #lightbox2 p a img {
	border: 1px solid #666;
	padding: 5px;
}

#content #lightbox2 p a:hover img {
	border: 1px solid #fff;
}

#footer p {
	margin-top: 10px;
}

#footer p.center a img {
	border: none;
}