
/*  two gifts css selector  all div  */

div {
	float: left;
	clear: both;
}

/* gift of container id styles */

#container {
	background-color:black;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}



.contentareaT {
	background-color: darkblue;
	height: 700px;
	width: 56.53%;
	margin-left:  10%;
	margin-right: 5%;
	margin-bottom: 100px;
	float: up;
	clear: none;
	border-width: 15px;
	border-color: mediumblue;
}

.menuholder {
	background-color: midnightblue ;
	width:  13%;
	height:  750px;
	clear: none;

}

.contentareaB {
	color: white;
	background-color: darkblue;
	height: 700px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 60px;
	font-size: 30px;
}



.menubox {
	background-color: purple;
	height: 50px;
	width:  120px;
	color:  white;
	margin:  40px;
	padding: 10px;
	border-radius: 5px;
}

.menubox {
	background-color: purple;
	height: 50px;
	width:  120px;
	color:  white;
	margin:  40px;
	padding: 10px;
	border-radius: 5px;
}

.menuboxAC {
	background-color: darkred;
	height: 50px;
	width:  120px;
	color:  white;
	margin:  40px;
	padding: 10px;
	border-radius: 5px;
	color: black;
}

.menuboxIM {
	background-color: darkblue;
	height: 50px;
	width:  120px;
	color:  white;
	margin:  40px;
	padding: 10px;
	border-radius: 5px;
}

.menuboxMC {
	background-color: lightskyblue;
	height: 50px;
	width:  120px;
	color:  white;
	margin:  40px;
	padding: 10px;
	border-radius: 5px;
}

.menuboxRM {
	background-color: white;
	height: 50px;
	width:  120px;
	color:  white;
	margin:  40px;
	padding: 10px;
	border-radius: 5px;
	color:  black;




}



.title { 
	color: white;
	background-color: rebeccapurple;
	height:  100px;
	width:  70%;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 80px;


 }

 .titleIM { 
	color: white;
	background-color: rebeccapurple;
	height:  100px;
	width:  60%;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 80px;


 }


.titleMC { 
	color: white;
	background-color: rebeccapurple;
	height:  100px;
	width:  60%;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 80px;


 }


.titleAM { 
	color: white;
	background-color: rebeccapurple;
	height:  100px;
	width:  60%;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 80px;



 }
.titleRM { 
	color: white;
	background-color: rebeccapurple;
	height:  100px;
	width:  60%;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 80px;


 }



