body {
	background: repeat url(../graphics/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.images {
}

#Main {
	width: 1000px;
	height: 722px;
	float: left;
	clear: left;
}

#Content {
	width: 500px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	background: repeat-y url(../graphics/content.jpg);
	padding: 0;
}

p {
	color: #303030;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0;
	width: 90%;
	margin-left: 20px;
}

h2 {
	color: #666666;
	text-align: center;
	letter-spacing: 0;
	width: 90%;
	margin-left: 20px;
	text-decoration: underline;
}

h3 {
	color: #003366;
	text-align: left;
	letter-spacing: 0;
	width: 90%;
	margin-left: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#Nav {
	float: left;
	width: 150px;
	margin-left: 20px;
}

#Nav a {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #6b6b6b;
	border-bottom: thin dashed #6b6b6b;
	text-align: right;
	color: #a6a8aa;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	text-shadow:2px 2px 4px #000000;
}

#Nav a:hover, #Nav a.selected {
	color: #dedede;
	border-bottom-style: solid;
}