/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 18px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

.content-div {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Page header styles */
#header {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
}

#header #top {
	width: 531px;
	margin-left: auto;
	margin-right: auto;
}


#header #menu {
	letter-spacing: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	width: 531px;
}

#header #menu .menuitem, #header #menu .selectedmenuitem {
	text-align: center;
}

#header #menu .selectedmenuitem {
	font-weight: bold;
}

#header #bottom {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}


/* Bordered Image CSS Styles */
.borderedimage {
	border: 1px solid #999999;
	padding: 5px;
}

.borderedimage #image {
	border: 1px solid #CCCCCC;
	width: 100%;
}


/* Content CSS Styles */
#content {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

#content #left {
	float: left;
	width: 215px;
}

#content #left .vertical_image_divider {
	height: 20px;
}

#content #right {
	float: left;
	width: 323px;
	padding-left: 40px;
	letter-spacing: 2px;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

#footer {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}

#footer #knot {
	width: 531px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#footer #contact {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}

#footer #copyswirl {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

.copytext, #copyright {
	letter-spacing: 2px;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

.copytext a {
	color: #666666;
}

.copytext ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -1em;
}

.copytext p {
	margin-top: 2px;
}

#copyright {
	text-align: center;
	margin-top: 25px;
}


h1 {
	letter-spacing: 5px;
	font-size: 9px;
	margin-top: 25px;
	margin-bottom: 4px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

