﻿@import url("layout.css");



body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #000000;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: 700;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	margin-top:0;
	text-align: center;
	width: 698px;
	border: 0px solid #431;
	background-color: #fff;
	background-image: url("../images/masthead_1.jpg");
	background-attachment: scroll;
}

#intropage {
	text-align: center;
	width: 698px;
	border: 0px solid #431;
	background-color: #fff;
	background-image: url("../images/welcome_600x480.jpg");
	background-attachment: scroll;
}

#navigation {
	position: relative;
	float: right;
	width: 110px;
	margin-top: 25px;
	margin-bottom: 5px;
	border: 0px solid #431;
	background-color: #000000;
}
#bodylinks {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #431;
	background-color: #000000;
}

#content {
	float: left;
	width: 555px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 10px;
	border: 0px solid #431;
	background-color: #000000;
	color: #D4A46C;
}


/* Applies to h1 elements in the content division */
#content h1{
  font-family: Georgia, "Times New Roman", serif;  
  color:#806659;
  font-weight:bolder;
  font-variant:normal;
  letter-spacing:0.02em; 
}

#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 0px solid #431;
	background-color: #000000;
	color: #000000;
	font-size: small;
	font-family: Georgia;
}

#pedlink {
	position: relative;
	text-align: center;
	width: 90px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0px solid #431;
	right: 0px;
	left: 230px;
}


/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	background-color: #fff;
}
#navigation a {
	color: #D4A46C;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #fff;
	background-color: #000000;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #D4A46C;
}

/* pedlink Styles */
#pedlink ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#pedlink li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	background-color: #fff;
}
#pedlink a {
	color: #D4A46C;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #fff;
	background-color: #000000;
	width: 72px;
}
#pedlink a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #D4A46C;
}


/* Content Styles */

/* Bodylink Styles */
#bodylinks ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#bodylinks li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	background-color: #fff;
}
#bodylinks a {
	color: #D4A46C;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #fff;
	background-color: #000000;
}
#bodylinks a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #D4A46C;
}
/* Bodylink Styles */

h6 {
	color: #D4A46C;
	width: 555px;
	font-size: 8px;
	
}
h5 {
	color: #D4A46C;
	width: 555px;
	font-size: 10px;
	text-align:left
}
h4 {
	color: #D4A46C;
	width: 555px;
	font-size: 12px;
}
h3 {
	color: #D4A46C;
	width: 555px;
	height: 13px;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
h2 {
	color: #D4A46C;
	width: 555px;
	height: 18px;
	text-align: left;
	text-decoration: none;
}

h1 {
	color: #D4A46C;
	width: 555px;
	height: 22px;
}
p  {
	width: 555px;
	text-align: center;
	color: #D4A46C;
}

p1  {
	width: 555px;
	text-align: center;
}
p2	{width: 555px;
	text-align: right;
}


#content h1 {
	color: #D4A46C;
	width: 555px;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
	float: none;
}
/* Footer Styles */
#footer p {
	color: #D4A46C;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 71px;
	font-size: x-small;
	width: 693px;
}
#footer a {
	color: #D4A46C;
	text-decoration: underline;
	font-size: x-small;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
r: #D4A46C;
	text-decoration: underline;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	color: #742;
	text-decoration:none;
} 


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}