/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
#content
{
	color: black;
	text-align: center;
}

#content h1 {color: white;}

.box 
{
	width: 700px;
	margin: 10px auto;
	padding: 5px 5px 5px 15px;
	background-color: #EBD2F2;
	border: 3px solid #909;
	text-align: left;
}

.box h3
{
	margin: 5px;
	text-decoration: underline;
	text-align: center;
}
/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

