.background{
    width: 100%;
    margin: auto;
    background-color:#e1e1e1;
}

.wrapper{
width:100%;
margin:auto;
margin-bottom: 50px;
/*margin-left:50px;*/
/*background-image: url("railroadTracks.jpg");*/
/*border:solid 1px black;*/
}

.title{
    text-align: left;
    font-size: 26px;
    font-family: 'CrimsonText-Regular', serif;
    /*font-family:'TitilliumText22LRegular',Arial, sans-serif;*/
    /*margin-left:200px;*/
    padding: 15px 0px 5px 30px;
}
.title a{
text-decoration: none;
color: #000;
}
.title a:hover{
color: #555;
}

p a{
text-decoration: none;
color: #000;
}
p a:hover{
color: #555;
}

.header{
margin:auto;
margin-top:20px;
/*margin-left:430px;*/
/*width:600px;*/
}

.topText{
background-color: #E6E7E8;
color: #000;
border:solid 1px #000;
/*border-radius:6px;*/
padding:2px 0px 6px 15px;
width:225px;
margin:auto;
    /*margin-left:100px;*/
box-shadow: 5px 5px 5px #999;
}

.topText p{
font-family: 'CrimsonText-Regular', serif;
/*font-family:'InderRegular', Arial, sans-serif;*/
font-size:17px;
text-align:left;
line-height:19px;
}

/*#topText p{
font-family:'TitilliumText22LRegular', Arial, sans-serif;
font-size:17px;
text-align:left;
line-height:17px;
}*/

/*font-family:'TitilliumText22LRegular', Arial, sans-serif;
font-family:'LatinModernSans10Regular', Arial, sans-serif;
font-size:17px;
text-align:left;
line-height:17px;
}*/

.lowerPortion {
    /*122px per column*/
    width:610px;/*432px;*/
    /*height:600px;*/
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    padding: 0px;
    padding-bottom: 20px;
    /*border:solid 1px;*/
}

.lowerPortion a{
color:#000;
text-decoration:none;
}

.lowerPortion a:hover{
color:#334433;
}

.block{
    display:in-line;
    padding:0px;
    margin:auto;
    float:left;
}

.icon{
width:100px;
margin:5px 10px 5px 10px;
border:solid 1px;
border-radius: 0px;
box-shadow: 5px 5px 5px #999;
}

.icon:hover{
box-shadow: 4px 4px 4px #777;
}


