#footer {
  font-size: 10px;
  padding-top: 20px;
	text-align: center;
}

/* Page Specific */
/* Index */
#flash {
	position: absolute;
	top: 180px;
	width: 950px;
	z-index: 0;
}

/* Services + Careers + About_Company + Resumes */
#leftcolumn {
	float: left;
	width: 380px;
}

#rightcolumn {
	margin: 0 0 0 400px;
}

/* Contact */
#map {
	float: left;
	width: 490px;
}

#contact_info {
	margin: 0 0 0 500px;
}


/* Text Specific */
.crimson {
	color: #610505;
}


/* HTML Tags */
a {
	color: #610505;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: normal;
}

img {
	border: none;
}

strong {
	font-weight: normal;
	text-decoration: underline;
}


/* Signature */
#viewtiful {
	left: 50%;
	margin-left: -475px;
	position: absolute;
  top: -22px;
	width: 950px;
}

