@charset "UTF-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

img {border: 0px;}

#frontsplash {height:85%;}

a:link {

	color: red;

         text-decoration: none;

	font-weight: normal;

}

a:visited {

	color: red;

         text-decoration: none;

	font-weight: normal;

}

a:hover {

	color: red;

         text-decoration: underlined;

	font-weight: normal;

}

#container  {
	width: 890px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	height: 100px;
	margin: 30px 0 0 0;
} 
#sidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* 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 */
	margin: 70px 0 0 0;
	background: #ffffff;
}
#mainContent  {
	margin: 70px 0 0 0;
	width: 450px;
} 

#allContent  {
	margin: 70px 0 0 0;
	width: 890px;
} 

#footer  {
	padding: 0 20px 0 20px;
} 
#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: 80%;
}
.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;
}
#menu {
	height: 26px;
	width: auto;
}

#thumbnail  {
   border:1px solid #666666;
height: auto;
width: auto;
  margin: 2px;
  text-align: center;
Float: left;
}	

#thumbnail img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

