/* CSS Document */

body {
  background-color: 			#f0f0f0;
  font-size:					small;
  color:						#330000;
  margin:						0px;
  }

#border {
  position:				relative;
  width:				800px;
  margin-left:			auto;
  margin-right:			auto;
  padding:				0;
  border-right:			20px solid #ffffff;
  border-left:			20px solid #ffffff;
}
  
/* #wrapper controls the width of the web page, 
its position in relation to the divs within it,
its background color,
and padding for the content.  */
#wrapper {
  position:				relative;
  text-align:			center;
  width:				800px;
  margin-right:			auto;
  margin-left:			auto;
  padding:				0;
  background-color:		#ebebeb;
}  
  
/* #workpic controls the placement and padding of the slide */
#workpic {
  margin-right:						auto;
  margin-left:						auto;
  padding:							20px 0 0 0;  
 }

p {
  padding:						0 0 9px 0;
  font-family:			Arial, san-serif;
  font-size:			10px;
  color:				#330000;
}


h1 {
  font-family:					Arial, san-serif;
  font-style:					italic;

  font-size:					18px;
  color:						#472b3a;
}

/* img controls the border on all images */
img {
  border:				none;
}

/* #footer controls the attributes of the footer on the bottom of the page  */
#footer {
  clear:				both;
  color:				#bfb6b6;
  font-family:			Arial, san-serif;
  font-size:			9px;
  padding:				80px 0 10px 0;
}

/* #foot controls the attributes of the footer on the bottom of the page  */
#foot {
  background-color:		#ffffff;
  color:				#bfb6b6;
  font-family:			Arial, san-serif;
  font-size:			9px;
  padding:				5px 0 5px 0;
  text-align:			center;
}

a:link {
  color:            			#330000;
  text-decoration:  			none;
}
a:visited {
  color:            			#835555;
  text-decoration:  			none;
}
a:hover {
  color:						#ff512b;
  text-decoration:  			none;
}
