body {
	margin:10px 0 0 0;
	padding:0;
	background-image: url(../graphics/gbstn02.jpg);
	background-color: #000000;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
}

p { margin:0; padding:5px 0 5px 0; display:block;}
/* ul { display:block; list-style-type:none; margin:0; padding:0;} */
a { text-decoration: none; color:#176182;}
img { border:none; }

#container {
	width:940px;
	padding: 0;
	margin:0 auto 10px auto;
	font-size: .9em;
}

#masthead {
	height:125px;
	background: url(../graphics/dungeonpartylogo.jpg) no-repeat;
	padding-bottom: 12px;
}

#masthead p {
	margin: 3px 0;
	padding: 0;
	}

#masthead a {
	padding: 0 10px 0 0;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	color: #F1E7DD;
	}	

#masthead a:hover {
	color: #ffffff;
	}	

#topmenu {
	background-color: #000022;
	position:relative; 
	top:4px; 
	left:0; 
	margin-right: 3px;
	padding: 1px 0px 1px 8px;
	float: right;
}

#contentfull {
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: justify;
	line-height: 1.5em; 
	font-size: 1em;
	background-color: transparent;
}

#lftcolumn {
	position:relative; 
	top:0; 
	left:0; 
	clear:left;
	float:right; 
	margin: 0px 0px 0px 10px;
	width:180px;
	line-height: 1.3em; 
	font-size: .85em;
	text-align: left;
	border:2px solid #27221C;
	background-color: #444444;
	color: #ffffff;
	}

#lftcolumn img {
	margin: 6px auto 0 10px;
	padding-bottom: 0;
	float: none;
	}

#lftcolumn a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #ffffff;
	}
#lftcolumn a:visited {
	color: #eeeeee;
	}
#lftcolumn a:hover {
	text-decoration: none;
	color: #ff0000;
	}
#lftcolumn a:active {
	text-decoration: none;
	color: #ff00ff;
	}

#lftcolumn p {
	display: block;
	margin: 0;
	padding: 3px 0px 3px 10px;
	}

#lftcolumn p.belowpic {
	display: block;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	}

h1 {
	font-size: 1.4em;
	}


.tesblock {
	border: 1px solid #000066;
	padding: 0em 1em 0em 1em; /* t r b l */
	margin: .5em 1em .5em 1em; /* t r b l */
	}

p.tesby {
        text-align: right;
        padding-top: 0em;
	padding-bottom: 0em; 
        margin-top: -10px;
	font-weight: bold;
        font-style: normal;
        font-size: .9em;
        }

#contentoffset {
	color:#ffffff;
	float:left;
	width:708px;
	margin: 0 0 0 0px;
	padding: 10px 15px 16px 20px;
	background-color: #000000;
	border:1px solid #27221C;
	}


/* marginreset is used to force dump of accummulated margin */
/* <div class="marginreset"></div> */
.marginreset {
	margin: 0;
	height: 0;
	padding: 0;
	width: 100%;	/* this is the magic element to fix the h1 clump */
	clear: left;	/* magic elment to fix the fullwrapper not showing background at bottom of index */
}

a.point {
	padding-right: 22px;
	background: transparent url(../graphics/arrowdn.gif) no-repeat center right;
}
a:hover.point {
	padding-right: 22px;
	background: transparent url(../graphics/arrowup.gif) no-repeat center right;
}

.box1 {
        padding: 10px 10px 10px 10px; /* trbl */
        margin: 10px 10px 10px 10px; /* trbl */
        float: right;
        color:#000000;
        background-color:#ffeedd;
        width:300px;
        border: 3px solid #000044;
        }

