/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

#header 
{
	background-image: url(../graphics/alsscan_mainlogo.jpg);
	height: 300px;
}

.navbar 
{
	top: 270px;
}

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

.bannerbox
{
	width: 512px;
	display: inline;
	padding: 5px;
}

#newphotosets
{
	width: 1020px;
	margin: 10px auto;
	color: black;
	font-weight: normal;
	text-align: center;
	font-size: .8em;
	clear: both;
	border-top: 3px solid #909;
}

#newphotosets a {color: blue;}

#newphotosets table
{
	margin: 0 auto;
}

#newphotosets table td
{
	width: 170px;
	border: 1px solid black;
	padding: 5px;
}

#newphotosets table td:hover {border-color: #909;}

#newphotosets table td table td {border: none;}


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
