@import url("reset.css");


body {
	font-family: georgia, times, serif;
	font-size: 16px;
	padding: 0;
	}
	
h1 {
	color: #0d1118;
	font-size: 44px;
	text-align: center;
	margin-bottom: 25px;
	}

em {
	font-style: italic;
	}

a {
	text-decoration: none;
	color: #000;
	}

a:hover { color: #ff006c; }

p { margin-bottom: 1em; }

#wrapper {
	width: 500px;
	padding: 65px 0 20px 0;
	margin: 0 auto;
	}
	
#content {
	width: 420px;
	margin: 0 auto;
	padding-bottom: 35px;
	text-align: justify;
	line-height: 1.3em;
	overflow: hidden;
	position: relative;
	}
	
.current {
	padding: 5px;
	}

#slider {
	width: 1260px;
	position: relative;
	}
	
.infolink {
	text-align: center;
	font-size: 12px;
	display: block;
}

#photoblog {
	text-decoration: underline;
	}

.frame {
	display: block;
	float: left;
	width: 414px;
	padding: 0 3px;
	}
	
.nextbutton {
	display: block;
	font-family: arial, sans-serif;
	margin: 0 auto 25px auto;
	padding-top: 45px;
	width: 270px;
	height: 60px;
	font-size: 23px;
	text-align: center;
	background: url("./images/arrow4.png") 0 0 no-repeat;
	}
	
.nextbutton span {
	display: block;
	-webkit-transform: rotate(-2deg); 
	-moz-transform: rotate(-2deg);	
	}
	
a:hover.nextbutton {
	color: #fff;
	background: url("./images/arrow4.png") 0 -106px no-repeat;
	}

a.pdfbutton, a.pdfbutton2 {
	display: block;
	font-family: arial, sans-serif;
	margin: 10px 0 0;
	padding-top: 80px;
	width: 150px;
	height: 135px;
	font-size: 23px;
	text-align: center;
	line-height: 1.3em;
	background: url("./images/download4.png") 0 0 no-repeat;
	}	
	
a.pdfbutton2 {
	height: 132px;
	background: url("./images/download3.png") 0 0 no-repeat;
	}
	
a:hover.pdfbutton2 {
	color: #fff;
	background-position: 0 -215px;
	}

a:hover.pdfbutton {
	color: #fff;
	background-position: 0 -215px;
	}

.downloads {
	position: relative;
	}

.downloads li {
	position: absolute;	
	}

.downloads li.us {
	top: -5px;
	left: 30px;
	}

.downloads li.a4 {
	top: 20px;
	left: 235px;
	}

a.back {
	padding: 5px 5px 5px 0;
	font-size: 12px;
	text-align: center;
	}

.clear { clear:both; }