@charset "UTF-8";
/* CSS Document */

* {
	/*width				: 100% !important ;*/
 	overflow      		: visible !important;
}

html, body {
	margin				: 0 ;
	padding				: 0 ;
}

body {
	font-size			: 12pt ;
	font-family         : Arial, Helvetica, Verdana, sans-serif ;
}

#backPanel {
	width				: 100% ;
	background			: #FFF ;
}

#header, .aboutHeader, .contactHeader {
	margin-bottom 		: 20px ;
	
}

#contentHolder {
	width				: 100% !important ;
}
 
#textSection {
	width				: 100% !important ;
	height				: 900px !important ;
	overflow			: visible !important ;
}

/* Remove unwanted elements */
#navPanel, #nav, #aboutSubLinks, #contactSubLinks, #footer, #picSection {
	display				: none !important ;
}

/* Image Spacing Styles */

.insetLeft {
	float               : left !important ;
	width				: 150px !important ;
}

.insetRight {
	float               : right !important ;
	width 				: 200px !important ;
}

#textSection a:link:after, #textSection a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
