/*
   Suspect KJ
   Showcase
   
   Created by Austin M on 2008-11-12.
   Copyright 2008 __Kim Janson | Suspect__. All rights reserved.
*/

	body {
		background-color:#000000;
		padding-top:50px;
		font-size:10px;
	}
	
	#headContainer	{
		position:absolute;
		top:0px;
		left:0px;
		height:158px;
		width:100%;
		z-index:1;	
		text-indent:-5000px;
	}
	
	#headLeft	{
		float:left;
		height:158px;
		width:5%;
	}
	
	#header {	
		float:left;
		background:url(img/~head.jpg) no-repeat top left;
		height:158px;
		width:90%;
		border-bottom:#262626 1px solid;	
	}
	
	#headRight	{
		float:right;
		height:158px;
		width:5%;
	}
	
#clear 	{
	clear:both;
	}
	
#container	{
	margin:0 auto;
	z-index:2;
}

#footContainer	{
	position:absolute;
	bottom:0px;
	left:0px;
	height:101px;
	width:100%;	
	z-index:1;		
}	

#footBackLink	{
	text-align:left;
	border-bottom:#FFEA00 1px solid;
}

a.backButton	{
display:block;
height:25px;
width:117px; 
text-indent:-5000px;
background:url(img/backbutton.gif) no-repeat;
}

a.backButton:hover	{
display:block;
height:25px;
width:117px; 
text-indent:-5000px;
background:url(img/backbutton.gif) no-repeat 0px -25px;
}

#footLeft {
	float:left;
	height:80px;
	width:5%;
}

#footer	{
	float:left;
	width:90%;
	height:80px;		
}
 
img.MTImage	{
	margin-top:-18px;
}

#footRight {
	float:right;
	height:80px;
	width:5%;
}   

    p.footText {
	color:#FFEA00;
	margin-top:0px;
	font-size:85%;
	font-family:verdana;
	font-weight:normal;
	text-align:left;
	letter-spacing:1px;
}

a, a:visited, a:hover	{
	color:#FFEA00;
	text-decoration:none;
}
