﻿body {
	background-color: #DEE08D;
	color: #547272;
}
.nav a:link {
	background-position: center;
	width: 200px;
	float: left;
	text-align: left;
	background-image: url('linkBG-yellow.png');
	background-repeat: no-repeat;
	height: 83px;
}

.content {
	width: 990px;
	background-color: #D4C0D3;
	border: 5px double #3B4D63;
	height: 2700px;
}
.header {
	width: 990px;
	height: 180px;
	border-bottom-style: groove;
	border-bottom-width: thick;
	border-bottom-color: #D4C0D3;
}
.nav {
	width: 200px;
	float: left;
	text-align: left;
	background-color: #D4C0D3;
	height: 2450px;
	border-right-style: groove;
	border-right-width: medium;
	border-right-color: #D4C0D3;
}
.main {
	float: right;
	width: 785px;
	background-color: #D4C0D3;
	height: 2450px;
}
img {
	border-style: none;
	border-width: 0px;
}
.nav a:visited {
	background-position: center;
	width: 200px;
	float: left;
	text-align: left;
	background-image: url('linkBG-yellow.png');
	background-repeat: no-repeat;
	height: 83px;
}
.nav a:hover {
	background-position: center;
	width: 200px;
	float: left;
	text-align: left;
	background-image: url('linkBG-blue.png');
	background-repeat: no-repeat;
	height: 83px;
	
}
h6 {
	font-family: "Arial Rounded MT Bold";
	color: #FFFF66;
	font-size: small;
	text-align: center;
}
h3 {
	font-family: "Arial Rounded MT Bold";
	color: #678A8A;
	font-size: large;
	text-align: center;
}
.footer a:link {
	font-family: "Arial Rounded MT Bold";
	color: #FFFF66;
	font-size: small;
	text-align: center;
	text-decoration: underline;
}
.footer a:visited {
	font-family: "Arial Rounded MT Bold";
	color: #FFFF66;
	font-size: small;
	text-align: center;
	text-decoration: underline;
}
.footer {
	width: 990px;
}
h2 {
	font-family: "Arial Rounded MT Bold";
	color: #C0A5BF;
	font-size: x-large;
	text-align: center;
	background-color: #DEE08D;
}
h1 {
	font-family: "Arial Rounded MT Bold";
	color: #DEE08D;
	font-size: xx-large;
}
.main a:link {
	color: #B08CAE;
	background-color: #DEE08D;
	font-size: x-large;
}
.main a:visited {
	color: #547272;
	background-color: #DEE08D;
	font-size: x-large;
}
.main a:hover {
	color: #D4C0D3;
	background-color: #547272;
	font-size: x-large;
}
td {
	vertical-align: top;
	border: 2px dashed #DEE08D;
}
.advert {
	background-color: #C7D4DD;
}
