div {
	float: left;
	clear: both;
}

/*background settings*/
#container {
	background-color: lightskyblue;
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;
	border-radius: 30px;
}
/*header and title settings*/
.myheader {
	height: 110px;
	width: 50%;
	margin: 20px;
	margin-left: 0%;
	background-color : lightgreen ;
	float: left;
	clear: both;
	border-radius: 30px;
	font: sans-serif;
	font-size: 35pt;
	text-align: center;
}

/*sidebar background settings*/
#sidebar {
	clear: none;
	background-color: pink;
	padding: 30px;
	width: 45%;
	border-radius: 30px;
}

/*sidebar button settings*/
.sidebarmenu{ 
	height : 75px;
	width : 20%;
	min-width: 150px;
	margin: 10px;
	background-color : darkturquoise ;
	background-color: yellow;
	float : left;
	clear : left;
	font-size: 30px;
	border-radius: 15px;
	color: blue;
	padding-left: 9px;
}
/*settings for content on every page*/
.content {
	margin-left: 20px;
	float : left;
	font-size: 25pt;
	clear: none;
	width: 45%;
	background-color: lightsalmon;
	border-radius: 15px;
}
/*blender art*/
#blenderart {
	padding: 5%;
	width: 70%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 40px;

}

/*settings for buttons next to images*/
img {
	width:25%;
	margin-right: 10px;
	margin-left:10px;
	margin-bottom: 10px;
	border-radius: 30px;
	float: left;
}