/* © Maniac Monkey Media */

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #465466 url('../images/bg.png') top left;
	margin: 0 0 15px 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.5;
}

a {
	color: #c9def3;
	text-decoration: underline;
}

#nav a {
	border: 0;
}

a:hover {
	text-decoration: none;
}

.hr {
	border-bottom: 1px dashed #c9def3;
	margin: 15px 0 15px 0;
	width: 100%;
	font-size: 1px;
}

#toplogo {
	margin: 10px 0 0 0;
}

#container {
	width: 755px;
	margin: auto;
	text-align: left;
	position: relative;
}

#frame {
	position: absolute;
	top: 131px;
	left: 111px;
	width: 634px;
	height: 169px;
	background: transparent;
	overflow: visible;
	z-index: 998;
}

/* content */

#contentWrapper {
	width: 635px;
	margin: 0 0 0 111px;
	background: url('../images/content_border.png') repeat-y top;
}

/* safari */
#content {
	background: #38495d url('../images/contentbg.png') repeat-x top;
	width: 580px;
	margin: 0 0 0 16px;
	padding: 10px;
}

/* firefox */
html:lang(en)>body #content {
	background: #4c5c6f url('../images/contentbg.png') repeat-x top;
}

/* ie6 */
* html #content {
	background: #405164 url('../images/contentbg.png') repeat-x top;
}

/* ie7 */
*:first-child+html #content {
	background: #405164 url('../images/contentbg.png') repeat-x top;
}

* html #content {
	width: 601px;
	margin: 0 0 0 16px;
}

.monkeyLink a {
	color: #fff;
	font-weight: normal;
}
.monkeyLink a:hover {
	text-decoration: none;
}

.question {
	font-size: 22pt;
	font-weight: bold;
	color: #c9def3;
	margin: 0 5px 0 0;
}

.textSub {
	margin: -6px 0 10px 0;
}

#footer {
	width: 635px;
	text-align: center;
	margin: 5px 0 0 112px;
	font-size: 8pt;
}

/* sandbags */

* html .sb-image {
	margin: -3px 0 0 0;
}

.sb-image span {
	display: none;
}
	
.sb-left {
	border: 0; 
	padding: 0;
	font-size: 0;
	margin: 0 15px 0 0;
	float: left; 
	clear: left;
}

.sb-right {
	border: 0; 
	padding: 0;
	font-size: 0;
	margin: 0 0 0 5px;
	float: right; 
	clear: right;
}
	
.first-sb {
	margin-top: 0;
}
	
.last-sb {
	margin-bottom: 5px;
}