@charset "UTF-8";
/* CSS Document */


/* Reset */

html { background-color: #CCC; color: #000; } 
:link, :visited { text-decoration: none; }
ul, ol { list-style: none; list-style: outside; }
h1, h2, h3, h4, h5, h6, pre, code, p { font-size: 1em; }
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { padding: 0; margin: 0; }
a img, :link img, :visited img { border: none; }
address { font-style: normal; }

html {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}


body {
	padding: 20px 0 0 0;
	}

p {
	font-size: 18px;
	color: #333;
	line-height: 22px;
	padding: 0 0 10px;
}

h1 {
	font-size: 24px;
	color: #000;
	margin: 0 0 15px 0;
}



.content {
	width: 800px;
	margin: 20px auto 20px;
	background-color: #FFF;
	padding: 10px 15px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 5px 8px #858585;
	-moz-box-shadow: 0px 5px 8px #858585;
	box-shadow: 0px 5px 8px #858585;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
.content {
	behavior: url(/PIE.htc);
	}
