body  {
	font: 100% "Times New Roman", Times, serif;
	background-image:url(images/planBG_dark.gif);
	background-repeat:repeat;
	background-position:-1px 0px;
	background-attachment:scroll;
	width:100%;
	margin:0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}


.twoColElsLtHdr #container { 
	background-image:url(images/transgrey.png);
	background-repeat: repeat;
	width:800px; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
} 
.twoColElsLtHdr #header {
margin-left:0px;
padding:0;/*the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the 	padding. */} 
	


.twoColElsLtHdr #mainContent {
	width:780px;
	margin-left:20px;
	margin-right:30px;
	
} 

.twoColElsLtHdr #column1,#column2 {
	float:left;}
	
	#column1
	{width:375px; margin-right:20px; }
	
#column2
	{width:375px;
	}	
	
	#alanbio {width: 350px; height:240px; padding:0px 5px 0px 7px; background-image:url(images/whitetrans.png);
	background-repeat:repeat; overflow:auto;}
	
	#frankbio {width: 350px; height:240px; padding:0px 5px 0px 7px; background-image:url(images/whitetrans.png);
	background-repeat:repeat; overflow:auto;}

.twoColElsLtHdr #footer { 
	padding-top: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:15px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align:center;
	border-top:1px solid #333;
	
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size:13px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	align: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	align: left;
	margin-right: 5px;
	margin-top:5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
<!--[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

a:link {color: #993300; text-decoration:none;}
a:visited {color:#993300; text-decoration:none;}
a:hover {color:#d5eae9; text-decoration:none;}
a:active {color: #993300; text-decoration:none;}


a.extra{
float: right;
display: block;
font: 12px Georgia;
color: #F5F8EC;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #031323; /*dark Blue color theme*/ 
border-top: 1px solid #DDDDC3;
}

a.extra:hover{
background-color: #FF6600; /*Brown color theme*/ 
color: #003333;
}

.intro {font-size:21px; margin-right:10px;}

.logo {color:#CC3300; padding:1px;}


.title {color: #993300; padding:1px; font-size:18px; font-weight:bold;}
.subtitle {color: #002b40; padding:1px; font-size:14px; font-weight:bold;}
.regular {color: #333; padding:1px; font-size:12px; }

#flashmov {padding-top:15px; text-align:center;}

#portfolio {font-family: "Times New Roman", Times, serif; font-size:12pt; color: #002b40;}


h1{font-family: "Times New Roman", Times, serif; font-size:36px; color: #CC3300;}
		
h2{font-family: "Times New Roman", Times, serif; font-size:21px; color: #336666;}

h3{font-family: "Times New Roman", Times, serif; font-size:18px; color: #CC3300;}

h4{font-family: "Times New Roman", Times, serif; font-size:14px; color: #CC3300;}

li {list-style:url(images/bullet.png); align:left;}

.handcursor {cursor:help; font-style:italic; color: #600; }
