html { padding: 0; margin: 0; }

body { 
	text-align: left; 
	margin: 0;
	background-color: #fff;
	}

div#page {  
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto; /* these center the content */
	padding: 0;
	min-width: 900px;
	width: 900px; 
	height: auto;
	height: 100%;
	position: relative;
	top: -6px;
	left: -20px;
	background-color: #ffffff;
}
	
div#centering { 
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	display: block;
	/*margin-top: 0;
	margin-left: auto;
	margin-right: auto;*/
	width: 900px;
	height: 100%;
	min-height: 600px;
}


/*div#content { position: absolute; 
   top: 84px; 
   left: 198px; 
   width: 606px; 
   height: auto;
   height: 100%;
   visibility: visible;
   background-color: #fff; }*/


div#bluegradient { position: absolute; 
	top: 330px; 
	left: 389px; 
	width: 511px; 
	height: 13px; 
	visibility: visible; 
	}

div#brianimage { position: absolute; 
	top: 0px; 
	left: 389px; 
	width: 231px; 
	height: 331px; 
	visibility: visible; 
	}

div#brianlinks { position: absolute; 
	top: 50px; 
	left: 620px; 
	width: 300px; 
	height: 280px; 
	visibility: visible; 
	}

div#logo { position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 389px; 
	height: 138px; 
	visibility: visible; 
	}

div#otherlinks { position: absolute; 
	top: 339px; 
	left: 390px; 
	width: 260px; 
	height: 268px; 
	visibility: visible; 
	}

div#otherlinks2 { position: absolute; 
	top: 339px; 
	left: 655px; 
	width: 270px; 
	height: 268px; 
	visibility: visible; 
	}

div#quote { position: absolute; 
	top: 138px; 
	left: 0px; 
	width: 389px; 
	height: 183px; 
	visibility: visible; 
	}

div#redgradient { position: absolute; 
	top: 321px; 
	left: 0px; 
	width: 389px; 
	height: 13px; 
	visibility: visible; 
	}

div#servicelinks { position: absolute; 
	top: 339px; 
	left: 10px; 
	width: 370px; 
	height: 268px; 
	visibility: visible; 
	}

div#vertical { position: absolute; 
	top: 330px; 
	left: 380px; 
	width: 10px; 
	height: 278px; 
	visibility: visible; 
	}

.green { color: #2e4c33; 
	list-style-type: square; 
	}

.lite { color: #555; 
	font-weight: normal; 
	font-size: 90%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

ul { margin-left: 0.2em; 
	}

.introquote { color: #333; 
	font-size: 11px; 
	line-height: 120%; 
	font-family: Verdana; 
	padding-right: 1em; 
	padding-left: 2em; 
	}

.introquoteital { color: #333; 
	font-style: italic; 
	font-size: 11px; 
	line-height: 120%; 
	font-family: Verdana; 
	padding-right: 1em; 
	padding-left: 6em; 
	}

.red { color: #dd1e28; 
	list-style-type: square; 
	}

.new { color: #890130; 
	font-style: italic; 
	font-weight: bold; 
	}

a { text-decoration: none; 
	}
a:link { color: #222; 
	text-decoration: none; 
	}
a:visited { color: #555; 
	text-decoration: none; 
	}
a:hover { color: #890130; 
	text-decoration: underline; 
	}
a:active { color: #890130; 
	text-decoration: underline; 
	}


.indexlink { color: #222; 
	font-weight: bold; 
	line-height: 170%; 
	font-size: x-small; 
	font-family: Verdana, Arial, sans-serif; 
	padding-top: 1em; 
	padding-left: 2em; 
	}

.indexlink a:link { color: #222; 
	text-decoration: none; 
	}
.indexlink a:visited { color: #555; 
	text-decoration: none; 
	}
.indexlink a:hover { color: #890130; 
	text-decoration: underline; 
	}
.indexlink a:active { color: #890130; 
	text-decoration: underline; 
	}

.indexlink2 { color: #222; 
	font-weight: bold; 
	line-height: 150%; 
	font-size: x-small; 
	font-family: Verdana, Arial, sans-serif; 
	padding-top: 1em; 
	padding-left: .75em; 
	}

.indexlink2 a:link { color: #222; 
	text-decoration: none; 
	}
.indexlink2 a:visited { color: #555; 
	text-decoration: none; 
	}
.indexlink2 a:hover { color: #890130; 
	text-decoration: underline; 
	}
.indexlink2 a:active { color: #890130; 
	text-decoration: underline; 
	}

.indexlink3 { color: #222; 
	font-weight: bold; 
	line-height: 150%; 
	font-size: x-small; 
	font-family: Verdana, Arial, sans-serif; 
	padding-left: 2em; 
	}

.indexlink3 a:link { color: #222; 
	text-decoration: none; 
	}
.indexlink3 a:visited { color: #555; 
	text-decoration: none; 
	}
.indexlink3 a:hover { color: #890130; 
	text-decoration: underline; 
	}
.indexlink3 a:active { color: #890130; 
	text-decoration: underline; 
	}

dd { padding-left: .1em; 
	}