body {
	background-color: #000060;
	margin: 0px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#holder #header {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
#holder #picture {
	float: left;
	height: 400px;
	width: 279px;
	margin-top: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#holder #nav {
	width: 130px;
	float: right;
	margin: 10px;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
}
#holder #nav a {
	text-decoration: underline;
	color: #FFFFFF;
}
#holder #nav a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#holder #nav a:hover {

	text-decoration: underline;
	color: #999999;
}
#holder {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 50px;
}
#holder #content {
	width: 435px;
	float: right;
	margin-right: 0px;
	margin-top: 30px;
}

#holder #copyright {
	margin-top: 100px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 500px;
}
#holder #content h1 {
	font-size: 24px;
	color: #FFCC30;
}

#holder #copyright a {
	text-decoration: underline;
	color: #FFFFFF;
}
#holder #copyright a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#holder #copyright a:hover {

	text-decoration: underline;
	color: #999999;
}
