/* All margins and paddings are off by default */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana;
	background-color: #E1E1E1;
}
a {
	color: #007FFF;
}
div#top {
	height: 325px;
	width: 100%;
	color: white;
	background: dimGrey url(bg.png) no-repeat center center;
}
div#topwrapper > * {
	padding-left: 40px;
}
div#intro {
	width: 440px;
	height: 325px;
	background: url(semitrans.png);
}
div#intro h1 {
	padding-top: 35px;
	padding-bottom: 10px;
}
div#intro h2 {
	font-size: 16px;
}
div#intro p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: justify;
	width: 400px;
}
div#body {
	width: 100%;
	color: #696969;
}
div#body > div.wrapper > h3 {
	font-weight: normal;
	font-size: 20px;
}
div#body div.big {
	font-size: 20px;
	font-weight: normal;
}
div#body div.small {
	font-size: 10px;
}
div#bodywrapper {
	width: 820px;			/* Width + padding = 900 pixels */
	padding: 20px 40px;
	background-color: #F9F9F9;
	border-left: 1px solid dimGrey;
	border-right: 1px solid dimGrey;
	border-bottom: 1px solid dimGrey;
}
div.wrapper {
	width: 900px;
	margin: 0 auto;
}
div#explainer {
	float: right;
	width: 250px;
	margin-top: 10px;
	height: 170px;
	border: 1px solid dimGrey;
	background-color: #F1F1F1;
	position: relative;
	left: 30px;
	top: -80px;
	margin-right: 50px;
}
div#explainer > h3, div#explainer > p {
	padding: 10px 15px 0 15px;
}
div#explainer > h3 {
	font-size: 14px;
}
div#explainer > p {
	font-size: 12px;
	text-align: justify;
}
div#explainer > p > span.lang {
	font-size: 12px;
	color: white;
	background-color: dimGrey;
	padding: 5px 3px;
	text-align: center;
	font-weight: bold;
}
table#icontable2 {
	padding-bottom: 15px;
}
table#icontable1 td, table#icontable2 td {
	padding-bottom: 5px;
}
table#icontable1 td.catname, table#icontable2 td.catname {
	font-size: 18px;
	color: #4B4B4B;
}
ul.grid {
	list-style-type: none;
	white-space: nowrap;
	margin-right: 5px;
}
ul.grid > li {
	display: inline;
}
ul.grid > li > a > img {
	width: 100px;
	height: 100px;
	border: 2px solid grey;
}
ul.grid > li > a > img:hover {
	border: 2px solid #007FFF;
}
ul.grid > li > a {
	padding-right: 5px;
}
p#footer {
	margin: 20px;
	margin-top: 15px;
	font-size: 12px;
}
