@CHARSET "ISO-8859-1";
* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Verdana, Geneva, SansSerif;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	text-align: center;
	font-size: .65em;
}
.content{
	margin: 10px;
	padding: 0px;
	border: 10px black solid;
	background-image: url("/images/jemaBack.jpg");
	background-repeat: no-repeat;
	height: 600px;
}
.coverMain{
	text-align: right;
	padding: 20px;
}
h1.titleCover{
	font-size: 4.5em;
	font-weight: lighter;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
}
h1.titleImage{
	font-size: 2em;
	font-weight: lighter;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
}
span.titleCoverSm{
	font-size: .8em;
}	

ul{
	margin-bottom: 20px;	
}	
li{
	list-style: none;	
}
img{
	border: none;
	padding: 2px;
}	
.coverLarge{
	font-size: 2em;	
}
.imageLarge{
	font-size: 1.4em;	
	margin-bottom: 3px;
}
.coverMed{
	font-size: 1.5em;	
}
a{
	text-decoration: none;	
	color: black;
}
a:HOVER{
	color: gray;	
}
div.image{
	float: right;
	background-color: white;
	padding: 5px;
	width:550px;
	text-align: left;
	font-size: .85em;
}
div.image ul{
	margin: 0px;
	padding: 0px
}
div.navBar{
	float: right;
}	
