/* Pepe's Style Sheet */


body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Georgia, Arial;
	color:#666666;
	background-color:#333333;
	text-align: center;
	}
	
a {
	text-decoration:none;
	color:#333333;
	border: none;
	}
	
	
/* ID Styles */
	

#container {
	margin: 0px auto;
	padding: 0px;
	width: 936px;
	text-align: left;
	background-image: url("images/doors_middle.jpg");
	background-repeat:repeat-y;
	position: relative;
	}
	
#welcome {
	margin: 0px;
	width: 450px;
	position: relative;
	left: 245px;
	top: 20px;
	padding-bottom: 100px;
	color:#333333;
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 11px;
	letter-spacing: .09em;
	text-align: left;
	}
	
#headtext {
	width: 480px;
	position: relative;
	left: 225px;
	top: 20px;
	padding: 2px;
	color:#333333;
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#333333;
	}
	
#navigation {
	position: absolute;
	top: 155px;
	left:242px;
	margin: 0px;
	padding: 0px;
	}
	
	#navigation a {
		font: 20px Verdana, Georgia, Arial, Helvetica;
		font-weight:bold;
		letter-spacing: .08em;
		color:#CC0000;
		text-decoration:none;
		border-bottom: none;
		padding-left:15px;
		padding-right:15px;
		}

	#navigation a:hover {
		color:#33CC33;
		text-decoration:none;
		border-bottom: none;
		}
	
	
#hours {
	padding-left: 30px;
	}
	
#open {
	margin: 0px;
	padding: 0px;
	width: 100px;
	position: absolute;
	left: 59px;
	top: 180px;
	color:#333333;
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 11px;
	letter-spacing: .09em;
	text-align: left;
	border:thin #000000;
	}
	
	
#bottom {
	padding-top: 44px;
	color:#CCCCCC;
	text-align: center;
	position:relative;
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 11px;
	letter-spacing: .09em;
	}
	
#extraDiv1 {
	background-image: url("images/doors_top2.jpg");
	background-repeat: no-repeat;
	background-position: top;
	width: 936px;
	height: 180px;
	}
	
#extraDiv2 {
	background: url("images/doors_bottom2.jpg") no-repeat bottom;
	width: 936px;
	height: 75px;
	}

	
	
.head {
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 22px;
	color:#000000;
	}
	
.head2 {
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 16px;
	}
	
.head3 {
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 13px;
	}
	
.head4 {
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 12px;
	color:#666666;
	}
	
.activeNav {
	font: 20px Verdana, Georgia, Arial, Helvetica;
	font-weight:bold;
	letter-spacing: .08em;
	color:#333333;
	text-decoration:none;
	border-bottom: none;
	padding-left:15px;
	padding-right:15px;
	}
	
