#maintext {
	margin: 25px 9px 0 9px;
	font-size: 13px;
}

#link a {
	font-size: 13px;
	font-weight: bold;
	margin: 9px 0 9px 0;
	padding: 13px 0 0 0px;
	height: 32px;
	width: 100%;
	display: block;
	color: #666;
	background-color: #ccc !important;
	background-image: url(../images/listArrow.png), url(../images/link.png) !important;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, left top;
}

#link a:hover {
	color: #fff;
	background-color: #194fdb !important;
	background-image: url(../images/listArrowSel.png), url(../images/selection.png) !important;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, left top;
}

.linktext {
	width: 115px;
	text-align: right;
	margin: 0;
}

#wrap {
	margin: 14px 0 0 0;
	display: block;
	width: 100%;
	clear: both;
}

.name {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	width: 115px;
	text-align: right;
	margin: 0;
	padding: 0;
	float: left;
}

.answer {
	margin: 0 0 0 9px;
	font-size: 13px;
	color: #000;
	float: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#content {
    margin: 0;
    padding: 0;
}

.contentwrapper {
	margin: 0 0 9px 0;
	padding: 0;
}

#middleb {
	display: none;
}

#header > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

#baseButton {
	left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../images/backbutton.png) 0 8 0 14;
}

.touchlogo {
	margin: 7px 0 0 10px;
	padding: 0;
	width: 57px;
	height: 57px;
	float: left;
	background-image: url(../images/imagery/touch.jpg);
	-webkit-box-shadow: 0px 1px 3px #666;
	-webkit-border-radius: 8px;
}

.blocksboxlogo {
	margin: 7px 0 0 10px;
	padding: 0;
	width: 57px;
	height: 57px;
	float: left;
	background-image: url(../images/imagery/blocksbox.jpg);
	-webkit-box-shadow: 0px 1px 3px #666;
	-webkit-border-radius: 8px;
}

.creator {
	margin: 0 0 0 82px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

.theme {
	margin: 0 0 0 82px;
	padding: 15px 0 3px 0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}