body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;


}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
em {
	font-style: italic;
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}

#frontPage{
	width: 200px;
	text-align:center;
	margin-top: 300px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#Wrapper{
	line-height:120%;
	float:left;
	width:900px;
	margin-top: 20px;
 }
#Menu{
	 width:200px;
	 padding:0 40px 0 0;
	 float:left;
	 text-align:right;
	 	line-height:135%;

}
#Content{
	width:600px;
	float:left;
	line-height:135%;
}
#Heading{
	font-weight:800;
	padding: 0 0 15px 0;
}

#Img{
	width:550px;
}
#Title {
	width:550px;
	padding: 10px 0 25px 0;
}
#footer {
 clear: both;
}


p {
	padding-bottom: 1em;
}
.redText {
	font-size: 1.2em;
	color: #FF0000;
	line-height: 160%;
}
.current_img {
	padding: 10px;
	border: 1px solid #FF0000;
	margin: 10px;
	text-align: center;
}
.email-hide {
	display:none;

}
