body {
	background-color: #f7dfee;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
    display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.main {
	width: 893px;
	margin: 25px auto;
	background: #;
	text-align: left;
	height: 100%;
		
	}
	
.navi_w, .navi_r {
	position: absolute;
	top: 141px;
	margin: 0px;
	padding: 0px;
	width: 169px;
	height: 420px;
	min-height: 420px;
	}
.navi_r {
}

.content {
	position: absolute;
	top: 140px;
	width: 724px;
	height: 420px;
	min-height: 420px;
	margin-left: 169px;
	display: inline;


	border-left: # 1px solid;
	border-top: # 1px solid;
	}
	
	
h1 {
	color: #95144c;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	text-transform:uppercase;
	}

h1.red {
	color: #95144c;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	margin-left: 40px;
	text-transform:uppercase;
	}
	
h1.back {
	color: #95144c;
	font-size: 12px;
	font-weight: regular;
	margin-top: 40px;
	margin-left: 40px;
	}
	
.bold {font-weight: bold;
        }
a:link { text-decoration:none; font-weight:bold; color:#95144c; }
a:hover { text-decoration:underline; font-weight:bold; color:#95144c; }
a:visited { text-decoration:none; font-weight:bold; color:#95144c; }

.hidepics {
  width:0px;
  height:0px;
  display:none;
}


