/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	/*font: x-small Georgia, Times New Roman, Times, Serif;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}
	
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 143px;
	background: White url(http://www.swclassof61.com/images/header.jpg) no-repeat;
}
	
#contain {
     width: 800px;
     margin-left: auto;
 	 margin-right: auto;
	 padding: 0;
	 text-align: left;
     }	 

#lh-col {
	display: block;
	width: 580px;
	float: left;
	padding: 0 15px 15px 10px;
	border-right: 1px solid /*#A4C93C*/ #eee;
    }
	
#full-col {
	display: block;
	width: 800px;
	float: left;
	padding: 0 15px 15px 10px;
    }
		
#rh-col {
	display: block;
	margin-left: 620px;
	padding-top: 1px;
    }

/*
-----------------------------------------------
fonts
----------------------------------------------- */

body h1, body h2, body h3 {
	margin-bottom: 0.5em;
	font: bold 130%;
	color: Purple;
}

body h4 {
	margin-bottom: 0.5em;
	font: bold 110%;
	color: Purple;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px/13px;
	color: #333;
}


li {
	font-family: verdana, arial, sans-serif;
	font-size: 11px/13px;
	color: #333;
}

.date {
  color:#87874C;
  white-space:nowrap;
  text-transform:lowercase;
  }

/* 
-----------------------------------------------
  Links
----------------------------------------------- */

a:link,a:visited {
	color: Gray;
	text-decoration: none;
	font-weight: bold;
	background : White;
}

a:hover {
	color: Purple;
	text-decoration: underline;
	font-weight: bold;
	background : White;
}

#subcol a:link, #subcol a:visited {
	color: Purple;
	text-decoration: none;
	font-weight: bold;
}

#subcol a:visited {
	color: Purple;
	text-decoration: none;
	font-weight: bold;
}

#subcol a:hover {
	color: Purple;
	text-decoration: none;
	font-weight: bold;
}

/* Sidebar
----------------------------------------------- */
#rh-col ul {
  margin:0 0 1.5em;
  padding:0;
  list-style:none;
  }
#rh-col li {
  margin:0;
  padding:0 0 .25em 20px;
  text-indent:-20px;
  line-height:1.4em;
  font-size:x-small;
  }
#rh-col p {
  margin:0 0 .75em;
  line-height:1.4em;
  font-size:x-small;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.75em;
  }
.profile-datablock, .profile-textblock {
  margin:0 0 .75em;
  line-height:1.4em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:5px solid #eed;
  }
.profile-data {
  font-weight:bold;
  }
.profile-data strong {
  display:none;
  }


/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	width: 800px;
	height: 84px;
	text-align: left;
	color: Purple;
	background: Purple url(http://www.swclassof61.com/images/footer.jpg) no-repeat;
}



