/*This is the core style sheet of the site*/


div {}

a {
	color: #333300;
	text-decoration:none;
	font-weight:bold;
	margin-left: 10px;
	text-align: center;
	}
	
a:hover {
	color: #990000;
	text-decoration:none;
	text-align: center;
	}

body {
background-color: #CCCC66;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0em;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	font-style: italic;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	letter-spacing: 5px;
}

h3 {
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	letter-spacing: 5px;
}

p {
font-size: 12px;
}

.navText {
	color: #333300;
	font-family: arial;
	font-size: 12px;
	font-weight: bolder;
}
#assort {
	position: absolute;
	top: 150px;
	left: 650px;
	border: medium groove #660000;
	width: 256px;
	
}
#header {
	background-color: #CC9966;
	top: 75px;
	position: absolute;
	left: 250px;
	height: 50px;
	width: 375px;
	font-family: Papyrus;
	text-align: center;
	padding: 5px;
	border: thin ridge #FF9900;
	font-size: 14px;
}

#kingston {
	position: absolute;
	left: 25px;
	top: 15px;
}

#muddy {
	left: 100px;
	position: absolute;
	top: 150px;
	border: medium groove #CC6600;
}

#navbar {
	position: absolute;
	top: 350px;
	left: 36px;
	width: 125px;
	height: 175px;
}

#neighborhood {
	position:absolute;
	width:250px;
	height:90px;
	z-index:3;
	left: 650px;
	top: 375px;
	padding: 10;
}

#snowmen {
	height: 384px;
	width: 256px;
	position: absolute;
	top: 600px;
	left: 200px;
	border: medium groove #660000;
}

#tony {
	position: absolute;
	top: 169px;
	left: 37px;
	border: medium groove #660000;
	width: 192px;
	height: 144px;
}
