* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url("images/background.jpg") bottom right #A7C7FF no-repeat;
	font-family: calibri, arial;
}

a {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	font-size: 18px;
}

td {
	padding: 10px;
}

#header {
	background: url("images/header_bg.jpg") repeat-x;
	text-align: center;
	height: 120px;
}

#nav {
	background: url("images/nav.gif");
	border-top: solid 1px #142A51;
	border-bottom: solid 1px #142A51;
	height: 20px;
	font-weight: bold;
}

* html img {
	margin-bottom: -4px;
}

#nav ul li {
	display: inline;
	margin: 0 10px 0 10px;
}

#nav ul li a {
	color: #FFF;
	padding: 0 10px 1px 10px;
}

#nav ul li a:hover {
	background: url("images/nav.gif") bottom;
}

.content {
	background: url("images/pixel.png");
	border: solid 1px #FFF;
	display: block;
	height: 600px;
	margin: 20px;
	padding: 16px;
}

.content p {
	margin-bottom: 14px;
}

.content ul {
	margin-left: 20px;
}

.box {
	display: block;
	float: left;
	width: 350px;
	min-height: 220px;
	margin: 10px;
}

.pane {
	display: block;
	float: left;
	width: 700px;
	margin: 10px;
}