* 
{
	margin: 0; 
	padding: 0;
	font-family: Calibri, Arial;
}

.title
{
	margin-top: 25px;
	background-image:url(./images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 60%;
	width: 100%;	
}

#header-title 
{
	position: absolute;
	left: 150px;
	top: 100px;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.3);
}

#header-text
{
	position: absolute;
	left: 150px;
	top: 170px;
	color: orange;
	font-size: 32px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.3);
}

.content
{
	color: white;
	height: 150px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#content-block
{
	margin-left: 15px;
	float: left;
	color:white;
	background-color:black;
	width: 350px;
	height: 100%;
	overflow: auto;
}

#content-block img
{
	float: left;
	width: 48px;
	height: 48px;
	margin-top: 5px;
	margin-right: 10px;
}

#content-block h3
{
	color: orange;
	font-size: 32pt;
	font-weight: bold;
}



#toolbox-block
{
	margin-left: 15px;
	float: left;
	color:white;
	background-color:black;
	width: 350px;
	height: 100%;
	overflow: auto;
	display: block;
}

#toolbox-block img
{
	float: left;
	width: 48px;
	height: 48px;
	margin-top: 5px;
	margin-right: 10px;
}

#toolbox-block h3
{
	color: orange;
	font-size: 32pt;
	font-weight: bold;
}

#toolbox-block:hover
{
	cursor: pointer;
	-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;
	background-color: rgb(192,192,192);
	background-color: rgba(192,192,192,0.2);
}