/*
    main.css by Bill Weinman - http://bw.org/contact/
    Copyright (c) 2010 The BearHeart Group, LLC
*/


body {
    background-image: url(../images/abg_texture.gif);
    margin: 0;
	padding: 0;
	text-align: center;
    font-family: georgia, sans-serif;
}

/* ===== header ===== */

#header {
    height: 162px;          /* set size equal to banner image */
    position: relative;
	margin-left: 100px;     /* allow absolute positioning relative to this space */
                            /* (used for menus below) */
}

#content {
    width: 75%;
    margin: 0 auto;
    padding: 10px;
    background-color: ;  /* not set yet! */
    border: 0px solid #ccc;
}

h1, h2, h3 {
    color: #960;
    margin: 0;
}

p {
    margin: 0 0 1em 0;
    line-height: 1.5em;
	
}
.avail {
	background-color:#CCCCCC;
	border: 1px solid #c99;
	margin-left: 200 px;
	}