body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td 
{  margin: 0;
   padding: 0;
}

#leftCol
{ float: left;
  width: 155px;
  padding-right: 5px;
  padding-top: 10px;
  height: 800px;
  --height: 500px;
  --height: auto;
  background-image:url(../images/left_border_red.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}
#rightCol
{ float: right;
  width: 155px;
  padding-left: 5px;
  padding-top: 10px;
  height: 800px;
  --height: auto;
  background-image:url(../images/right_border_blue.jpg);
  background-repeat:no-repeat;
  background-position:top left;  
}
#header
{ width: 980px;
  height: 308px;
  background-image:url(../images/dotted-border.jpg);
  background-repeat:no-repeat;
  background-position: bottom;
}

#footer
{ clear: both;
  width: 980px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 5px;
  background-image:url(../images/dotted-border.jpg);
  background-repeat:no-repeat;
  background-position:top;
}
#content
{ float: left; 
  width: 630px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bulletText {
	position: relative;
	left: 20px;
	right: 20px;
	margin: auto;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#vignette
{ width: 425px;
  height: 760px;
  margin-left: auto ;
  margin-right: auto ;
  border: 1px solid #999999;
}
#vignetteText
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;

	--border: 1px solid rgb(204, 204, 204);
	--background-color: rgb(239, 239, 209);
	z-index: 100000;
}
#menu
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
#wrapper
{ width: 980px;
  margin-left: auto ;
  margin-right: auto ;

}
img.vignetteThumbnail
{	float: left;
	margin: 5px;
	padding: 15px;
}
#vignetteScroll
{ width: 545px;
  height: 890px;
  margin-left: auto ;
  margin-right: auto ;
  border: 1px solid #999999;
}