@charset "utf-8";

html, body { margin:0px; padding:20px; font-family: Georgia, "Times New Roman", Times, serif; color:#000; background:#CCC;}

#outer {
	width: 840px;
	display: inline-block;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
	background: transparent;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -410px;
}

#content{
	width: 760px;
	height: auto;
	display:inline-block;
	margin:0 auto;
	padding:20px 30px;
	
	border:2px solid #999;
	background: #FFF;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.4em;
	text-align:left;
	color:#000;

	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	
	-moz-box-shadow: 0px 0px 10px #999; /* FF3.5 - 3.6 */
	-webkit-box-shadow: 0px 0px 10px #999; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 10px #999; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 { font-size:1.6em; }
h2 { font-size:1.3em; margin:0 0 20px 0; }
h3 { font-size:1.1em; margin:20px 0 5px 0; padding:0; }


a:active, a:link, a:visited, a { color:#000; text-decoration: none; border-bottom:dotted 1px; }
a:hover, a:focus { color: #C00; text-decoration: none; border-bottom:dotted 1px #C00; }