@import url("http://library.otago.ac.nz/icons.css");

/* CSS Document */

html, body {
	font: 80%/1.4 Times "Times New Roman", Times, serif;
	background:#FFF;	
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	list-style-type:circle;

}

h1, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

h2 {
	text-transform:uppercase;
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	padding-top:1em;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
	}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 900px;
	background:#FFF;
	margin: 0 auto; 
}

.header {
	background:url(header.gif) no-repeat;
	height:314px;
	width:100%;
}

.header h1{
	font-family:Garamond, "Times New Roman", serif;
	}


.logo {
	margin:0;
	}
	
#title {
	position:absolute;
	margin:10em auto 1em;
	left:0;
	right:0;
	}
/* ~~ This is the layout information. ~~ */

.content {
	background:url(paper.gif) #FEF2CD;
	padding: 3em;
	margin:0;
	text-align:left;
	-moz-box-shadow: 0 -4px 8px 3px #999;
	-webkit-box-shadow: 0 -1px 8px 3px #999;
	box-shadow: 0 -1px 8px 3px #999;
	border:3px solid #b19b77;	
}

.content img{
	margin: 1em 15px 1em 15px;
	padding:0.5em;
	background:#FFF;
	}

/* ~~ The footer ~~ */
.footer {	
	height:250px;
	width:100%;
}

.footer img {
	position:fixed;
	bottom:0;
	margin:0 auto;
	left:0;
	right:0;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 356px)
 {
	 
	 
.content img{
	margin-right:2em;
	}

.footer {
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	background:url(footer4.gif);

}
.footer img {visibility:hidden;}
 
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)

{
	
.content img{

	margin-right:2em;
	}
.footer {
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	background:url(footer4.gif) no-repeat;

}
.footer img {
		visibility:hidden;
		}
 
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

hr{
	margin:0 15px 1em 15px;

	}
