@charset "utf-8";
body {
	background-color: #F4F0DF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #666666;
	margin: 0px;
}
#container {
	height: auto;
	width: 780px;
}

#menu {
	background-image: url(../images/bg-td-content.png);
	background-repeat: repeat-x;
}
#header {
	background-image: url(../images/bg-td-content.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	border-bottom-style: none;
}
td, th  {
	border: 1px solid #A48B35;
	padding: 5px;
}
a:link {
	color: #E0D2A0;
	display: block;
	line-height: 1em;
	padding: 5px;
	border: 1px solid #A48B35;
	text-decoration: none;
	margin: 10px;
}
a:hover {
	color: #A48B35;
	display: block;
	line-height: 1em;
	padding: 5px;
	border: 1px solid #A48B35;
	text-decoration: underline;
	margin: 10px;
}
a:visited {
	color: #A48B35;
	display: block;
	line-height: 1em;
	padding: 5px;
	border: 1px dotted #A48B35;
	text-decoration: underline;
	margin: 10px;
}
a:active {
	color: #A48B35;
	display: block;
	line-height: 1em;
	padding: 5px;
	border: 1px solid #A48B35;
	text-decoration: underline;
	margin: 10px;
}
#content {
	background-image: url(../images/bg-td-content.png);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	padding-top: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 15px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 13px;
	font-weight: bold;
}
