@CHARSET "UTF-8";

body {
	background: url("../img/layout/back.gif") top left repeat #f6fad9;
	font: 12px Helvetica, Arial, sans-serif;
	text-align: justify;
}

h1 { font-size: 1.2em; font-weight: bold; margin: 20px 0px 10px 0px; }

ol { list-style-type: decimal; list-style-position: outside; margin: 10px 0px 10px 25px; }
li { padding-bottom: 5px; }

div#content {
	background-color: #ffffff;
	border: 1px solid #d4d4d6;
	width: 720px;
	margin: 20px auto 0px auto;
	padding: 20px;
}
	
	div#content div#logo {
		background: url("../data/logo.jpg") top center no-repeat #ffffff;
		height: 80px;
	}
	
	