@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	padding: 0px;
  text-align: center;
	background-color: #afa8c8;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #7583a9;
}
a {  }
a:link { }
a:visited { }
a:hover { }
a:active { }

#main {	
	width:898px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	padding: 0px;
  text-align: center;
}

#container {	
	float:left;
	width:898px;
	height:auto;
	background-image: url('../images/shadows.png');
	background-repeat: repeat;
	background-position: center top;
}
#menu {	
	float:left;
	width:681px;
	height:25px;
	min-height:25px;
	background-image: url('../images/menu.jpg');
	background-repeat: repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto; 
  text-align: center;
}
.menu_item {
	float:left;
	width:113px;
	margin-top:3px;
}
.menu_item a{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
.menu_item a:hover{
	color: #7583a9;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.selected {
	float:left;
	width:113px;
	margin-top:3px;
}
.selected a{
	color: #7583a9;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.buffer {
	float:left;
	width:23px;
	height:auto;
}
#left {
	float:left;
	width:852px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	padding: 0px;
  text-align: center;
	background-color: #6B7AA3;
}
#left_side {
	float:left;
	width:171px;
	height:761px;
	background-image: url('../images/background_left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#left .txt{
	float:left;
	width:131px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
}
.ttl{
	width:131px;
	font-size:15px;
	text-align:left;
	text-align: justify;
	font-weight:bold;
}
#top {
	float:left;
	width:681px;
	height:198px;
	background-image: url('../images/background_top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	float:left;
	width:852px;
	height: auto;
	text-align: justify;
}
#right {
	float:left;
	width:681px;
	height:auto;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url('../images/background_content.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
#right_side {
	float:left;
	width:681px;
	min-height:565px;
	height:auto;
	text-align:justify;
	background-image: url('../images/rose.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
#right_side a{
	text-decoration:none;
}
#bottom {
	float:left;
	width:896px;
	height:28px;
	background-image: url('../images/bottom_shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
}
#footer a{
	text-decoration:none;
	color: #7583a9;	
}
#footer a:hover{
	text-decoration:none;
	color: #ffffff;	
}
.bullet_1 {margin: 0; padding-left:20px; list-style-type:disc;}
