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


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

body	{
		background-color: #E0E0E0;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px 0px 0px 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;}
		
p	{
		margin-bottom: 20px;}
			

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

#wrapper	{
		width: 700px;}


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

.stage		{
		width: 700px;
		background:url('images/stage_side_shadow.jpg') repeat-y left top;
		background-color: white;
		margin-top: 0px;
		margin-bottom: 0px;}
		
.grayBox	{
	margin-left: 15px;
	width: 670px;
	background-color: #EBEBEB;
	border: 1px solid;
	border-color: black;}			
		

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

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