html, body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #949292;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
	width: 100%;
}

img {
	border-width: 0px;
}

a {
	color: #f18232;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-bottom: 5px;
	font-size: 14px;
}

h2 {
	font-size: 12px;
	margin-top: 5px;
	color: #cacaca;
}

.seperate {
	position: relative;
	height: 0px;
	width: 350px;
	background-color: #ffffff;
	border-top: 3px solid #949292;
	margin-bottom: 30px;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 100%;
}

#shadow_right {
	position: absolute;
	left: 1000px;
	top: -1px;
	width: 10px;
	height: 2000px;
	overflow: hidden;
	background-image: url(http://www.wooltown.org/img/vertical_shadow_right.gif);
	background-repeat: repeat-y;
}

#content {
	position: absolute;
	left: 50px;
	width: 900px;
}

#address {
	position: absolute;
	left: 400px;
	top: -380px;
}

#contact {
	position: absolute;
	left: 400px;
	top: -220px;
}

#correspondence {
	position: absolute;
	left: 400px;
	top: -80px;
}

#registration {
	position: absolute;
	left: 400px;
	top: 80px;
}

#about {
	position: absolute;
	left: 400px;
	top: 190px;
}

#references {
	position: absolute;
	left: 400px;
	top: 662px;
}

#footer {
	border-top: 1px solid #f18232;
	position: relative;
	width: 100%;
	font-size: smaller;
	text-align: center;
}

.module_top {
	position: relative;
	width: 500px;
	height: 10px;
	background-image: url(http://www.wooltown.org/img/module_top.gif);
	background-repeat: no-repeat;
	margin: 0;
}

.module_bottom {
	position: relative;
	width: 500px;
	height: 10px;
	background-image: url(http://www.wooltown.org/img/module_bottom.gif);
	background-repeat: no-repeat;
	margin: 0;
}

.module_content {
	position: relative;
	width: 478px;
	height: 100%;
	background-color: #ffe6a9;
	margin: 0;
	padding: 0px 10px 0px 10px;
	border: 1px solid #ffe6a9;
	font-size: smaller;
}

.news_fragment {
	position: relative;
	width: 350px;
}

.featured_top {
	position: relative;
	width: 350px;
	height: 10px;
	background-image: url(http://www.wooltown.org/img/featured_top.gif);
	background-repeat: no-repeat;
	margin: 0;
}

.featured_bottom {
	position: relative;
	width: 350px;
	height: 10px;
	background-image: url(http://www.wooltown.org/img/featured_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 30px 0px;
}

.featured_content {
	position: relative;
	width: 328px;
	background-color: #ffe6a9;
	margin: 0;
	padding: 0px 10px 0px 10px;
	border: 1px solid #ffe6a9;
}