/* CSS Document */
body {
	color: #FFFFFF;
	background-color: #9A2000;
	margin: 0px;
}
a:link {
	color: #FFFF80;
	text-decoration: none;
}
a:visited {
	color: #FFFF80;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: underline blink;
}

/*  all our box definitions */
#frame02 {
	width: 800px;
	background-color: #9A2000;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	border-right: 3px solid #7D1A00;
	border-left: 3px solid #7D1A00;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #7D1A00;
	border-bottom-color: #7D1A00;
	left: 60px;
}
#navcolumnindex {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#header {
	width:755px;
	float: left;
}
#content {
	padding-right: 25px;
	padding-left: 25px;
	width: 478px;
	float: right;
}
#man {
	display:block;
	margin: 0px;
	padding: 0px;
	width: 96px;
	position: absolute;
	left: 28px;
	top: 40px;
	background-image: url(../images/spacer.gif);
}
#man a:hover img {
	background-image: url(../images/horiz-man.gif);
}

/*  left navigation */

 * html a:hover {
	visibility:visible
}
#about, #services, #portfolio, #designing, #quote, #research, #nav-bottom {
	width:227px;
}
#about {
	background:url(../images/DAix02_03.gif) repeat-y;
}

#about a:hover img {
	background-image: url(../images/DAix02_03-over.gif);
}

#services {
	background-image: url(../images/DAix02_05.gif);
}
#services a:hover img {
	background-image: url(../images/DAix02_05-over.gif);
}
#portfolio {
	background-image: url(../images/DAix02_06.gif);
}
#portfolio a:hover img {
	background-image: url(../images/DAix02_06-over.gif);
}
#designing {
	background-image: url(../images/DAix02_07.gif);
}
#designing a:hover img {
	background-image: url(../images/DAix02_07-over.gif);
}
#quote {
	background-image: url(../images/DAix02_08.gif);;
}
#quote a:hover img {
	background-image: url(../images/DAix02_08-over.gif);
}
#research {
	background-image: url(../images/DAix02_09.gif);
}
#research a:hover img {
	background-image: url(../images/DAix02_09-over.gif);
}
#nav-bottom {
	background-image: url(../images/DAix02_07.gif);
}

/* this one sets the general appearance of the menu buttons */
#frame02 * a:hover img {
	background-color: #710014;
}


/* footer  */

#footimage {
	width:799px;
}

#welcome {
	height:77px;
	width: 409px;
	margin: 50px auto;
}
#preload { /*  special preload box for the rollovers */
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
#preload img {
	height: 1px;
	width: 1px;
}
#credits {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#credits td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	font-weight: normal;
	color: #000000;
}
