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

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

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

#contents a:link {
	color: #91966c; 
	text-decoration: none; 
}

#contents a:visited {
  	color: #91966c;
  	text-decoration: none; 
}

#contents a:hover {
  	color: #cfc295; 
  	text-decoration: none; 
}

#left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

#menu {
	padding: 10px 0 10px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
}

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

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

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

#contents_right {
	padding: 15px 0 10px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
}

#contents_right a:link {
   color: #91966c;
	text-decoration: none;
}

#contents_right a:visited {
	color: #91966c;
	text-decoration: none;
}

#contents_right a:hover {
	color: #cfc295;
	text-decoration: none;
}

#copyright {
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #e6e6fa;
	letter-spacing: 1px;
}

.title {
	margin: 0;
	color: #444349;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

.heading {
	margin: 0;
	color: #444349;
	padding-bottom: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

.text {
	margin: 0;
	color: #444349;
	padding: 0 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	}

.footnote {
	margin: 0;
	color: #444349;
	padding: 0 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 18px;
	}

