﻿#wrapper { width:960px;
background:white;
margin:0px auto;
border:thick
border-color:gray;
border-style:ridge;
}	


#header {height:148px;
}


#nav {
	font-family:Arial,Helvetica, sans-serif;
	position:relative;
	background-color:#000066;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0 auto;
    z-index:2;
    border-bottom:medium;
    border-bottom-color:gray;
    border-bottom-style:solid
	}

#nav ul {
    list-style-type:none;
}

#nav ul li {float:left; 
	position:relative;
}

#nav ul li a {
	
	display:block;
	text-align:center;
	text-decoration:none;
	padding:5px 50px 0px 10px;
	color:white;
	background-color:#000066; 
}

#nav ul li a:hover {
	background-color:#000066;
	color:yellow;
}

#nav ul li ul {
	display:none;
}

#nav ul li:hover ul {
   display:block;
	position:absolute;
	padding:2px;
}

#nav ul li:hover ul li a {
    display:block;
	background-color:#000066;
	color:white;
	width:110px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:10px 2px 2px 20px;
}

#nav ul li:hover ul li a:hover {
	background-color:#000066;
	color:yellow;
}






#fadeshow1 {
	position:absolute;
	z-index:1;
}


#content2 {
background:white;
}


#visitor_counter {
	border-top:thin;
	border-top-color:gray;
	border-top-style:solid;

}





#content {padding:5px 0px 0px 10px; background:white; float:left; width:620px;
}

#hotels {
}



#city {text-align:center; margin:0px auto 10px auto;
}


#sidebar {
	padding:0px 0px 0px 0px;
	margin:auto; background:white; float:right; width: 320px;
	border-left:thin;
	border-left-color:gray;
	border-left-style:solid;
}

#charityss {
	text-align:center;
	font-weight:bolder;
	margin:auto;
	border-bottom:thin;
	border-bottom-color:gray;
	border-bottom-style:solid;
}

#moosehead {text-align:center; margin:auto;border-bottom:thin;
border-bottom-color:gray;
border-bottom-style:solid;
}


 

#footer {text-align:center; padding:5px 0px 0px 5px; background:black; color:white; clear:both; height:100px;
}

	
h1 {font-size:16px; color:white; margin:0px;
}

h2 {font-size:14px; color:white; margin:0px;
}

h6 {
font-size:30px;
color:blue;
margin:0px;
text-decoration:underline;
text-align:center;
}
