body {
  min-width: 550px;      /* 2x LC width + RC width */
 	max-width: 1000px;
	width: expression(document.body.clientWidth > 1000? "1000px": "auto" );
  padding: 0;
	margin: 0 auto 0 auto;
  background: #f8f8f8;
 	/*font-family: Helvetica, Arial;*/
  font-size: 80%; /* Resets 1em to about 12px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}

#center {
  width: 100%;
}

#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
  background: #ffffff;
}

#left h3, #left p, #left div, #right h3, #right p, #right div {
	margin-right: 1em;
  margin-left: 1em;
}

#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
	background: #ffffff;
}



#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

.content {
	padding: 0.6em;
}



/* vaguely match blog style here: ----------*/

#header {
	background: #73a0c5 url('/content/wp-content/themes/jason-theme/images/header_projects.jpg') no-repeat bottom center;
	height: 200px; 
	/*width: 100%; */
	max-width: 1000px;
	width: expression(document.body.clientWidth > 1000? "1000px": "auto" );
	background-color: #73a0c5;
	margin: 0 auto 0 auto; 
	padding: 0; 
}
  
  #header #titlebox {
  	padding-top: 10px;
    margin: 0 auto 0 auto;
    width: 400px;
  }
	
#headerimg 	{ 
  margin: 0; 
	height: 192px; 
	width: 100%; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	} 

#headerimg h1 {
  margin-bottom: 0;
  background: #73a0c5;
	font-size: 3.2em;
 	color: white;
}

#headerimg h2.description {
  padding:0.2em;
  margin: 0;
  background: #73a0c5;
	font-size: 1.2em;
  font-weight: normal;
	text-align: center;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

  
  
/* old styles:------------------------ */



p {
	/*font-size: 12pt;	*/
	color: #000066;
	text-align: left;
}

p.dateline {
	font-size: 0.8em;
	color: #666666;
  margin: 0;
  padding: 0;
}

h2 {
	font-family: verdana,arial;
	color: #000066;
	font-weight: normal;
	font-size: 1.4em;
	text-align: left;
	margin-top: 0.8em;
	margin-bottom: 0em;
}

h3 {
	font-family: verdana,arial;
	color: #996633;
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;
	margin-top: 0.8em;
	margin-bottom: 0;
}

h4 {
	font-family: verdana,arial;
	color: #000066;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 2px;
}

h5 {
	font-family: verdana,arial;
	color: #000066;
	font-weight: normal;
	font-size: 9pt;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}

table.b {
	position: absolute;
	left: 100px;
	top: 80px;
	width: 80%;
}

table.p {
	background-color: #CCCCCC;
}

a:link {
	color: #000066;
}     /* unvisited link */

a:visited {
	color: #000066;
}  /* visited link */


