body { 
	color: #47462c;
	background-color: #636164; 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	font-weight: normal;	
	text-align: center;
	}

body.home { 
	color: #47462c;
	background-color: #F37736; 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	font-weight: normal;	
	text-align: center;
	}

body.contact { 
	color: #ffffff;
	background-color: #636164; 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	font-weight: normal;	
	text-align: center;
	}

a:link,
a:hover,
a:active {
	color: #e97c11;
	font-weight: normal;
	font-size: 100%;
	}

a:visited {
	color: #e97c11;
	font-weight: normal;
	font-size: 100%;
	}

a:link,
a:visited {
	text-decoration: none;			
	}

a:hover,
a:active {
	text-decoration: underline;
	}

/* BEGIN PAGE ID'S */

#home,
#secondary {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 748px;
	}

#header-row {
	/*height: 67px;*/
	height: 28px;
	text-align: right;
	/*border: 1px blue solid;*/
	}

#top-nav-row {
	height: 140px;
	/* border: 1px red solid; */
	}

#top-left-nav {
	float: left;
	width: 198px;
	text-align: left;
	/*border: 1px blue solid;*/
	}

#top-right-nav {
	float: left;
	width: 550px;
	/*border: 1px red solid;*/
	}

#content-row {
	/*margin-top: 100px;*/
	/*border: 1px green solid;*/
	}

#bottom-left-nav {
	float: left;
	width: 198px;
	/*border: 1px blue solid;*/
	}

#content {
	float: left;
	width: 550px;
	/*border: 1px blue solid;*/
	}

.nav-item {
	margin-bottom: 3px;
	height: 15px;
	/* border: 1px red solid; */
	}

#item-description {
	margin-top: 30px;
	/*border: 1px green solid;*/
	}

#item-description-image {
	margin-top: 4px;
	float: left;
	/*border: 1px red solid;*/
	}

#item-info {
	float: left;
	margin-left: 30px;
	/*border: 1px blue solid;*/
	}

a.item-link:link,
a.item-link:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	}

a.item-link:hover,
a.item-link:active {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
	}

#object-nav {
	padding-top: 10px;
	/*border: 1px blue solid;*/
	}

#arrow-left {
	margin-right: 20px;
	}

#arrow-right {

	}

#contact-info {
	margin-top: 51px;
	width: 400px;
	/*border: 1px red solid;*/
	}
	
#contact-info-left {
	float: left;
	margin-right: 73px;
	/*border: 1px blue solid;*/
	}

#contact-info-right {
	/*border: 1px green solid;*/
	}

#footer {
	margin-top: 10px;
	height: 50px;
	/* border: 1px blue solid; */
	}
