/* -------- img's! -------- */
	
img.main_image {
	border: 1px solid #333;
	}
	
#content-left img {
	border: 1px solid #333;
	}

img.main_image_right {
	float: right;
	border: 1px solid #333;
	margin: 0 0 0 5px;
	}	

img.main_image_left {
	float: left;
	border: 1px solid #333;
	margin: 0 5px 0 0;
	}	

img.gallery_item {
	border: 1px solid #333;
	margin-right: 1px;
	}	
	
#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#masthead,
#masthead-home,
#masthead-top,
#masthead-bottom {
	display:none;
	}
	
#navigation,
#subnavigation {
	display: none;
	}
	
#content {
	}
	
#content-left {
	}
	
#content-right {
	}
	
#footer {
	}
	
/* -------- secondary divs -------- */

#sidebar {
	
	}

#contact-info {
	}

#search {
	display: none;
	}
	
abbr, acronym
{
	border-bottom: 0px dotted #fff;
}

abbr:after, acronym:after {
	content: " <" attr(title) "> ";
	font-size: 9pt;
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em;
	}

#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
	content: " <" attr(href) "> ";
	font-size: 9pt;
	color: #0000CC;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em;
	}

#portal a[href^="/"]:after, #content a[href^="/"]:after, #footer a[href^="/"]:after {
	content: " <http://www.bigrmfg.com" attr(href) "> ";
	font-size: 9pt;
	color: #0000CC;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em; 
	}
