/* Johnny Incognito CSS Stylesheet */

BODY
{
  	font-size:12px;
    BACKGROUND-COLOR: #000000;
    color: #FFFFFF;
    font-family: Verdana, Trebuchet MS, Arial, serif;
    text-align: center;
    margin: auto;
}

#Main
{
	font-size:12px;
	width: 800px;
	margin: auto;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
}

#logo
{
	margin-bottom: 15px;
	width: 800px;
	height:160px; 
	background-image: url(http://img.photobucket.com/albums/v491/sjerb/Hosted%20Images/JI_Logo.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

#header 
{
	width: 40px;
	float: right;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#back_pic 
{
	position:absolute;
	top:0px;
	right:0%;
	z-index:0;
}

#content
{
	font-size:12px;
	width: 599px;
	float: right;
	padding: 0px 15px 5px 15px;
	text-align: left;
	border-left: solid 1px #BD494A;
	height: 300px;
	min-height: 300px;
}
*>.Content {
  height: auto; /*for min height to expand, IE ignores*/
}

#content A:link	
{
	font-size:12px;
	text-decoration: none;
	color:	#ccccff;
	font-weight: 600;
}	
#content A:visited	
{
	font-size:12px;
	text-decoration: none;
	color:	#BD494A;
	font-weight: 600;
}	
#content A:active	
{
	font-size:12px;
	text-decoration: none;
	color:	#ccccff;
	font-weight: 600;
}	
#content A:hover
{
	font-size:12px;
	color:	#BD494A;
	text-decoration: underline;
	font-weight: 600;
}

#nav_bar
{
	font-size:12px;
	width: 120px;
	float: left;
	background-color: #000000;
	text-align: left;
	text-transform: uppercase;
	margin-right: 10px;
}
#nav_bar A:link
{	
	font-size:12px;
	display: block;
	width: 110;
	height: 20px;
	text-decoration: none;
	background-color: #000000;
	color:	#FFFFFF;
	font-weight: normal;
	padding-left: 17px;
}
#nav_bar A:visited	
{
	font-size:12px;
	display: block;
	width: 110;
	height: 20px;
	text-decoration: none;
	background-color: #000000;
	color:	#BD494A;
	font-weight: normal;
	padding-left: 17px;
}
#nav_bar A:active	
{
	font-size:12px;
	display: block;
	width: 110;
	height: 20px;
	text-decoration: none;
	background-color: #000000;
	color:	#BD494A;
	font-weight: normal;
	padding-left: 17px;
}	
#nav_bar A:hover	
{
	font-size:12px;
	display: block;
	width: 110;
	height: 20px;
	text-decoration: none;
	background: url(http://img.photobucket.com/albums/v491/sjerb/Hosted%20Images/menumouseover2.jpg) no-repeat;
	font-weight: normal;
	padding-right: 17px;
}
b.head
{
	text-transform:uppercase;
}

#imageDiv, #content td {
	font-size:12px;
}
