/*
*************************************************

Healing Design
Pop Screen Styles

Created by Bob Schwartz
http://www.fotografics.it

*************************************************
*/

/*-------------------------------------------  
  General Selectors
-------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
body {
	background: #0d2c4b;
	text-align: center;
	font: 9pt/14pt Verdana, Arial, helvetica, sans-serif;
}
img {
	border: 0;
	float: left;
	margin: 5px 5px 10px 0;
}
h1, h2 {
	font: 9pt/11pt Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #beb5a0;
	letter-spacing: 0.10em;
}
/*-------------------------------------------  
  Basic Page
-------------------------------------------*/
#wrapper {
	width: 510px;
	margin: 0 auto;
}
#head {
	width: 490px;
	height: 96px;
	margin: 0 auto;
	background: url(../im/logo_pop.jpg) no-repeat bottom left;
}
#content {
	margin: 10px 0 0 0;
	padding: 15px;
	text-align: left;
	font: 9pt/16pt Verdana, Arial, helvetica, sans-serif;
	color: #8f9090;
}
#footer {
	color: #8f9090;
	border-top: solid #c3c3c3 1px;
	padding: 5px 10px 0 10px;
	
	font: 7pt/12pt Verdana, Arial, helvetica, sans-serif;
}
/*-------------------------------------------  
  Content
-------------------------------------------*/
#slogan {
	float: right;
	padding: 76px 10px 0 0;
	color: #c3c3c3;
	width: 240px;
	text-align: right;
}
#content p {
	margin: 10px 0 0 0;
}
#copy {
	float: left;
	display: inline;
	width: 200px;
	text-align: left;
}
#fg {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
}
#footer a {
	color: #8f9090;
}
#footer a:hover {
	color: #F2AB21;
}
#footer a:active {
	color: #F00;
}
/*-------------------------------------------  
  Hacks
-------------------------------------------*/
.clearit {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
