<style type="text/css">

html, body, div, p, a, span, table, tr, td, th, img {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 14pt;
}

body {
	background: #dedede url(../images/layout/grid_background.png) repeat top left;
	margin: 20px;
	width: 960px;
}

div#branding {
	width: 960px;
	height: 110px;
	background-image: url(../images/layout/branding-border_brick.png);
	background-repeat: no-repeat;
	background-position: right top;
}

img#logo {
	margin-top: -3px;
}

div#door {
	background-image: url(../images/layout/branding_door.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 11px;
	height: 98px;
	width: 562px;
	float: right;
	margin-right: 10px;
	text-align: center;
}

p#branding-name {
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	color: #606060;
	margin-left: 20px;
	font-weight: bold;
}

p#branding-name span.dropcap {
	font-size: 26px;
}

p#slogan {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #606060;
	margin-top: 17px;
}

div#container-top {
	background-image: url(../images/layout/content-border-top_brick.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 962px;
	height: 12px;
	clear: both;
	margin-left: -2px;
	margin-top: -1px;
}

div#container {
	background-image: url(../images/layout/content-border_brick.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 962px;
	clear: both;
	margin-left: -2px;
	margin-top: -1px;
}

div#container-bottom {
	background-image: url(../images/layout/content-border-bottom_brick.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 962px;
	height: 14px;
	clear: both;
}

div#leftnav {
	width: 98px;
	margin-left: 12px;
	float: left;
}

div#content {
	width: 790px;
	min-height: 400px;
	margin-left: 140px;
	padding-top: 20px;
}

div#storylist {
	width: 185px;
	float: left;
	margin-right: 30px;
}

div#content div#story {
	border: 3px ridge #606060;
	padding: 5px;
	float: right;
	width: 535px;
	margin-right: 20px;
}

</style>
