html {
	overflow: hidden;
	font-family: garamond;
	font-weight: bold;
}
body
{
	margin:0;
	padding:0;
	white-space: normal;
	background-color: black;
	color: white;
	line-height: 1.1;
}
p{
	font-size: .9em;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
p.linkmain{
	font-size: .9em;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: black;
	font-weight: normal;
}
.audionames{
	font-size: 1em;
	font-variant: small-caps;
}
p.soundsoff{
	font-size: .7em;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: white;
	font-weight: normal;
}
p:first-line {
	font-size: 1.1em;
	font-variant: small-caps;
	line-height: 1.4;
	font-weight: bold;
}
h1{
	font-size: 1em;
	line-height: 1.6;
	padding: 4px 0px;
}
h2{
	font-size: 0.7em;
	text-align: center;
}
.link{
	font-size: 1.2em;
	font-variant: small-caps;
	line-height: 1.4;
	font-weight: bold;
	font-stretch: ultra-condensed;
}
.linktitle{
	font-size: 12px;
	font-variant: small-caps;
	line-height: 1.4;
	font-weight: bold;
	font-stretch: ultra-condensed;
}
/* styles for IE 5 Mac */
#centerwrap {
	background-image: url('../multimedia/images/content.jpg');
	width:800px;
	height:600px;
	margin:10px auto;
	position:relative;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin:-300px 0 0 -400px;
	left:50%;
	top:50%;
}
/* end hack */
#centerwrapmain {
/* styles for IE 5 Mac */
	background-image: url('../multimedia/images/index.jpg');
	width:800px;
	height:600px;
	margin:10px auto;
	position:relative;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrapmain {
	position:absolute;
	margin:-300px 0 0 -400px;
	left:50%;
	top:50%;
}
/* end hack */
#centerwrapaudio {
/* styles for IE 5 Mac */
	background-image: url('../multimedia/images/audio.jpg');
	width:800px;
	height:600px;
	margin:10px auto;
	position:relative;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrapaudio {
	position:absolute;
	margin:-300px 0 0 -400px;
	left:50%;
	top:50%;
}
/* end hack */
#centerwrapvideo {
/* styles for IE 5 Mac */
	background-image: url('../multimedia/images/video.jpg');
	width:800px;
	height:600px;
	margin:10px auto;
	position:relative;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrapvideo {
	position:absolute;
	margin:-300px 0 0 -400px;
	left:50%;
	top:50%;
}
/* end hack */
.next2{
	text-align: right;
}

#leftbar{
	position: relative;
	width: 110px;
	float: left;
	top: 75px;
	left: 44px;
	text-align: center;
	color: white;
	
}
.content{
	position: relative;
	color: white;
	float: left;
}
.content1{
	width: 558px;
	top: 76px;
	left: 50px;
	text-align: justify;
	padding: 16px;
}
.content2{
	width: 460px;
	top: 75px;
	left: 50px;
	text-align: center;
	padding: 16px;
}
.content3{
	width: 558px;
	top: 66px;
	left: 64px;
	text-align: right;
	padding: 16px;
}
.content4{
	width: 460px;
	top: 75px;
	left: 40px;
	text-align: center;
	padding: 16px;
}
.content5{
	width: 460px;
	top: 75px;
	left: 40px;
	text-align: center;
	padding: 16px;
}
#imageholder{
	text-align: center;
}
#rightbar{
	position: relative;
	width: 108px;
	color: white;
	float: left;
	top: 75px;
	left: 80px;
	text-align: center;
}
#rightbar1{
	position: relative;
	color: white;
	float: left;
	top: 67px;
	left: 46px;
	text-align: center;
}
#i{
	width: 113px;
}
#pic{
	border: 2px solid #000;
}
.border{
	width: 80px;
	height: 80px;
	margin: 7px;
	border: 1px solid #fff;
}

a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #fff;}
a:active {text-decoration: none; color: #600;}
a:hover {text-decoration: none; color: #F00;}

a.linkmain:link{color: #000;}
a.linkmain:visited{color: #000;}
a.linkmain:active{color: #600;}
a.linkmain:hover{color: #F00;}

a:link img{border: 1px solid #fff;}
a:visited img{border: 1px solid #fff;}
a:active img{border: 1px solid #600;}
a:hover img{border: 1px solid #F00;}
