/*
 * http://www.xscorch.org/visibility.css
 *
 * Copyright (c) 2004 Jacob Luna Lundberg
 */

/* sitewide A style */

/* section headings */
H3 {
	display:	block;
}

/*
 * ABOVE are general styles; specific styles are BELOW
 */

DIV.nav {
	clear:		none;
	float:		left;
	margin:		0px 25px 25px 0px;
}

A.logo {
	background:	url('/tank.gif') no-repeat center center;
	border:		2px solid;
	display:	block;
	height:		100px;
	margin-bottom:	25px;
	width:		100px;
}

A.logo > SPAN {
	color:		#fff;
	display:	block;
	font-size:	120%;
	font-weight:	bold;
	margin:		0.5ex;
	text-align:	center;
}

DIV.shots {
	clear:		left;
	float:		left;
	margin:		0px 25px 25px px;
	width:		140px;
}

DIV.shots IMG {
	height:		111px;
	width:		134px;
}

DIV.main {
	margin:		0px 0px 0px 165px;
}
