@charset "utf-8";
/* CSS Document */

html, body {

	background: #2A1223; 
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0; margin: 0;            
    background: #2A1223; 
font-family:Arial, Helvetica, sans-serif;	
}


#content {
text-align: center;   /* horizontal centering hack for IE */
	width: 895px;          /* required - desired width */
padding-top:45px;
	margin: 0 auto;       /* required */

}


#leftColumn {
float:left;
width: 292px; 


}

.strapImage {
float:left;
width: 14px;
}

.mainImage {
float:left;
width: 274px;
}



#column {
float:left;
width: 520px;
padding:15px 0 0 74px;
}

#text { 
font-size:12px;
color: #fff;
padding-top:38px;
} 

#buttons { 
font-size:75%;
color: #fff;
padding-top:107px;

} 

#buttons h1 {
font-size:100%;
padding:0;margin:0; padding-bottom:14px;
 font-weight:normal;
color: #E1BCD0;
}


.block {
float:left;
width:245px;
font-size:10px;
color: #fff;
text-align: left;
padding-right:12px;
height:130px; overflow:hidden; padding-bottom:10px;
}
.block img { float:left;padding:4px 8px 4px 0; }



#blockWrap {
float:left;
padding:38px 0 38px 0;

}


/* LINKS */

a:link, a:visited { color: #E1BCD0; text-decoration:none; }
a:hover, a:active { color: #fff; text-decoration:none; }

.headerNav a:link, .headerNav a:visited { color: #E1BCD0; text-decoration:none;  }
.headerNav a:hover, .headerNav a:active { color: #674F60; text-decoration:none;  }



.purple {color: #674F60; }
