body {
	background-color: #DDE5FF;
	background-image: url('../images/bg.png');
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

#floatingBlock {
	background-color: #DDE5FF;
	border: 2px solid #000;
	width: 800px;
	min-height: 600px;
	margin-top: 10px;
}

#title {
	height:45px;
	width:270px;
	background-image: url('../images/title2.png');
	margin-left: auto;
	margin-right: 0;
}

#nav {
	border: 2px solid #000;
	background-color: #3b6174;
	width:800px;
	height:16px;
	margin-top: 10px;
	text-align: right;
}

#nav ul {
	display: inline;
	list-style:none;
}

#nav ul li {
	float: left;
	border: 0px solid #000;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#nav ul li a:hover {
	background-color: #4d839f;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#nav a:hover {
	background-color: #4d839f;
}

.heading {
	font-weight: bold;
	font-size: 18px;
	color: #004;
}

a {
	text-decoration: none;
}

a:link {
	color: #004;
}

a:visited {
	color: #004;
}

a:hover {
	color: #777;
}

a:active {
	color: #000;
}
.author {
	color: blue;
}
