/* CSS Document */

* {
	padding: 0;
	Margin: 0;
}
body {
	font: 15px/1.3 Tahoma, sans-serif;
	color: #1C1301;;
	background-image:url(images/background.jpg);
}
#container {
	margin: 0em auto;
	width: 901px;
	background-image:url(images/text_background.jpg);
	border: 2px solid #1C1301;
}
#header {
    height: 272px;
	width: 901px;
}
#contents {
	width: 861px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 450px;
	_height: 450px;
}
h1 {
	font: 17px/1.4 Tahoma, sans-serif;
	color: #1C1301;
}
h2 {
	font: 15px/1.2 Tahoma, sans-serif;
	font-weight:bold;
	color: #EB7F01;
}
#footer {
	width: 901;
	text-align: center;
}
#contents p {
	text-align: left;
}
a:link {
	color: #EB7F01;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #EB7F01;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #EB7F01;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color: #1C1301;
	font-weight:bold;
}
#footer p {
	font-size: 12px;
	color: #1C1301;
}
#footer a:link {
	font-size: 12px;
	font-weight: bold;
	color: #1C1301;
}
#footer a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #1C1301;
}
#footer a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #EB7F01;
	text-decoration: underline;
}
#footer a:active {
	font-size: 12px;
	font-weight: bold;
	color: #1C1301;
}
#contents h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1C1301;
}
#contents ul {
	margin-top: 2px;
	margin-left: 10px;
}
#contents li {
	margin-top: 2px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
}
.rightimg {
	border: 1px solid #EB7F01;
	margin-left: 15px;
}
.rightimgnoborder {
	margin-left: 15px;
}
.leftimg {
	border: 1px solid #EB7F01;
	margin-right: 15px;
}
.img {
	border: 1px solid #EB7F01;
}
.caption {
	font-size: 12px;
	color: #1C1301;
	margin-top: 4px;
}
.tableleft {
	margin-right: 15px;
}
