
img {
	border: none;
}

a:hover {
	text-decoration: none;
}

#content {
	width:590px;
	float: left;
	font-size: 1.2em;
}

#squares {
	float: left;
	padding:0px;
	padding-top:2px;
	margin-top: 165px;
	margin-bottom: 30px;
	margin-right: 10px;
	width: 550px;
}
#squares div {
	float: left;
	width:93px;
	height:100px;
	background: url(../images/MenuBox.gif)
		no-repeat left top;
	display:block;
	padding:4px 0px 0px 3px;
	cursor: pointer;
	margin-right: 5px;
}
#squares div a img {
	width:83px;
	border:none;
	text-decoration: none;
}
#squares div a {
	width:83px;
	display:block;
	padding-left:2px;
	padding-right:2px;
	line-height:100%;
	font-size: 11px;
	padding-top: 1px;
	text-decoration: none;
}
#squares H2, #squares p {
	overflow: hidden;
	width: 155px;
	font-size: 14px;
}

#squares div.empty {
	background: url(../images/emptyBox.gif) 		no-repeat left top;
}

#rightCol {
	border-left: 1px solid #E6E6E6;
	height: 300px;
}

.doubleBracket {
	color: #6258A0
}
.headerImg {
	position: absolute;
	top: 0px;
	left: 0px;
}
.subTitle {
	font-weight: bold;
	color: #6258A0;
}