body {
	color:#CCCCCC;
	font-family:'Trebuchet MS', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif; 
	margin-right:10px;
	font-size:62.5%; /* 16px default browser × 62.5% = 10px */
	background-color:black;
	overflow:-moz-scrollbars-vertical; 
	}
* {
	margin:0; 
	padding:0;
	}
div#mainwrapper {
	min-width:780px; /*hacked in iesucks.css */
	max-width:880px;
	margin-left:auto;
	margin-right:auto;
	} /* centers layout when > max width */
div#header {
	height: 137px;
	background-image:url(http://www.elireisman.com/IMAGES/header.jpg);
	background-repeat:no-repeat;
	width:auto;
	}
#twocolwrap {
 	float:left;
	width:780px;
	margin-right:-222px; /* CWS - neg margin move */
	}
 #nav {
 	width:108px;
	float:left;
	}
#twocolcontent {
 	float:right;
	width: 630px;
	}
#contenta {
display:block;
	float:left;
	}
#contentb {
padding: 0 5em 0 0;
	float:right;
	}			
 #content {
	width:630px;
	float:right;
	}
#footer {
 	width:100%;
	float:left;
	}
	
/* end of structural styles */ 

div#footer {
	text-align:center;
	font-size:1.2em;
	padding-top:3em;
	}
li {
	list-style-type:none;
	}
div#content img {
	float:left;
	margin:1em 1em 1em 0;
	}
div#content p {
	font-size: 1.3em;
	padding-bottom:2em;
	}
div#content h1 {
	font-size: 2em;
	text-align:left;
	padding: .5em 0 1em 0;
	}
div#content h2 {
	font-size: 1.5em;
	text-align:left;
	padding: .5em 0 2em 0;
	}
div#content li {
	margin-left:6em;
	font-size:1.3em;
	line-height:1.75;
	padding-bottom: 1em;
	list-style-type:disc;
	}
div#contenta li {
	margin-left:6em;
	padding:0;
	list-style-type:disc;
	}
div#contentb li {
	margin-left:6em;
	padding:0;
	list-style-type:disc;
	}
div#nav a:link {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
	color:#CCCCCC;
	background-color:#000000;
	}
div#nav a:visited  {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
	color:#999999;
	background-color:#000000;
	}
div#nav a:hover {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#000000;
	}
div#nav a:active {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
	color:#6A6AF7;
	background-color:#000000;
	}
div#nav {
padding-right: 3em;
	margin-top: 1em;
	text-align:right;
	}
div#nav li {
	margin-bottom: 1.2em;
	}
div#content a:link {
	text-decoration:none;
	color:#7367FE;
	border-bottom:1px dotted #7367FE;
	background-color:#000000;
	}
div#content a:visited  {
	text-decoration:none;
	color:#7367FE;
	border-bottom:1px dotted #7367FE;
	background-color:#000000;
	}
div#content a:hover {
	text-decoration: none;
	color:#A7A9FE;
	border-bottom:1px dotted #A7A9FE;
	background-color:#000000;
	}
div#content a:active {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#000000;
	}
div#gallery p {
	text-align:center;
	padding-top: 3em;
	}
div#gallery img {
	float: left;
	padding-right: 2em;
	padding-bottom: 4em;
	}
div#gallery .portrait {
	padding-right: 7em;
	}
	
/*div#gallery p {
	display:inline; 
	}*/
div#gallery br {
	clear:left;
	}
.imagerightmargin {
	padding-right:1em;
	}
div#footer a:link {
	font-weight: bold;
	text-decoration:none;
	color:#CCCCCC;
	background-color:#000000;
	}
div#footer a:visited  {
	color:#999999;
	font-weight: bold;
	text-decoration:none;
	background-color:#000000;
	}
div#footer a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	background-color:#000000;
	}
div#footer a:active {
	color:#6A6AF7;
	background-color:#000000;
	}
hr {
	margin: 2em 0 2em 0;
	}
.indent {
	margin-left:5em;
	}
img {
	border:none;
	}
img.rightimg {
 	float: right;
 	border: 2px solid #fff;
 	}
img.leftimg {
 	float: left;
 	border: 2px solid #000000;
 	}
.footnav {
	clear:both;
	text-align:center;
	font-size:1.1em;
	}	
	
div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }
