body {
	background-color: #336600;
	margin-top: 0px;
	margin-left: 0px;
}

a:link {
	color: Green;	
}

a:hover {
	color: #006400;
}

a:active {
	color: #006400;	
}

a:visited {
	color: Olive;	
}


#home_block {
	background-color: White;
	background-image: url(images/drawing_bk.gif);
	background-position: 0px -100px;
	background-repeat: no-repeat;
	width: 770px;
	height: 700px;
}

#home_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	/* color: #A19C8E; */
	color: Black;
	text-align: center;
	margin-top: 50px;
	margin-right: 200px;
	margin-left: 200px;
	/* background-color: #FFFAFA; */
}

#home_logo {
	margin-top: 50px;
	margin-left: 100px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #708090;
}

#interior_block {
	background-color: White;
	/* background-color: #D9D6B7; -- tan color */
	width: 750px;
	height: 1325px;
	margin: 10px 10px 10px 10px;
	border: thin solid Black;
}

.interior_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: left;
	margin-top: 15px;
	margin-right: 100px;
	margin-left: 300px;
}

#interior_logo {
	margin-top: 0px;
	margin-left: 50px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
}

h3, .formfieldhdr {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996633;
	font-variant: small-caps;
	/* margin-top: 5px;
	margin-bottom: 5px; */
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: left;
	list-style-type: circle;
	padding-top: 0px;
	padding-bottom: 0px;
	/* margin-top: 2px;
	margin-bottom: 2px; */
}

.tag_line {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Olive;
	margin-top: 0px;
}

#const_photo {
	border: 10px solid #663333;
}

#maint_photo {
	border: 10px solid #336600;
}

#maint_block {
	background-color: White;
	width: 750px;
	height: 950px;
	margin: 10px 10px 10px 10px;
	border: thin solid Black;
}

#design_photo {
	border: 10px solid #996633;
}

#design_block {
	background-color: White;
	width: 750px;
	height: 880px;
	margin: 10px 10px 10px 10px;
	border: thin solid Black;
}

#portf_photo {
	border: 10px solid #666633;
}

.portfolio_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.portfolio_right {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#about_photo  {
	border: 10px solid #CC9900;
}

#contact_photo  {
	border: 10px solid #3399CC;
}

/* Contact Us form */
#contact_block {
	background-color: White;
	/* background-color: #D9D6B7; -- tan color */
	width: 455px;
	padding: 10px;
	margin: 10px 10px 10px 10px;
	border: thin solid Black;
}

.formfield, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #663333;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
}


/* TV Portfolio */
#tvshow {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tv {
	background-color: #666666;
}

.tv_title {
	color: White;
	background-color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tv_channel {
	background-color: #BDB76B;
}

/* Photos in text */
img.photo_rh {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

img.photo_lh {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}