/* CSS Document geotraces.css
   Author: CD 4 digital magnet
   Date: November 2005 */
   
body {
	padding: 0px;
	margin: 0px;
	background-color: linen;
}

#title {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 350px;
}
#title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: capitalize;
	color: #669;
}

#logo {
	position: absolute;
	top: 50px;
	left: 25px;
	z-index: 50px;
}

#menu {
	position: absolute;
	top: 200px;
	left: 25px;
	width: 175px;
}
#menu a {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #669;
	background-color: transparent;
	line-height: 50px;
}

#heading-a {
	position: absolute;
	top: 160px;
	left: 224px;
}
#heading-a h1 {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: capitalize;
	color: #990066;
}

#content {
	font-family: Geneva, Helvetica, sans-serif;
	position: absolute;
	margin-right: 100px;
	top: 215px;
	left: 225px;
}
.content_h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
.content_bold {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: normal;
}
.content_ital {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	line-height: normal;
}
.content_p {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: normal;
}

.link {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #03F;
	line-height: 25px;
	text-decoration: none;
}
