body {
	background-color: #e3d4d8;
	color: #000000;
}

/** Body **/
#bodyRepeat {
 background: url(bg/body_repeat.gif) repeat-y;
}
#body-top {
 background: url(bg/body_top_1.gif) no-repeat;
}
#body-bot {
 background: bottom left url(bg/body_top.gif) no-repeat;
 padding: 36px 39px 19px 39px;
}


#container {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0 auto;
}

#contents {
	margin:0;
	padding: 0 20px;
}

#left {
	background-color: #e7d8dc;
}

#right {
       
       background-color: #e7d8dc;
	
}

#menus {
background-color: #8c435d;
}

#menu {
	padding: 10px 0 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

#menu a:link {
   color: #000000;
	text-decoration: none;
}

#menu a:visited {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #a39977;
	text-decoration: none;
}

#contents_right {
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#copyright {
	background-color: #e7d8dc;
	border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f8f5f1;
}

#copyright a  {
	color: #e6e6fa;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

.heading {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.text {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;	
}

a:link {
	color: #04010A;
}
a:visited {
	color: #04010A;
}
a:active {
	color: #04010A;
}
