@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #018FDB;
	background-image: url(Images/bkgrd-stripe.jpg);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #018FDB;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #018FDB;
	background-image: url(Images/bg250.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	height: 250px;
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	vertical-align: 2%;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #018FDB;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: small;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #018FDB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: small;
	text-align: center;
}
.thrColFixHdr #mainContent {
	font-size: 14px;
	background-color: #FFF;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clip: rect(auto,auto,auto,auto);
} 
.thrColFixHdr #footer {
	color: #000;
	background-color: #018FDB;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5;
	padding-left: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 20px;
}
h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: bold;
	color: #018FDB;
	padding-top: 18px;
}
h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: bold;
	color: #018FDB;
}


.italic {
	font-style: italic;
}
heading2 {
	font-weight: bold;
}
.Pcenter {
	float: none;
	text-align: center;
}
img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}
.BoldRed {
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #ff0000;
	background-color : transparent;
	font-size: 18px;
}
.smallText {
	font-size: 10px;
}
.thumbContainer         {
	border: thin groove #018FDB;
	margin: 10px;
	width: 95%;
	padding-left: 10px;
}
#wrapper {
  height:2000px;
  width:auto;
 } 

 #gallery {
  width:900px;
  margin-left:auto;
  margin-right:auto;
  margin-top:75px; 
 } 

 .holder {
  width:225px;
  height:250px;
  background-image:url(../images/polaroid.png);
  float:left; 
 }

 .holder img {
  border:none;
 }

 .thumb {
  width:140px; 	
  height:120px;
  margin-top:29px;
  margin-left:43px;
  margin-right:42px; 
 } 

 .title {
  width:140px;
  height:40px;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  overflow:hidden; 
 } 

 .title h3 {
  margin:0;
  font-family:"Comic Sans MS", cursive;
  font-size:14px;
  overflow:hidden;
  color:#333; 
 } 

.Name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #018FDB;
	text-align: center;
}
first word {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 p {
	text-align: center;

}
.sidebold {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.Wingate {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #018FDB;
}
.iefix {
	background-color: #018FDB;
	margin-top: 1px;
}
