/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url('bg.gif');
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #322923
}
img {
	border: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #322923;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;

}
h2 {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
#container {
	width: 772px;
	background-color: #322923;
	background-image: url('bg_page.gif');
	margin: auto;
	background-repeat: repeat-y
}
#page {
	width: 732px;
	margin: auto;
	background-image: url('bg_content.gif');
}
#header {

}
#head {
	background-image: url('bg_head.gif');
	background-repeat: no-repeat;
	height: 222px
}
#paragraph {
	background-image: url('bg_paragraph.gif');
	background-repeat: no-repeat;
	height: 95px;
	text-align: center;
	padding: 5px
}
#paragraph h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 50px;
	vertical-align: text-bottom;
}
#content {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8aa336;
	padding-bottom: 5px;
	text-align: right;
	margin-bottom: 5px;
}
#content_center {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8aa336;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#content_bottom {
	background-color: #e4efb8;
	padding: 10px;
	margin-bottom: 5px;
}
#footer {
	background-color: #bcd075;
	text-align: right;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d5e88f;
	border-right-color: #d5e88f;
	border-left-color: #d5e88f;
	padding: 10px;
	font-weight: bold;
	font-size: 11px;
}
.right {
	text-align: right;
}
.line {
	text-align: right;
}