
/* The body is the base format.  The other percentages are as a percent of the body size. */

body {
   font-family : Verdana, Geneva, Arial, sans-serif;
   font-size: small;
   line-height: 1.6em;
}

h1 {
   color : black;
   font-size: 220%;
}


h2 {
   color: black;
   font-size: 130%;
}

p {
    color : black;
}  


#TableContainer {
	display:			  table;
	border-spacing:  10px; 
}

#tableRow {
	display:			  table-row;
}


#address {
	font-family: serif;
	margin-left: 20px;
}

header {
	margin-left: 15px;
	margin:      10px 10px -5px 10px;
}


#menu {
	display: 			table-cell;
	width:				150px;
  	background-color: #675c47;
  	color:            #efe5d0;
   font-size:        105%;
   padding:          15px;
   vertical-align: 	top;
/*   margin:           0px 10px 10px 10px; */
/*   float:				left; */
}


#main {
	display: 			table-cell;
	width:				300px; 
   font-size:        105%;
   padding:          15px;
   vertical-align:   top;
   background-color: #CBE7CB;
}

#links {
	display: 			table-cell;
	width:				150px;
  	background-color: #675c47;
  	color:            #efe5d0;
   font-size:        105%;
   padding:          15px;
/*   margin:           0px 10px 10px 10px; */ 
	vertical-align: 	top;  
/*	float:				right; */
}

footer {
  background-color: #675c47;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  font-size:        75%;
  clear:            left;
}

#aboutmepic {
  margin: 0px 20px 20px 0px;
  float:left;
}

#menu a:link {
   color: #EAEFD0;
}

#menu a:visited {
   color: #6CFF00;
}

#links a:link {
   color: #EAEFD0;
}

#links a:visited {
   color: #6CFF00;
}
  
