body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#header {
	background: url(/images/header.png) repeat-x top;
	border-bottom: 1px solid #666666;
}

#header a {
	text-decoration: none;
}

#header a img {
	border: none;
}

#subheader {
	background: url(/images/subheader.png) repeat-x center;
	border-bottom: 1px solid #666666;
}

#subheader .links {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}

#subheader .links .link {
	display: inline;
	margin: 0px;
	padding: 5px;
}

#subheader .links .link a {
	color: #000000;
	text-decoration: none;
}

#subheader .links .link a:hover {
	color: #333333;
	text-decoration: none;
}

#menu {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #666666;
}

#menu .navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu .navigation .category {
	background: url(/images/category.png) repeat-x center;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
#menu .navigation .link {
	border-bottom: 1px solid #666666;
}

#menu .navigation .link a {
	background: url(/images/link.png) repeat-x top;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#menu .navigation .link a:hover {
	background: url(/images/link_hover.png) repeat-x bottom;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#content {
	min-width: 600px;
	max-width: 800px;
	margin-left: 200px;
	padding: 20px;
}

#footer {
	clear: both;
	border: none;
	height: 0px;
	margin: 0px;
	border: 0px;
}

.SpryHiddenRegion {
	visibility:hidden;
}