* {
/*	border: solid;
	border-width: thin; */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #d9fbff;
}

h3 {
	text-align: center;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

h2 {
	padding-bottom: 10px;
}

#container {
	background: transparent url("images/contentBox.png") top right repeat-y;
	margin:  20px auto;
	position: relative;
	width: 800px;
	z-index: 2;
}

#header {
	background: transparent url("images/header.png") top left no-repeat;
	height: 150px;
	width: 800px;
}

#menu {
	font-weight: bold;
	font-size: 10pt;
	float: left;
	position: relative;
	left: 18px;
	padding: 25px 1px 10px 0;
	top: 10px;
	width: 132px;	
}

#content {
	padding-top: 15px;
	text-align: justify;
	margin: 10px 0 10px 160px;
	width: 615px;
	font-size: .9em;
}

#base {
	background: transparent url("images/base.png") bottom left no-repeat;
	height: 14px;
	position: relative;
	width: 800px;
	z-index: 3;
}

#footer {
	width: 800px;
	height: 5px;
	clear: both;
}

.person {
	font-size: .8em;
}

#menu a {
	color: #d60642;
	text-decoration: none;
}

#menu a:hover {
	background-color: #d9fbff;
	color: #d60642;
}
