@charset "utf-8";
a{
	text-decoration:none;
	color: #003366;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #C0CFE2;
	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 */

}


#wrapper {
	background: #C0CFE2 center url(images/bkg.jpg) repeat-y;
}

#container {
	width: 1000px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #003366;

}
#header img {
	margin: 0; 
	padding: 0px;
	
}
#header p {
	text-align:right;
	margin-top: -86px; 
	padding: 0px 0;
	font: 12px bold Verdana, Arial, Helvetica, sans-serif;

}
#mainNav img {
	border:0;

}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

ul#navList li{
	display:inline;
	list-style-type:none;	
}




#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent img{
	border: none;
}
.crumb{
	font: Verdana, "Helvetica", sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#036;
	margin-right:10px;
}
.crumb a{
	font: Verdana, "Helvetica", sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#666;
	margin-right:10px;
}

#thumbs td {
	padding-bottom: 25px;
}

#thumbs p {
	font: Verdana, "Helvetica", sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#666;
	margin:0;
	padding: 0;
}

#thumbs hr {
	margin: 0 0 5px 0;
}

#thumbs a {
	text-decoration:none;
	}

#thumbs img {
	border: 0;
}
#story {
	margin-left: 15px;
}
#description{
	font: Verdana, "Helvetica", sans-serif;
	font-size: 14px;
	color:#666;
	margin:0;
	padding: 0;
}

#description li{
	list-style-type:none;
	display:block;
	padding-bottom: 5px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer a{
	text-decoration:none;
	color: #003366;
}

#footerMenu{
	font: Verdana, "Helvetica", sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#666;
	margin:0;
	padding: 0;
}

#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 */
	text-align:center;
}
.b {background:url(images/bkg-b.jpg) 0 100% repeat-x;}
.bl {}

#clearall{
	clear: both;
	margin: 0;
	padding: 0;
}
#bottom-border {
	width: 1050px; 
	background: url(images/bkg-b.jpg) 0 100% no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}