/*-----------------------------------------------------------------------------

version:   1.0
author:    joe ferrarie
email:     joe@crosshilldesign.com
website:   http://www.crosshilldesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =general
-----------------------------------------------------------------------------*/
#pageWrapper{
	width: 906px;
	margin: 5px auto;
	background-color:#e3dcbf;
	border: 1px #ccc solid;
	}

#contentWrap{
	width: 896px;
	margin: 5px auto;
	background-color:#fff;
	border: 1px #ccc solid;
	}

/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: .8em/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/
#branding{
	width: 900px;
	margin: 5px auto;
	background-image:url(../images/aibanner.jpg);
	height: 156px;
	}



/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#content{
	padding: 5px;
	}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
.oldtimephoto{padding: 20px 10px 0 20px;}


/* =Misc 2
-----------------------------------------------------------------------------*/

