﻿*.primary {
	background-color: rgb(51, 51, 51);
}
*.secondary {
	background-color: rgb(164, 151, 119);
}
*.tertiary {
	background-color: rgb(240, 240, 230);
}
*.background {
	background-color: rgb(70, 2, 3);
}
h1#website-title {
	font-family: georgia, "times new roman", serif;
	font-size: 30px;
	font-weight: bold;
	color: rgb(252, 251, 247);
	font-style: normal;
	text-decoration: none;
}
h2#website-slogan {
	font-family: georgia, "times new roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(252, 251, 247);
	font-style: italic;
	text-decoration: none;
}
*#content {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(76, 47, 24);
	font-style: normal;
	text-decoration: none;
}
*#content a:link {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(197, 93, 38);
	font-style: normal;
	text-decoration: underline;
}
*#content a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(197, 93, 38);
	font-style: normal;
	text-decoration: underline;
}
*#content a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(197, 93, 38);
	font-style: normal;
	text-decoration: underline;
}
*#content a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(160, 14, 17);
	font-style: normal;
	text-decoration: underline;
}
*#navcontainer div a h3 {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(76, 47, 24);
	font-style: normal;
	text-decoration: none;
}
*#navcontainer div a:hover h3 {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	font-style: normal;
	text-decoration: none;
	background-color: rgb(164, 151, 119);
}
*#navcontainer div a:hover {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	font-style: normal;
	text-decoration: none;
	background-color: rgb(164, 151, 119);
}
*.accent {
	background: transparent url(../images/bedroom2.jpg) no-repeat top center;
}
