/* Copyright 2010 ALS Scan, Inc  */
/* All Rights Reserved 			*/
/* adv.alsscan.com 				*/

* 
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: white;
}

body, #container
{
	background-color: black;
}

#container, #wrapper, #content, #header, #footer
{
	width: 1000px;
	margin: 0 auto;
}

#wrapper 
{
	border-left: 2px solid #909;
	border-right: 2px solid #909;
}

#header
{
	margin: 0px auto 10px auto;.
}

#header img {border-top: 2px solid #909; border-bottom: 2px solid #909;}
#footer img {border-top: 2px solid #909;}

#footer
{
	border-bottom: 2px solid #909;
}

#wrapper a, #wrapper a:visited {color: white;}
#wrapper a:hover, #wrapper a:visited:hover {color: red;}

h1, h2, h3, h4, h5, h6 {margin: 5px auto;}

table.frame, table.gallerythumbs
{
	margin: 10px auto;
}

#header h3 {font-size: 1em;}
