body, html{
background-color: #D48A8A;
}

#bodyDiv{
margin: auto;
}

#topBlock{
display: inline-block;
height: 180PX;
border: 2px solid black;
border-radius: 25px;
background-color: #ffffff;
overflow: hidden;
margin-bottom: 30px;
}

#linkBlock{
display: inline-block;
height: 180px;
width: 250px;
border: 2px solid black;
border-radius: 25px;
background-color: #ffffff;
overflow: hidden;
margin-bottom: 30px;
margin-left: 20px;
text-align: center;
font-weight: bold;
font-size: 30px;
}

#container{
float: left;
display: inline-block;
margin-top: 30px;
}
/*
h1{
font-family: Arial;
font-size: 100px;
margin-top: -18px;
color: black;
}*/

#title{
margin-left: 20px;
margin-top: 20px;
display: inline-block;
font-family: sans-serif;
font-weight: bold;
font-size: 80px;
color: #cc4444;
height: 90px;
overflow: hidden;
}

#info{
font-family: Sans-Serif;
display: inline-block;
font-size: 25px;
width: 600px;
margin-left:30px;
margin-top: 10px;
}

#mainBlock{
float: left;
border: 2px solid #000000;
border-radius: 25px;
overflow: hidden;
background-color: white;
margin-bottom: 30px;
}

#mainBlock, img{
display: block;
margin: auto;
}

#sideBlock{
float: right;
margin-left: 20px;
margin-top: 30px;
height: 900px;
width: 300px;
border: 2px solid #000000;
}

#descDiv{
border: 2px solid #000000;
background-color: white;
padding: 15px 15px 15px 15px;
}

#descDiv2{
margin-top: 30px;
border: 2px solid #000000;
background-color: white;
padding: 15px 15px 15px 15px
}

#arDiv{
margin-left:30px;
}

#aboutText{
margin-left: 30px;
}

#footer{
display: inline-block;
text-align: center;
}

#footLink:link{
color: white;
}

#footLink:visited{
color: white;
}

.siteNav{
background-color: white;
height: 100px;
overflow: hidden;
}

.siteNavBut{
margin-top: -60px;
margin-left: 40px;
font-size: 150px;
font-weight: bolder;
text-align: center;
display: inline-block;
height: 200px;
width: 125px;
}

.webLink:link{
color: #cc4444;
text-decoration: none;
}

.webLink:visited{
color: #cc4444;
}

.archL:link{
color: #cc4444;
}

.archL:visited{
color: #aaaaaa;
}

.arrowLink:link{
color: black;
}

.arrowLink:hover{
color: #cc3333;
}

.arrowLink:visited{
color: black;
}

.arrowLink:active{
color: #cc3333;
}