@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);

html, body {
   margin:0;
   padding:0;
   height:100%;
   background: url(images/low_contrast_linen.png);
   font-family: 'PT Sans', sans-serif; 	
   color: #FFF;
   font-size: 16px;
   line-height: 25px;
}

#container {
   min-height:100%;
   position:relative;
}

#content {
   width: 700px;
   margin: 0 auto 0 auto;   
   padding-top: 50px;
   padding-bottom: 250px;   /* Height of the footer */
}

#content-left {
	width: 400px;
	float: left;
	text-align: center;
}

#content-right {
	width: 300px; 
	float: right;
}

#content-right img {
	float: right;
}

#logo {
	text-align: center;
	height: 200px;
}

#footer {
   position:absolute;
   bottom:0;
   height:150px;   /* Height of the footer */
	background: #FFF;
	margin-bottom: 100px;
	width: 100%;
   
}

#footer-content {
	padding-top: 20px;
	height: 150px;
   width: 700px;
   margin: 0 auto 0 auto;  
   color: #3e3d40;	
}

#footer-content img {
	float: right;
	margin-right: -250px;
	margin-top: -240px;
}

#clearer {
	clear: both;
}

.separator {
	font-family: 'Gloria Hallelujah', cursive;
}

.separator-color {
	color: #d4007a;
}