body, p, h1, h2, h3 {
	word-spacing: 2px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	font-family: Palatino, "Times New Roman";
}

html {
	height:100%;
}

body {
	background-image: url(woman-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: white;
	color: black;
	height:100%;
}
h1 {
	color: #8d7259;
}
h2 {
	font-size:125%;
	color: #8d7259;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height: 1px;
}

#logo {
	position:absolute;
	top:0px;
	left:330px;
	width:330px;
	height:112px;
}

#top-nav {	
	font-size: 10pt;
}

#top-nav a {
	text-decoration: none;
	color: black;
}
#top-nav a:hover {
	text-decoration: underline;
	color: #8d7259;
}

#link0 {
	margin-left:95px;
	top:130px;
	position:absolute;
	left:50%;
}
#link1 {
	margin-left:80px;
	top: 150px;
	position:absolute;
	left:50%;
}

#link2 {
	margin-left:90px;
	top: 170px;
	position:absolute;
	left:50%;
}

#link3 {
	margin-left:105px;
	top: 190px;
	position:absolute;
	left:50%;
}

#link4 {
	margin-left:130px;
	top: 210px;
	position:absolute;
	left:50%;
}

#link5 {
	margin-left:170px;
	top: 230px;
	position:absolute;
	left:50%;
}

#fblinks {
	margin-left:-320px;
	top:400px;
	position:absolute;
	left:50%;
}
#fblinks img {
	border:none;
}

#content {
	padding-top:0px;
	padding-right:15px;
	margin-bottom:0px;
	line-height: 18px;
	font-size: 10pt;
	width: 780px;
	border-style: none;
	border-width: 0px;
	position:absolute;
	left:50%;
	margin-left:-320px;
	top:450px;
	border-right: 1px #fdb5cd solid;
}

#content a {
	text-decoration: none;
	color: blue;
}
#content a:hover {
	text-decoration: none;
	color: green;
}
td a {
	text-decoration: none;
	color: blue;
}
td a:hover {
	text-decoration: none;
	color: green;
}


#content li {
	margin-bottom: 8px;
}


.menu-links {
}

.profile-image {
	float:left;
	border: #8d7259 solid 1px;
	padding: 4px;
	margin-right: 15px;
}

