/*Layout*/
#page{
	width:800px;

	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

#content {
	margin: 15px 0 8px -200px ;
	width:100%;
	float:right;

}

#menu {
	width:195px;
	border-right: 1px dotted #999;
	margin-bottom:8px;
	float:left;

}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}

#blogText{
	margin-left:200px;
}

/* pulled from global style sheet */

.hide { /* hides an element off the left margin - used to hide accessible text when stylesheet is active */
	position: absolute;
	top: 0;
	left: -5000px;
	} 

html body {
	margin: 0;
	
	background: #fff url('/resource/images/shared/clouds.jpg') top center no-repeat; /* clouds background */
	
	/* global font attributes */
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: .8em;
}

#wrapper {
	text-align: left; /* IE5 centering bugfix part 2 */
	width: 780px;/* set global page width */
	margin: 0 auto;/* set page centering */
}

/* pagetop elements */

#pagetop {
	height: 167px;
	position: relative; /* gain control of positioning */
	
	/* UN-COMMENT OUT THE FOLLOWING LINE TO MAKE SPACE FOR MORE THAN 4 TREASURES  */
	/* height: 194px; */
	
}

	#pagetop h1 { /* position the Mark Inc logo with accessible text */
		position: absolute;
		top: 0;
		left: 0;
		/*width: 263px;
		height: 155px;
		background: url('/resource/images/shared/logo.gif') no-repeat;*/
		width: 275px;
		height: 175px;
		background: url('/resource/images/MarkInc_TM_logo.jpg') no-repeat;
	}
	
	#pagetop h1 a { /* make logo clickable */
		display: block;
		width: 100%;
		height: 100%;
	}
		
	#pagetop h2 { /* position tagline image with accessible text */
		width: 506px;
		height: 27px;
		position: absolute;
		top: 0px;
		right: 0px;
		background: url('/resource/images/shared/tagline.jpg') top left no-repeat;
	}
		
	#shadow { /* drop shadow */	
		margin-left: 20px;
		font-size: 1px;
		height: 3px;
		background: url('/resource/images/shared/shadow.png') top left repeat-x;
	}
	
	