@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: 'Trebuchet MS';
	src: url('../../fonts/trebuc.ttf');
}
@font-face{
	font-family: 'Tahoma';
	src: url('../../fonts/tahoma.ttf');
}
@font-face{
	font-family: 'Arial';
	src: url('../../fonts/arial.ttf');
}
body
{
	background-color: #111;
	background-image: url('../attam/iMGS/sphalt.jpg');
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
	text-align: center;
}
#container
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 990px;
	height: 1400px;
	background-color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	
	box-shadow: 6px 6px 20px #000;
	-webkit-box-shadow: 6px 6px 20px #000;
	-moz-box-shadow: 6px 6px 20px #000;
	-ms-box-shadow: 6px 6px 20px #000;
	-o-box-shadow: 6px 6px 20px #000;
	
	border-radius: 12px 12px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	-ms-border-radius: 12px 12px;
	-o-border-radius: 12px 12px;
}
/* IMAGES */
#pitviper{
	position: relative;
	background-image: url('iMGS/viper_prep.png');
	background-position: -2px -10px;
	background-repeat: no-repeat;
	width: 960px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	top: 0;	
	border-bottom: 1px solid #ccc;
}
#pitViperLogo{
	position: absolute;
	background-image: url('iMGS/viper_prep.png');
	background-position: -2px -876px;
	background-repeat: no-repeat;
	top: 10px;
	width: 350px;
	height: 120px;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
}
#dodgeLogo{
	position: absolute;
	background-image: url('iMGS/viper_prep.png');
	background-position:4px -737px;
	background-repeat: no-repeat;
	bottom: 12px;
	width: 960px;
	height: 130px;
}
#sideBarImages{
	position: absolute;
	background-image: url('iMGS/viper_prep.png');
	background-position: -704px -868px;
	background-repeat: no-repeat;
	top: 600px;
	left: 700px;
	width: 254px;
	height: 550px;
}
#viperLogo{
	position: absolute;
	background-image: url('iMGS/viper_prep.png');
	background-position: -380px -880px;
	background-repeat: no-repeat;
	top: 1100px;
	left: 640px;
	width: 320px;
	height: 260px;
	z-index: 9;
}
/* SIDEBARS
/* SIDEGRIP RT */
#sidegripRt
{
	position: absolute;
	background-image: url('../attam/iMGS/ADblockRT.jpg');
	background-repeat: repeat-y;
	background-position: 0 7px;
	width: 21px;
	height: 100%;
	top:0;
	bottom:0;
	right: 0;
	z-index:9;
	border:0;
}
#sidegripFadeRt
{
	position:absolute;
	bottom:0;
	right: 0;
	width: 21px;
	height: 165px;
	z-index:10;
	background:url('../attam/iMGS/ADfadeRT.jpg');
	border:0;
	padding:0;
}
#atrt
{
	position: absolute;
	right: 10px;
	width: 15px;
	top: 0;
	bottom: 0;
	z-index: 11;
	background-repeat: repeat-y;
	background: url('../attam/iMGS/ATsidelineRT.jpg');
	border:0;
	border-right:1px solid #f90;
	border-left:1px solid #ccc;
}
/* SIDEGRIP LT */
#sidegripLt
{
	position: absolute;
	width:21px;
	height: 100%;
	left: 0;
	top:0;
	bottom: 0;
	z-index: 9;
	background-repeat:repeat-y;
	background:url('../attam/iMGS/ADblockLT.jpg');
	background-position: 0 8px;
	border:0;
	
}
#sidegripFadeLt
{
	position:absolute;
	height: 165px;
	width: 21px;
	bottom: 0;
	left: 0;
	z-index: 10;
	background:url('../attam/iMGS/ADfadeLT.jpg');
	border:0;
}
#atlt
{
	position:absolute;
	left: 10px;
	width: 15px;
	top:0;
	bottom:0;
	background-repeat:repeat-y;
	background:url('../attam/iMGS/ATsidelineLT.jpg');
	border: 0;
	border-right:1px solid #ccc;
	border-left:1px solid #f90;
	z-index: 11;
}

#writtenWord
{
	position: absolute;
	width: 100%;
	max-width: 660px;
	height: 504px;
	top: 730px;
	left: 34px;
	padding: 0;
	padding-bottom: 6px;
	border-top: 1px solid #C00;
	border-bottom: 1px solid #C00;
	overflow: hidden;
}
#column1{
	width: 48%;
	height: 100%;
	padding: 16px 0 2px 2px;
	margin-top: -2px;
	float: left;
	border-left: 4px double #C00;
}
#columnSplit{
	width: 2px;
	height: 100%;
	margin-top: 3px;
	margin-left: 6px;
	border-right: 1px double #C00;
	border-left: 1px double #C00;
	float: left;
}
#column2{
	width: 48%;
	height: 100%;
	padding: 20px 2px 2px 0;
	margin-top: -2px;
	float: right;
	border-right: 4px double #C00;
}
span{ font-size: 1.6em; }
p
{
	color: #F90;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2em;
	padding: 5px;
	text-align: justify;
	text-indent: 1.4em;
	margin-top: -4px;
}

.footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 12px;
	width: 100%;
	max-width: 980px;	
	background-color:#110000;
	border-top: 1px solid #660500;
	border-left: 1px solid #f90;
	border-right: 1px solid #f90;
	z-index: 2;
}
#update
{
	text-align: right;
	margin-right: 36px;
	line-height:11px;
	color:white;
	font-size:11px;	
	margin-right:30px;
	font-family: Geneva, Tahoma, Arial Rounded MT Bold, sans-serif;

}
