@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #230706;
	background-image: url(images/sqbackground.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #footer {
	clear: both;
	background-color: #e2e2e2;
	padding: 5px;
}
#wrapper #squidgeimage {
	height: 200px;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #e2e2e2;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 15px;
}
a:link {
	color: #571110;
}
a:visited {
	color: #571110;
}
