*{	color: #f8c301;}
img {border: 0}
html {
    overflow: auto;
	background: #800000;
}

html:not(:nth-child(1)) { overflow: visible; }

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {
    font: 14px/120% Verdana, Tahoma, Arial, Helvetica, sans-serif;
    position: relative;
	width: 1023px;
	margin: 0 auto;
}

#header {
    height: 247px;
	background: url(/static/images/pitstop/head.jpg);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	left: 0;
}

.column {
	padding-top: 247px !important;
}

#container {
    padding-left: 250px;
	padding-right: 300px;
	overflow: hidden;
	float: left; /* IE 5.01 */
	float/**/: none;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: #9c1715;
}

* html #container { overflow: visible; }

#left, #right, #content {
    float: left;
    position: relative;
	padding-bottom: 147px !important;
}

/*\*/
#left, #right, #content {
    padding-bottom: 1000em !important;
    margin-bottom: -990em !important;
}
/**/

@media all and (min-width: 0px) {
    #left, #right, #content {
		margin-bottom: 0 !important; 
		padding-bottom: 3em !important;
	}

	#left:before, #right:before, #content:before {
		content: '.';
		display: block;
		background: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
}

#container:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container { display: inline-block; }
/*\*/
#container { display: block; }
/**/

#left {
    width: 230px;
    margin-left: -100%;
    right: 260px;
	padding: 10px;
	text-align: center;
}

* html #left {
    /*left: 250px;*/
}

#left .navigation ul{
	list-style: none;
	font-size: 22px;
	line-height: 1.5em;
	font-style: italic;
}
#left .navigation a{
    text-decoration: none !important;
}
#left .navigation a:hover{
	color: #fff;
    text-decoration: underline !important;
}
#right {
    width: 300px;
    margin-right: -100%;
}

#content {
    width: 100%;
}

#footer {
	text-align: center;
	height: 147px;
	position: relative;
	z-index: 1000;
	margin-top: -40px;
	width: 100%;
	background: url(/static/images/pitstop/footer-bg.jpg) repeat-x 0 100%;
}
#footer .copyright{
	padding-top: 70px;
	color: #f8c301;
}

/*---------- hack for ie ---------*/
#ie_img {
	margin-right: -67px;
}

.photos{
    margin-top: 20px;
}

.photos img{
    margin: 2px;
}

.logo img{
    margin: 10px 5px;
}

.photo-block{
    float:left;border: 1px solid #FFC100; padding: 2px;margin: 2px;
    background: #b70e0a;
}

.photo-block .caption{
    text-align: center; font-weight: bold; font-size: 14px;
 }

 .photo {
	background: #b70e0a;
	border:1px solid #FFC100;
	float: left;
	width: 135px;
	height: 135px;
	padding: 4px;
	margin: 1px;
	text-align: center;
}

.category_column{
	font-size: 15pt;
	color: white;
}
.image_container img{
	margin: 2px 10px 2px 2px;
}

#shadowbox_container {
	z-index: 1000000;
}

h1{
    line-height: 120%;
}

