@charset "UTF-8";
/* CSS Document */




body {
	background-color: #000000;
	font-family: AdobeGaramondProRegular;
	color: #FFFFFF;

}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('agaramondpro-regular-webfont.eot');
    src: url('agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('agaramondpro-regular-webfont.woff') format('woff'),
         url('agaramondpro-regular-webfont.ttf') format('truetype'),
         url('agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;	
}

.bodysmall {
	font-family: 'AdobeGaramondProRegular', serif;
	font-size: 10pt;
	line-height: 19px;
	color: #FFF;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}




#menu {
	position:absolute;
	left:25px;
	top:532px;
	width:922px;
	height:60px;
	z-index:1;
}


#titleimage {
	position:absolute;
	left:29px;
	top:51px;
	width:228px;
	height:134px;
	z-index:2;
}
#nextprevious {
	position:absolute;
	left:821px;
	top:530px;
	width:94px;
	height:19px;
	z-index:4;
}

