﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
	background-color: #ffffcc;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12pt;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#title {
	text-align: center;
}
#intro {
	width: 740px;
	padding: 5px;
	font-size: 14pt;
	text-align: justify;
}
#footer {
	text-align: center;	
	clear: both;
}
.row {
	width: 750px;
	clear: both;
	overflow: hidden;
}
.hoverbox {
	float: left;
	width: 215px;
	height: 215px;
	margin: 5px;
	padding: 10px;
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.hoverbox:hover {
	background-color: #FF9933;
}
a,a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #FF9933;
}
h2 {
	font-weight: bold;
	color: #6699FF;
	text-align: center;
}
h6 {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.description {
	text-align: center;
}
.info {
	font-style: italic;
	font-size: 10pt;
	color: #808080;
	text-align: center;
}
.sidebar {
}
.globebox {
	float: left;
	width: 215px;
	height: 215px;
	margin: 5px;
	padding: 10px;
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
img.globebox {
	border-style: none; margin: 25px; width: 150px; height: 150px; vertical-align: middle;
}
.regularbox {
	float: left;
	width: 340px;
	height: 400px;
	margin: 5px;
	padding: 10px;
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
}
