body {
	padding: 0;
	margin: 0;
	color: rgb(0,0,0);
	font: 12px/15px century gothic, book antiqua, serif;
	background: rgb(255,255,255);
	text-align: center;
	}

#content {
	background: url(template2.jpg) no-repeat 0px 0px;
	position: relative;
	width: 970px;
	height: 775px;
	margin: 0 auto;
	border: 0px solid rgb(14,13,10);
	padding: 0 0px 0px 0px;
	text-align: center;
	}

#index {
	position: absolute;
	top: 150px;
	left: 100px;
	padding: 0;
	margin: 0;
	width: 80px;
	border: 0px solid rgb(255,255,255);
	list-style: none;
	}
#index li {
	padding: 0;
	margin: 0 0 4px 0;
	}
#index li a img {
	border: 0;
	}

#window {
	position: absolute;
	top: 140px;
	left: 230px;
	width: 620px;
	height: 475px;
	overflow: scroll;
	text-align: left;
	border: 0px solid rgb(255,255,255);
	padding: 0 10px 0 0;
	}

#window a:link, #window a:visited {
	color: rgb(0,0,0);
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: none;
	}
#window a:hover, #window a:active {
	color: rgb(255,0,0);
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: none;
	}
	
