/***************************************************
	Copyright 2006 Sublime Net
	Author: Nick Pulido
	Contact: nick@altservices.net
	Created: 06.29.2006
****************************************************/


/****************************************************
		GLOBAL DECLARATIONS
****************************************************/

body	{
		background:url('images/top_gradient.jpg') repeat-x left top;
		background-color: #E0E0E0;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px}
		
		
p, h1, h2, h3	{
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 10pt;
		color: black;}

		
/****************************************************
		BODY CONTAINER
****************************************************/

#wrapper	{
		width: 700px;}


/****************************************************
		STAGE
****************************************************/

.stageTop		{
		height: 34px;
		background:url('images/stage_top.jpg') no-repeat left top;
		margin-top: 10px;}

.banner		{
		height: 118px;
		background:url('images/logo.jpg') no-repeat left top;}
		
.stage		{
		width: 700px;
		background:url('images/stage_side_shadow.jpg') repeat-y left top;
		background-color: white;}
		
.liftedBox		{
		width: 450px;
		background:url('images/lifted_box_shadow.jpg') no-repeat left bottom;
		background-color: #D9D9FF;
		padding: 10px 0px 20px 0px;
		margin-top: 10px;}
		
		
.grayBox	{
	width: 650px;
	background-color: #EBEBEB;
	border: 1px solid;
	border-color: black;
	padding-top: 10px;
	padding-bottom: 10px;}			
		

/****************************************************
		FOOTER
****************************************************/

.stageFooter		{
		height: 34px;
		background:url('images/stage_footer.jpg') no-repeat left top;
		}