/* CSS Document */

html,body { 	
	background-color: #43587a; 
	font-family: 'Trebuchet MS', Times, serif;
	font-size: 14px;
}

p {
	margin: 12px 0px;
}

h1 {
	font-size: 20px;
	margin-bottom: 32px;
	margin-top: 32px;
	margin-left: 16px;
	color: #c35843;
}

#container {
	margin: 32px auto;
	width: 300px;
	background-color: #ffffff;
	border: 2px solid #7990b7;
}

table td, table th {
	padding: 6px 16px 6px 16px;
	text-align: left;
}

table {
	margin-bottom: 32px;
}

/* `Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}