#wrap {
	margin: 5px auto 5px auto;
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
}
#logo { position: absolute; margin-left: 40px; margin-top: 5px; }

hr {
	margin-left: 10px;
	margin-right: 10px;
	top: -7px;
	height: 3px;
	background-color: #000000;
}

h3:first-letter { color: #C32827; }

table {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	color: #404040;
	width: 300px;
	border-spacing: 0px 5px;
}

th {
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 2px #000000;
}
th:first-letter { color: #C32827; }

ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 25px;
	text-align: justify;
	margin-right: 10px;
}
li { margin-bottom: 2px; }

.float-left { width: 340px; }
.float-right { width: 340px; }
.box { margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; }
