body{
		margin:0;
		padding:0;
		line-height: 1.5em;
		background-image:url(../images/bg.jpg);	
}
h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #004812;
	font-weight:bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	color: #333333;
	font-weight:bold;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	color: #333333;
}

/* ------------------------------------- */

.headline {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #004812;
	font-weight:bold;
}



.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	color: #333333;
}



.bodytext2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DACCA0;
	font-weight: bold;
}

.sublink-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E67715;
	font-weight: bold;
}

.port-linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E67715;
	font-weight: bold;
}

.addy-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7E7C7D;
}

.spacer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.spacer-text-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #004812;
}

.attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300; 
	color: #B0953A;
}

/* ------------------------------------- */
/* LINKS FORMAT */

A {
	color: #C9B474;
	text-decoration: none;
}

A:hover {
	color: #E46F07;
	text-decoration: none;
}

p {
	line-height: 1.2;
}s

/* ------------------------------------- */
/* BG IMAGES FORMAT */

#container   
/* holds blueprint image and menu */ { 
background-color: #fff; 
background-image: url(../images/background_adam.jpg);
background-repeat: no-repeat; 
background-position: middle; 
z-index: 1; 
width: 606px; 
height: 350px 
}