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

body {
	margin:0;
	padding:0;
	height:100%;
    background: #f2f2f2;
    font-family: 'Cutive Mono', 'Helvetica';
    color: #2D4216;
    cursor: crosshair;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	background:#f2f2f2;
    height: 100px;
    border-bottom: solid white 2px;
}

#nav {
    margin: 10px;
    margin-top: 5px;
    position: absolute;
    display: inline-block;
}

#nav a {
    margin: 20px;
}

#content {
	padding:10px;
	padding-bottom:100px; /* Height of the footer element */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#footer {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	background:#f2f2f2;
    border-top: solid white 2px;
    background-image:url(http://kimberly-klark.com/ink.gif)
}

#footer p {
    text-align: right;
    padding-right: 20px;
    float: right;
}


#current {
    margin-top: 0px;
    z-index: 1;
    position: absolute;
}

.address {
    float: right;
    display: block;
    line-height: 5px;
    text-align: right;
    padding: 10px;
    padding-right: 20px;
    position: static;
}

.infopage {
    margin-left: auto;
    margint-right: auto;
    text-align: center;
    padding: 40px;
}

#images img {
    padding: 10px;
}
    
#images p {
    padding-left: 10px;
}

#exhibitionlist {
    font-size: 20px;
}

#exhibitionheader {
    text-align: left;
    padding: 10px; 
    padding-top: 10px;
}

#logonav {
    position: absolute;
    margin-left: 810px;
    margin-top: 20px;
}

#current_index {
    font-size: 40px;
}