@charset "utf-8";
/*
=======================================
Project Title: Multiload Technology
Copyright 2009: bendesmond.com
Creation Date: 22 January 2009
=======================================
*/


#container {
	background: url(../images/ml-bg-black.gif) left top repeat-y;
}
#content img {
	margin-bottom: 10px;
}
#gallery {
	margin-bottom: 15px;
}
#firstcolumn {
	float: left;
	display: inline;
	width: 128px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	font-size: 80%;
}
#secondcolumn {
	float: left;
	display: inline;
	width: 128px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	font-size: 80%;
}
#thirdcolumn {
	float: left;
	display: inline;
	width: 128px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	font-size: 80%;
}
#fourthcolumn {
	float: left;
	display: inline;
	width: 128px;
	text-align: center;
	font-size: 80%;
}
#box1 {
	float: left;
	display: inline;
	width: 133px;
	height: 133px;
	margin: 4px 4px 0px 0px;
	background: #c4141b;
}
#box2 {
	float: left;
	display: inline;
	width: 133px;
	height: 133px;
	margin: 4px 4px 0px 0px;
	background: #7d78bb;
}
#box3 {
	float: left;
	display: inline;
	width: 133px;
	height: 133px;
	margin: 4px 4px 0px 0px;
	background: #8dc63f;
}
#box4 {
	float: left;
	display: inline;
	width: 133px;
	height: 133px;
	margin: 4px 0px 0px 0px;
	background: #ff7800;
}
#box1 p, #box2 p, #box3 p, #box4 p {
	color: #fff;
	padding: 7px;
	font-size: 105%;
}
#content #box1 a, #content #box2 a, #content #box3 a, #content #box4 a {
	color: #fff;
	font-weight: normal;
}

