body
{
	/*
	 * 100% means 1em = 16px
	 * 87.5% means 1em = 14px
	 * 75% means 1em = 12px
	 * 62.5% means 1em = 10px
	 */
	// font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
}


/* Setting a fixed width and center on screen
--------------------------------------------------------*/

#wrap
{
	position: relative;
	width: 960px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	// border: solid 1px #1B5F32;
}

/*
-------------------------------------------------------*/

#top_bar, #bottom_bar
{
	display: none;
}

/* Header Section
---------------------------------------------------------*/

#neighbor_webmaster_banner,
#neighbor_webmaster_footer
{
	display: none;
}

#neighbor_webmaster_content
{
	float: left;
}

#ads, #slogan, #contact-info, #flashcontent
{
	display: none;
}

#logo
{
	position: absolute;
	display: block;
	top: 10px;
	left: 100px;
	width: 200px;
	height: 187px;
}

#address, #email, #phone_number, #tag_line
{
	left: 350px;
	margin: 0;
	padding: 0;
}

/* Internal screen main text
---------------------------------------------------------*/

#flashcontent,
#neighbor_webmaster_menu,
#neighbor_webmaster_footer,
#nav
{
	display: none;
}

/* Content 
--------------------------------------------------------*/

#neighbor_webmaster_header,
#neighbor_webmaster_content,
#main_content,
#print_copyright
{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	// text-align: left;
}

#print_copyright
{
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* Column Shared Properties
--------------------------------------------------------*/

#main_column
{
	float: left;
	// width: 500px;
	margin: 0;
	padding: 0;
}

#main_column table
{
	// width: 500px;
}

#side_column
{
	float: right;
	// width: 300px;
	margin: 30px 0 0 0;
	padding: 0;
	border: solid red 1px;
}

#side_column ul
{
	font-size: .875em;
	margin: 0;
}

#side_column ul li
{
	line-height: 1.2em;
}

#side_bar,
.breadcrumb,
.tabtree,
#bottom_menu,
#website,
.buttons
{
	display: none;
}

