/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

#header 
{
	background-image: url(../graphics/alsscan_mainlogo_nonude.jpg);
}

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

#left 
{
	width: 257px;
	margin: 10px;
	float: left;
}

#left a img {float: left;}

#right
{
	width: 717px;
	float: left;
}

#right h1, #right h2
{
	font-size: 1.2em;
	color: #93C;
	margin: 10px;
}

#right p
{
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
	padding: 5px;
	color: black;
	background-color: #EBD2F2;
	border: 1px solid #93C;
}

#right table 
{
	margin: 5px;
	padding: 0 5px;
	border: 1px solid #93C;
	background-color: #EBD2F2;
	font-size: 12px;
	color: black;
}

#right table img 
{
	border: 1px solid #93C;
}

span.style1 
{
	display: block;
	margin: 0;
	font-size: 1.5em;
	color: #93C;
}

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

