BODY {
	margin:0;
	padding:0;
	color:#29303b;
	line-height:1.3em;
	background:#483521 url("http://www2.blogblog.com/scribe/bg.gif") repeat;
}

.Logo {
	height: 60px;
	width: 80px;
	position: absolute;
	top: 30px;
	left: 30px;
}

#Title {
	font-size: 1.6em;
	color: white;
	position: absolute;
	top: 30px;
	left: 220px;
}
#Tagline {
	font-size: 1.1em;
	color: white;
	position: absolute;
	top: 60px;
	left: 220px;
}
	
#header {
	position: absolute;
	height: 100px;
	top: 0;
	left: 0;
	width: 100%;
}

#Menu { 
	position: absolute;
	width: 20%; 
	height: 100%;
	top: 100px;
	left: 0;
	color: white;
}

#Actions { 
	position: absolute;
	width: 50px; 
	height: 10px;
	top: 0px;
	left: 50px;
	color: white;
	text-decoration:underline;
}

#Content {
	overflow: auto;
	position: absolute;
	top: 100px;
	left: 220px;
	height: 80%;
	width: 600px;
	background:#FFF3DB url("http://www1.blogblog.com/scribe/bg_paper_mid.jpg") repeat-y;
} 

IFRAME BODY {
	margin: 25px 50px 25px;
}


#Menu a:link {
	color: white;
	text-decoration:underline;
}
#Menu a:visited {
	color: white;
	text-decoration:underline;
}
#Menu a:hover {
	color: yellow;
	text-decoration:underline;
}
#Menu a:active {
	color: white;
}