/*====================================================================================

AUTHOR 			Edithson Abelard

COMPANY			Passion 47, Inc.

COPYRIGHT		(c) Copyright 2006 Passion 47,Inc. All rights reserved.  

USE				This stylesheet was created for use with the ARK For Christ website,
				However anyone may use this stylesheet, as long as the replications contain
				the code as a whole. 

DATE			1/24/06

===================================================================================*/

body
{
	margin: 0em;
	padding: 1em;
	
	background: #333 url('./assets/bg1.png');

	  

}

#page
{
	width: 800px;
	height: auto;
	min-height:900;
	border: gray solid 1px ;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	background: #FFF;
	
	
	
}



#header
{
	width: 800px;
	height: 380px;
	background: #006600;
	margin-bottom: 25px;

}

#subContent
{
	width: 180px;
	height: 423px;
	position: relative;
	float: left;
	top: 10px;
	left: 0;
	margin-left: .7em ;
	


}

#subCon
{
	background: #0066CC;
	color: #FFF;
	padding-left: .5em;
}


#content
{
	
	width: 600px;
	height: 100%;
	min-height: 423px;
	position: relative;
	left: 9px;
	top: 0;
	float: left;
	margin-bottom: 10px;
	padding: 0em 0em .5em .5em;

}

#content label
{
	display:block;
	text-align: left;
	float: left;
	margin-right: 20px;
	position: relative;
	width: 75px;
}

br
{
	clear: left;	
}

#content input
{
	display: block;
	margin-bottom: 10px;
	float: left;
	color: #000;
	width: 175px;
}

#content input:focus
{
	background-color: #CCC;
	color:#0066FF;
}

#content textArea
{
	width: 400px;
	float: left;
	
	
	
}

#content textarea:focus
{
	background-color: #CCC;
	color:#0066FF;	
}

#heading
{
	color: #0066CC;
	font-size: 25px;
	border-bottom: 1px gray solid;
}

#footer
{
	
	clear: both;
	border-top: 2px gray dotted;

	
}

#footer ul
{
	padding: .3em ;
	list-style: none;
	margin-bottom: 1em;
	margin-left: 10%;
	
	
	
} 

#footer li
{
	float: left;
	display: block;
	border-right: thin gray solid ;
	padding: 0 1.5em;

}

#footer ul li a:link
{
	text-decoration: none;
	color:#999999;

}

.passion47
{
	text-decoration: none;
	color:#0066FF;
}



#footer ul li a:hover
{
	color:#FF0000
}

#footer p
{
	text-align: center;
	color: #333;
	
}	

#warning
{
	color: #990000;
	font: 14pt bold;	
}

