@charset "utf-8";
/* CSS Document */
/* Code (c) Christopher Smith @ Vibrant Colour, Adobe and Dynamic Drive */

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;
	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 */
	background-color: #810811;
		font-family: Arial, Helvetica, sans-serif;
	color: #B4181B;
	background-image: url(bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		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. */
}
.oneColFixCtrHdr #header {

	margin: 0px;
	padding-top: 0px;
	padding-bottom:0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #footer {

}
.oneColFixCtrHdr #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 */

}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B4181B;
}

.style2 {color: #B4181B}


.indentmenu{
width: 100%; /*leave this value as is in most cases*/]
font: Arial;
height: 26px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background: url(navbar_passive.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 8px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #FFFFD5 url(navbar_active.jpg) center center repeat-x;
}

#rightpad {
		width: 325px;
		height: 395px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-top: 55px;
		margin-top: 20px;
		float: right;
		background: url(amicifriendsbg.png);
		background-repeat: no-repeat;
		
		}
		
		#directions {
	background-image: url(directions.gif);
	float: left;
	height: 73px;
	width: 234px;
	margin: 5px;
	padding: 2px;
	vertical-align: bottom;
}
