@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	background: white;
	margin: 0; 	
	padding: 0;
	text-align: left; 
	color: #000000;
}

	#big{float:left;}
	#thumbs{float:left;}
	a{border:none;}
	a img{border:none;}
	
p {
	padding: 0;
	margin: 0 0 10px;
}

h1,h2,h3 {margin:0; padding:0;}

.amproj #container { 

	width: auto;
	margin: 0; 
	border: 0px solid #000000;
	text-align: left;
	padding: 0;
} 

.amproj #header { 
	height: 90px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #fff; 
	padding: 0;
}

.amproj #print{
	display: block;
	margin-left: 10px;
}

.amproj #print img{
	display: block;
}

.amproj #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.amproj #logo {
	display: none;
	margin-left: 0px;
	width: 1px;
	height: 1px;
}

.amproj #bar {
	display: none;

}
.amproj #sidebarlt {
	position: absolute;
	top: 90px;
	left: 0;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 0;
	}

.amproj #sidebarlt p {
	
}

.amproj #sidebarrt {
	position: absolute;
	top: 90px;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px;
	left: 620px;
}

* {
	
}
.amproj #mainContent { 
	margin: 0 0px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
}

.amproj #bigimage {
	width: 600px;
	height: 470px;
	display: block;
}

/* main text items */

.amproj #maintext {
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.spacer {
	display: none;
}

.amproj #maintext h1 {
	font: bold 16px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #7ba2aa;
	margin-bottom: 10px;
}

.amproj #maintext h2 {
	font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #7ba2aa;
	margin-top: 10px;
}

.amproj #maintext p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}




/* main nav items */

#mainnav {
	display: none;
}

.ob{
	font-style: italic;
}

#address {
	display: block;
	color: #666;
	font: 8pt/10pt Verdana, Arial, Helvetica, sans-serif;
	margin-left: 640px;
	margin-top: 0in;
	width: 2in;
}

#address p {
	margin-top: 5px;
}

#address a:link {
	color: #666;
}




#thumbs {

}
	
#thumbs a{
		overflow:hidden;
		height:70px;
		display: block;
	margin-bottom: 10px;
}

#thumbs img{
		border:0px solid white;
		overflow:hidden;
}

	.over	{
		margin-top:-70px;
}

.about {
	width: 550px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-top: 40px;
}

.rec {
	width: 640px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.recimage {
	float: left;
	overflow: hidden;
	height: 70px;
	width: 100px;
	margin-top: 3px;
	display: block;
}

.rectext h1 {
	font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #7ba2aa;	
}

.rectext a:link{
	font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #7ba2aa;
	margin-bottom: 10px;
	text-decoration: none;
}

.rectext a:hover{
	color: #ffcc99;
	text-decoration: underline;
}

.rectext a:visited{
	color: #7ba2aa;
	font-weight: bold;
	text-decoration: none;
}

.rectext {
	margin-left: 130px;
	display: block;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.rectext p{
	margin-top: 10px;
}

.credtext {
	margin-left: 130px;
	display: block;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.credtext h1 {
	font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #white;	
}

.credtext p{
	margin-top: 10px;
}

.recItalic{
	font-style: italic;
}

.recBold{
	font-weight: bold;
}

.recBolditalic{
	font-weight: bold;
	font-style: italic;
}

#photobar {
	margin: 5px 0 5px 130px;
	display: block;
}
