/* CSS Document */

body {
	margin: auto;
	text-align: center;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #474747; /*7b7b72*/
	width: 750px;
	/*border: 1px solid black;*/
}

#logo {
	margin: auto;
        height: 119px;
}

#logoright {
	background-image: url(shiloh-theatrical-productions-inc-right.gif);
	background-repeat: no-repeat;
	width: 375px;
        height: 119px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: xx-large;
	vertical-align: bottom;
}

#navbar {
	/*background-image: url(shiloh-navbar-capsule.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
	font-weight: bold;*/
        background-color: #C0C0C0;
        vertical-align: top;
        height: 40px;
        width: 130px;
}

#navbar ul {
	/*background-image: url(shiloh-navbar-capsule.gif);
	background-repeat: no-repeat;
        background-position: top left;
	color: #FFFFFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
	font-weight: bold;
        vertical-align: top;
        padding: 0px;
        margin: 0px;
}

#navbar li {
	display: block; /* default: inline-table */
        list-style: none;
        /*margin: auto;*/
        border-bottom: 1px solid white;
}

#navbar li a {
	padding-left: 5px;
	padding-right: 5px;
	display: block; /* default: inline-table */
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

#navbar li a:hover {
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	background-image: url(shiloh-navbar-ov.gif);
	background-repeat: repeat-x;
}

#main {
	background-color: #FFFFFF;
	/*border: 1px solid white;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        padding: 2px;
}

#footer {
	/*background-color: #E0B7B7;*/
	background-color: #FFFFFF;
	border-bottom: 3px solid white;
}

.footer {
	border-top: 3px dotted #E0B7B7;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: smaller;
	display: block;
}

#three { margin: auto; width: 748px; height: 1px; background-color: white; }
#two { margin: auto; width: 746px; height: 1px; background-color: white; }
#one { margin: auto; width: 744px; height: 1px; background-color: white; }
#zero { margin: auto; width: 740px; height: 1px; background-color: white; }

#designby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin-bottom: 10px;
}

#designby a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	padding: 1px;
}

#designby a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted white;
	padding: 1px;
}