@import url("markshire_styles_plus.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/background_new.jpg);
	margin: 0px;
	padding: 0px;
}
#maincontent {
	width: 760px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#leftcol {
	width: 40px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image:url(images/background_frames.gif);
	vertical-align: top;
}
#centercol {
	width: 460px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image:url(images/background_frames.gif);
	vertical-align: top;
}
#rightcol {
	width: 190px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image:url(images/background_frames.gif);
	vertical-align: top;
}
.spacercol {
	width: 10px;
	padding: 0px;
	margin: 0px;
}
.storybox {
	background-image: url(images/background_text.gif);
	padding: 5px;
	border: 1px solid black;
	background-color: #CCCCCC;
	margin-bottom: 8px;
}
.storybox h3 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
.storybox p {
	margin-bottom: 6px;
	margin-top: 6px;
}
.storybox br {
	margin: -3px;
}
.boxheader {
	padding-left: 8px;
	font-weight: bold;
}
.quote {
	border: 1px solid #006699;
	padding: 5px;
	background-color: #CCCCCC;
	font-style: italic;
}
.code {
	font-family:"Courier New", Courier, mono;
	border: 1px solid #006699;
	padding: 5px;
	background-color: #CCCCCC;
}	
.date {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	color: white;
	font-weight: bold;
}
.screenshot {
	font-weight: bold;
	text-align: center;
	line-height: 12px;
}
.screenshot img {
	border: 0px;
	margin-top: 4px;
}
