/* ####################################################

  CSS Sheet for Sharon Wither's Website
  Designed by David Weston

##################################################### */


/* 
  This would normally be the body element 
*/
body {
	padding : 0;
	margin : 0;
	background-color : #000000;
	font-family : 'Calibri', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	text-align: center;
	color : #fff;
	
}

p.detail {
	padding : 0;
	margin : 0;
	background-color : #000000;
	font-family : 'Calibri', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	text-align: left;
	color : #fff;
}
p.quote {
	padding : 0;
	margin : 0px 20px 0px 20px;
	background-color : #000000;
	font-family : 'Calibri', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	text-align: left;
	color : #fff;
}
/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
  width : 760px;
  background : #000000; 
  border : none;
  margin : 0px auto;
}

/*
  Global link styling except where specified otherwise 
*/
a {
  color : #8498B0;
  text-decoration : none;
  
}

a:hover, a:focus, a:active {
  background-color : #081C32;
  text-decoration : underline;
}

a:focus, a:active {
  color : #fff;  
}

a.link {
  margin : 0px 8px;
  border : 1px solid #081C32;
  padding : 4px 10px 4px 10px;
  width : 100px;
}

p {
  margin : 0px;
}

h1 {
  text-align : center;
}

h2 {
  margin : 10px 0px 0px;
}

#biglogo {
  margin : 120px auto 0px;
}


#smalllogo {
  margin : 20px auto 0px;
}

#main {
  margin : 0px auto 20px;
  width : 500px;
  text-align : left;
}

#mainpic {
  float : right;
  margin : 0px;
  width : 400px;
  height : 450px;
  text-align : center;
  display : block;
  padding : 0px;
}

#linkbar {
  margin : 0px auto 0px;
  clear : both;
}

#thumbnails { 
  width : 100%;
  margin : 10px 0px 0px 0px;
  padding : 0px;
  text-align : left;
  vertical-align : top;
  clear : none;
}


img.thumbnail {
  width : 50px;
  margin : 15px;
}
img.frontchunk {
	
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
}
