@charset "utf-8";

*{border:0px solid #eee;margin:0;padding:0;list-style:none}

html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%;overflow:hidden}


body{
	color:#000;
	background:#d7d7d7;
	font-family:"Baskerville", Arial,sans-serif;
	text-align:center;
	}
	
div.shadowed div.inner-boundary{
	margin:-2px 0px 0px -2px;
	border:1px solid #f4f4f4;
	background-color:#f4f4f4; 
		-webkit-box-shadow: 0 8px 6px -6px #999;
	   		-moz-box-shadow: 0 8px 6px -6px #999;
	        	 box-shadow: 0 8px 6px -6px #999; 
	/*	-moz-box-shadow:    3px 3px 5px 6px #999;
  		-webkit-box-shadow: 3px 3px 5px 6px #999;
  		box-shadow:         3px 3px 5px 6px #999; */
}


a {
	text-decoration:none; 
	color:#666;
}

a:hover {color:black}


#floater {
	width: 1px;
	height: 50%;
	margin-bottom:-300px;
	float:left;
}

#content{ 
	margin:0 auto;
	position: relative;
	clear:both;
	height: 400px;
	margin-top:20px; 
	width: 1024px;
	text-align:left;
}

#content .inner-border{padding:40px; overflow: hidden}
#content p {font-size: 16px; color: #666;}
#content img{float:left; padding-right:40px}

.description{padding-top:20px; padding-bottom:20px; font-size:18px; color: #666; }
.bold{color:blue;}

#footer {
	padding:5px;
	font-size:14px;
	color:#666;}


