body {
	background-color: #faf0e6;
	color: #735b3d;
}

#container {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5a0202;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5a0202;
	margin: 0 auto;
}

#contents {
	margin:0;
	padding: 0 20px;
}




#menu {
	padding: 0px 0px 0px 15px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 1px;
}

#menu a:link {
   color: #003300;
	text-decoration: none;
}

#menu a:visited {
	color: #003300;
	text-decoration: none;
}

#menu a:hover {
	color: #ff0000;
	text-decoration: none;
}

#contents_right {
	padding: 10px 15px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}

#copyright2 {
	background-image: url(images/bg_down2.gif);
	background-repeat: repeat-x;
	
	
	font-family: Tahoma;
	font-size: 11px;
	color: #5a0202;
}





#copyright1 {
	background-image: url(images/bg_down1.gif);
	background-repeat: repeat-x;
	
	
	font-family: Tahoma;
	font-size: 11px;
	color: #5a0202;
}

#copyright {
	
	
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #5a0202;
}

#copyright a  {
	color: #5a0202;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

.heading {
	margin: 0;
	padding-bottom: 20px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.text {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

