@charset "UTF-8";
body  {
	font: normal 100%/1.5 Palatino, "Book Antiqua", "Arno Pro", Georgia, serif;
	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: #000000;
	background: #666666;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666 no-repeat center top;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #330000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header {
	background: #DDDDDD center 0px;
	padding: 0;  /* 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. */
	margin: 0px;
} 
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/menubar.gif);
	width: 100%;
	height: 40px;
	float: left;
}
	
		
#header li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px;
	font: 15px Palatino, "Book Antiqua", "Arno Pro", Georgia, serif;
	text-align: center;
}
#header li a {
	float: left;
	display: block;
	color: #FF9E03;
	text-decoration: none;
	padding: 12px 30px 6px;
	font-weight: bold;
}	
#header li a:hover, #header li a:active, #header li a:focus {
	color: #FFFFFF;
}
#header  li#Home {
	padding-left: 29px;
}
.Home #Home a, .Gallery #Gallery a, .Media #Media a, .Workshop #Workshop a, .Research #Research a, .FAQOrder #FAQ a, .About #About a, .Contact #Contact a  {
	font-style: italic;
	font-weight: bolder;
	color: #FFEB46;
}
#mainField {
	background: url(../images/background.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	border-top: thin solid #F7F0EC;
}

#mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20;
} 
#mainContent   h2 {
	font: 20px Palatino, "Book Antiqua", "Arno Pro", Georgia, serif;
	color: #290000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#mainContent p {
	font: 16px/1.5 Palatino, "Book Antiqua", "Arno Pro", Georgia, serif;
	color: #290000;
	padding-right: 30px;
	padding-left: 50px;
}
#mainContent .pages {
	font: bold normal 16px Palatino, "Book Antiqua", "Arno Pro", Georgia, serif;
	color: #290000;
	margin: 0px;
	padding-bottom: 20px;
	text-align: center;
}
#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/footer.gif) center bottom;
	margin: 0px;
	border-top: thin solid #F0D7C1;
	width: 1000px;
	
	left: auto;
	right: auto;
	height: 57px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: Arial, Helvetica, sans-serif;
	color: #000066;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 30px;
	font-size: 11px;
}
.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;
	border: medium double #999999;
	margin: 60px 35px 10px 10px;
	padding: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	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;
	margin: 0px;
	padding: 0px;
}
#sidebar2  .sidebarText  a:hover,       {
	color: #BF2639;
}

