html,body{
	margin: 0px;
	overflow: auto;
	background: #000000 url(images/bg-img.jpg) no-repeat bottom right;
	background-attachment: fixed;
	color: #444444;
}


#content{
	Font-family: verdana,arial;
	font-size: 8pt;
	padding-top: 6px;
	text-align: justify;
	background-color: #b9b9b9;
}


.content{
	Font-family: verdana,arial;
	font-size: 8pt;
	padding-top: 6px;
	text-align: justify;
	background-color: #b9b9b9;
}


#nav{
	background-color:#201d0f;
	Font-family: verdana,arial;
	color:#ffffff;
	font-size: 7pt;
	line-height: 8pt;
	vertical-align: center;
	padding-top: 3px;	
}

#nav_left{
	float:left;
	padding-left: 3px;
}

#nav_right{
	float:right;
	padding-right: 5px;
}

h1{
	font-size: 9pt;
	color:#952461;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2{
	font-size: 7pt;
	color:#767676;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.hours{
	font-size: 7pt;
	color:#767676;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3{
	font-size: 7pt;
	color:#952461;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4{
	font-size: 7pt;
	color:#444444;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5{
	font-size: 8pt;
	color:#952461;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

p{
	margin-top: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

a.form:link {
	color: #ba79a3;
	text-decoration: none;
}
a.form:visited {
	text-decoration: none;
	color: #ba79a3;
}
a.form:hover {
	text-decoration: none;
	color: #fab3b3;
}
a.form:active {
	text-decoration: none;
	color: #ba79a3;
}

a.special:link {
	color: #952461;
	text-decoration: none;
}
a.special:visited {
	text-decoration: none;
	color: #952461;
}
a.special:hover {
	text-decoration: underline;
	color: #952461;
}
a.special:active {
	text-decoration: none;
	color: #952461;
}

img, div { 
	behavior: url(iepngfix.htc) 
}

