body
{
	font-family: calibri, arial, sans-serif;
	font-size: 14px;
	color: white;
	background-color: #1F242A;
}

h1
{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

h2
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

a
{
	color: white;
	text-decoration: underline;
}

#contact
{
	width: 225px;
	height: 1000px;
	float: left;
	border-left: 25px;
	border-top: 25px;
	color: #1F242A;
	background-color: #F2BABB;
	padding: 7px 7px 7px 7px;
}

#main
{
	width: 600px;
	height: 1000px;
	float: left;
	border-left: 25px;
	border-top: 25px;
	backgroud-color: #37414A;	
	padding: 7px 7px 7px 7px;
}

#downloads
{
	width: 250px;
	height: 1000px;
	float: left;
	border-left: 25px;
	border-top: 25px;
	background-color: #37414A;
	padding: 7px 7px 7px 7px;
}

