/* CSS for AHTS- logo portfolio */

body  {
	font:  14px "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
	font-weight: normal;
	color: #black;
	background: #faf1dc;
	text-align: center;
}

p, table, th, tr, td, ul {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left
}

img {
border: none;
}

a:link  {
	font-weight: bold;
	color:  #1d6982;
}

a:visited  {
	font-weight: bold;
	color:  #1d6982;
}

a:hover, active  {
	font-weight: bold;
	color:  #80b1ba;
}

.size1 {
	font-size:  13px;
}


/* === specific divs ====== */

#wrapper {
	position: absolute;
	left: 50%;
	width: 786px;
	margin-left: -393px;
	padding: 0px
}


#navbuttons {
	position: absolute;
	top: 2px;
	left: 534px;
	z-index: 10;
}


