﻿@import url("layout.css");
body {
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background: #000000 url('../images/bg_marble1.jpg');
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	background-color: #fff;
	background: #eeeeee;
	width: 640px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
}
#masthead {
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background: url('../images/bg_black1.jpg');
	text-align: center;
	width: 620px;
	padding: 10px;
}
#navigation {
	border: none;
	position: relative;
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	border-width: 1px;
	background-position: right;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	float: left;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url('../images/bg_flowers2.gif');
	background-repeat: repeat-y;
	border-right-color: #999999;
}
#footer {
	text-align: center;
	clear: both;
	width: 630px;
	border: 1px dotted #999999;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* 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 none;
	background-color: #eeeeee;
}
#navigation a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #fff solid;
	background-color: #dddddd;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #725972;
}
h5 {
	color: #725972;
}
h4 {
	color: #725972;
}
h3 {
	color: #725972;
}
h2 {
	color: #725972;
}
#content h1 {
	color: #725972;
}
#content img {
	padding: 3px;
	border: 0px dashed #725972;
}
/* Footer Styles */
#footer p {
	color: #999999;
}
#footer a {
	color: #725972;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
a {
	color: #725972;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

b {
	color:#725972
}

td {
	background-color: transparent;
	text-align: left;
	font-family: Trebuchet;
	color: #000000;
	letter-spacing: 1px;
	border-color: #725972;
	border-width:1px;
	padding:5px 
}

tr {
	background-color: transparent;
	text-align: left;
	font-family: Trebuchet;
	color: #000000;
	letter-spacing: 1px;
	border-color: #725972;
	border-width:1px;
	padding:5px 
}

th {
	background-color: transparent;
	text-align: left;
	font-family: Trebuchet;
	color: #000000;
	letter-spacing: 1px;
	border-color: #725972;
	border-width:1px;
	padding:5px 
}

table {
	background-color: transparent;
	text-align: left;
	font-family: Trebuchet;
	color: #000000;
	letter-spacing: 1px;
	border-color: #725972;
	border-width:1px;
	padding:5px 
}