body {
	background-color: #CCCCCC;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-top: 25px;
}
#content #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
}
p {
	margin: 1px;
}
#content #header #name {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#content .contentArea .areaHeader {
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
}

a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 700px;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
}
