
#container{
height: 1350px;
width: 70%;
margin-left: auto;
margin-right: auto;
border-radius: 0px;
border-width: 4px;
border-color: grey;
border-style: ridge;
opacity: 0.94;
background-color: white;
}
/*stlying for my big box or container, it gives it a super cool border*/


p { 
text-align: center;
margin-bottom: 20px;
}

a{
text-align: center;	
}

#sidebar{
height: 1270px;
width: 10%;
background-color: red;
border-width: 100px;
float: left;
padding-top: 20px
opacity: 0.94;
}


/*stlying for my sidebar with the menus*/
body{
background-image: url(https://c2.staticflickr.com/6/5073/14165792468_3615b8c171_k.jpg);
}



#header{
/*title  text div*/
font-size: 32pt;
height: 80px;
float: left;
width: 100%;
background-color: red;
border-width: 10px;
clear: both;
/* no div to right or left*/
text-align: center;
opacity: 0.94;
font-family: "Courier New", Courier, monospace;
}



#textarea{

height: 1250px;
float: left;
margin-left: 9%;
width: 69%;
background-color: white;
color: white

opacity: 0.94;
padding-left: 15px;
padding-right: 15px;
margin-right: 1%;
}

/*stlying for my content area*/

.menuboxes{
font-size: 12pt;
height: 50px;
margin-bottom: 15px;
width: 65%;
background-color: white;
border-width: 4px;
float: left;
padding-top: 20px
border-color: black;
border-style: ridge;
opacity: 0.94;
}



/*stlying for my boxes, it gives them a cool border.*/
img{
border-color: red;
max-width: 100%;
height: auto;
border-width: 4px;
border-style: solid;
margin-top: 10px;
}
/*style for images*/



p {
    font-family: "Courier New", Courier, monospace;
}	