/* Cascading Style Sheet for RasterWeb! http://rasterweb.net/raster/advanced.css */
/* $Id: advanced.css,v 1.2 2003/02/26 18:41:32 pete Exp $ */


/* ******************************************************************************* */	
/* This controls the header area, it's at the top of the page... */
	
#header {
	top: 0px;
	left: 0px;
	padding: 1px 0px 6px 10px;
	height: 38px;
	margin: 0px 0px 0px 0px;
	background-color: #a70;	
}


/* ******************************************************************************* */	
/* This attempts to fix the logo */
	
#logo {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* ******************************************************************************* */	
/* This controls the content area, which is the real tofu of the site... */

#content {
	margin: 0px 186px 30px 210px;
	padding: 2px 0px 0px 4px;
}


#doc {
	margin: 3px 3px 3px 6px;
	padding: 8px;
	background-color: #ddd;
	border-color: #aaa;	
	border-width: 1px;
	border-style: dashed;
}


/* ******************************************************************************* */	
/* This controls the menu area, which shows up on the left side when the CSS is working... */

#menu {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 195px;
	padding: 0px;
}


/* ******************************************************************************* */	
/* This controls the strip of photos down the right side... */

#pstrip {
	position: absolute;
	top: 50px;
	right: 12px;
	width: 170px;
	padding: 0px;
}



/* ******************************************************************************* */	
/* This controls the footer area, it's at the bottom of the page... */
	
#footer {
	padding: 0px 5px 0px 0px;
}


/* ******************************************************************************* */	
/* This controls the advertising area, it's at the bottom of the page... */
	
#advertising {
	margin: 3px;
	padding: 6px;
	background-color: #eee;
	border-color: #ccc;	
	border-width: 2px;
	border-style: solid;
}

#advertising>h4 {
	color: #333;
	font-size: small;
}


#ads {
	padding: 0 12px;
	font-size: small;
}



