/*-- Developed by / for Platfuse Interactive, LLC  www.platfuse.com 
All Rights Reserved
-- */


/*  COMMON	*/

html {
	background: #e3f0f0 url(../img/common/pageBG.jpg) repeat-x;	
	height: 100%;
	line-height: 1.5;
	color: #3e4949;
	font-family: "lucida grande", Helvetica, arial, sans-serif;
	font-size: 13px;
}

.content {
	display:inline-block;
}

.content h2{
	margin-top: 45px;
	font-style:italic;
	color: #3e4949;
	font-size: 18pt;
	font-family:  "Georgia", Helvetica, Arial, Sans-Serif;
	font-weight:bold;
}

.content img{
margin-top: 15px;
width:940px;
border: solid red 1px;
}

.content p{
margin-top: 20px;
margin-bottom: 40px;
}

/*------------xxx-End of CSS-xxxxxxx----------------------*/