@charset "utf-8";
/* CSS Document */


.class headerIE
{
float: left;
width:300px;
margin-left: 20px;
margin-top: 30px;
border:none;
background:none;
font-size: 18px;
font-weight: bold;
position:absolute;
top:3px;color:#444;
text-shadow:0 1px 0 #EFEFEF;	
}

#indexSpacer
{
	margin-top: 50px;
}

#feed {
	margin-left: 530px;
}

#main {
	margin-bottom: 30px;
}

.leftButton {
    /******************************************************
    *
    * Arrow Styles
    *
    *******************************************************/
    float: left;
    width: auto;
    height: auto;
    background: #e9e9e9;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: 77px;
    border:1px solid #CCC;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px 5px 15px;
    -webkit-box-shadow: 5px 7px 20px -7px #333;
    -moz-box-shadow: 5px 7px 20px -7px #333;
    box-shadow: 5px 7px 20px -7px #333;
}

.rightButton {
    float: right;
    width: auto;
    height: auto;
    background: #e9e9e9;
    margin-right: 80px;
    margin-bottom: 15px;
    margin-top: 20px;
    border:1px solid #CCC;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px 5px 15px;
    -webkit-box-shadow: 5px 7px 20px -7px #333;
    -moz-box-shadow: 5px 7px 20px -7px #333;
    box-shadow: 5px 7px 20px -7px #333;
}