body, html{
background-color: #D48A8A;
font-family: sans-serif;
}

#bodDiv{
display: inline-block;/*
height: 2000px;*/
}

#header{
display: block;
height: 170px;
width: 970px;
border-radius: 25px;/*
border: 2px solid black;*/
background: white;
margin-bottom: 10px;
box-shadow: 5px 5px 5px #a37070;

}

#subHeader{
display: block;
height: 120px;/*
background-color: white;*/
}

#navHeader{
display: block;
height: 50px;/*
background-color: white;*/
}

#titleContainer{
display: inline-block;
width: 200px;
height: 90px;
padding-left: 10px;
padding-top: 10px;
}

#adBanner{
display: inline-block;
margin-top: 15px;
width: 728px;
height: 90px;
background-color: #D48A8A;/*
box-shadow: 5px 5px 5px #a37070 inset;*/
background-image: url("ad space.png");
}
/*
#contentContainer{
display: block;
height: 1000px;
background-color: white;
margin-top: 10px;
}*/

#comicImg{
display: block;
margin: auto;
}

#descBox{
display: block;
margin: 10px 10px 10px 10px;
padding: 5px 15px 5px 15px;
background-color: white;/*
border: 3px solid;*/
border-radius: 25px;
box-shadow: 5px 5px 5px #a37070;
}

#sidebar{
display: inline-block;
width: 300px;
height: 100%;/*
background-color: black;*/
float: right;
margin-left: 10px;
}

#comicPortion{
display: inline-block;
width: 500px;/*
height: 100%;*/
float: left;/*
background-color: grey;*/
}

#comicHolder{
display: block;/*
height: 600px;*/
background-color: white;
margin: auto;/*
border-width: 2px;
border-style: none solid none solid;*/
box-shadow: 5px 5px 5px #a37070;
}

#footer{
display: block;
height: 80px;
clear: both;
text-align: center;
padding-top: 10px;
color: #cc4444;
}

#bodyText{
display: block;
background-color: white;
margin: 0px 50px 0px 50px;
padding: 20px 20px 20px 20px;
border-radius: 25px;
box-shadow: 5px 5px 5px #a37070;
}

.navHeadButton{
display: inline-block;
width: 110px;
height: 50px;
margin-left: 15px;
margin-right: 15px;/*
background-color: gray;*/
font-size: 30px;
text-align: center;
line-height: 50px;
color: #cc4444;
font-weight: bold;
background-color: white;
}

.navHeadButton:hover{
background-color: #cc4444;
color: white;
}

.comicNav1{
padding-top: 10px;
display: block;
height: 50px;
background-color: white;/*
border-width: 2px;*/
border-top-left-radius: 25px;
border-top-right-radius: 25px;
overflow: hidden;
box-shadow: 5px 5px 5px #a37070;
}

.comicNav2{
padding-top: 10px;
display: block;
height: 50px;
background-color: white;/*
border-width: 2px;*/
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
overflow: hidden;
box-shadow: 5px 5px 5px #a37070;
}

.comicNavButton{
color: #cc4444;
display: inline-block;
width: 100px;
height: 50px;
line-height: 50px;
margin-left: 20px;/*
background-color: gray;*/
text-align: center;
font-weight: bolder;
font-size: 40px;
letter-spacing: -10px;
}

.comicNavButton2{
color: #cc4444;
display: inline-block;
width: 100px;
height: 50px;
line-height: 50px;
margin-left: 20px;/*
background-color: gray;*/
text-align: center;
font-weight: bolder;
font-size: 40px;
letter-spacing: 0px;
}

.squareAd{
display: inline-block;
width: 300px;/*
height: 250px;*/
background-color: pink;
}

.fb-page{
margin: 8px 0 10px 0;
}

.arrowLink:link{
text-decoration: none;
color: black;
}

.arrowLink:visited{
text-decoration: none;
color: black;
}

.comicNavButton:hover{
text-decoration: none;
color: white;
background-color: #cc4444;
}

.comicNavButton2:hover{
text-decoration: none;
color: white;
background-color: #cc4444;
}

.footerLink:link{
text-decoration: none;
color: white;
}

.footerLink:visited{
text-decoration: none;
color: white;
}
