/* DEFINING THE BODY OF THE MAIN PAGE */
html, body {
	height: 100%;
}

body 
	{
	margin : 0;
	color: white;
	background-color: #2753A3;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
	}
	
.twtr-hd,
.twtr-ft
{
display: none;
} 

#footer {
	width: 100%;
	background: url(../images/footer_top.jpg) #FFF repeat-x;
	border: 0;
	height: 170px;
	margin: 0 auto;
	display: block;
}

.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 170px;
	margin: 0;
}

/* TEXT FORMATTING */
	
.copy, .copybold, .link, .black, .perildrops, a.perildrops:hover, .headeryellow30, .headeryellow16, .crumbs, .footlinks, .footsmall, .tinycopy, .tinycopy2, .cards {
	font-family: Verdana, sans-serif;
}


.copy { 
	color : #ffffff;  
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
}
	
.copybold { 
	color : #ffffff;
	font-size : 14px; 
	font-weight : bold;  
	line-height : 18px;
	text-decoration : none;
}
	
.link { 
	color : #FFFFCC;
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
}
	
.black { 
	color : #000000;
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
}
	
.perildrops	{ 
	color : #000000;
	font-size : 11px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
	}
	
a.perildrops:hover { 
	color : #be2027;
	font-size : 11px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
}
	
.headeryellow30	{ 
	color : #FFFFCC;
	font-size : 28px; 
	font-weight : normal;  
	line-height : 30px;
}
	
.headeryellow16	{ 
	color : #FFFFCC;
	font-size : 16px; 
	font-weight : normal;  
	line-height : 18px;
}
	
.crumbs	{ 
	color : #FFFFCC;
	font-size : 11px; 
	font-weight : normal;  
	line=height : 19px;
	text-decoration : none;
}
	
.footlinks { 
	color : #666666;
	font-size : 11px; 
	font-weight : normal;  
}
	
.footsmall { 
	color : #000000;
	font-size : 11px; 
	font-weight : normal;  
}
	
.tinycopy { 
	color : #ffffff;
	font-size : 10px; 
	font-weight : normal;  
	line-height : 16px;
	text-decoration : none;
}
	
.tinycopy2 { 
	color : #ffffff;
	font-size : 10px; 
	font-weight : normal;  
	line-height : 13px;
	text-decoration : none;
}
	
.cards { 
	color : #ffffff;
	font-size : 13px; 
	font-weight : normal;  
	line-height : 25px;
	text-decoration : underline;
}
