@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;
	background-image: url('../images/background.png');
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 12px;
}

html {
	overflow-y: scroll;
}

a {
	color: #820707;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	min-height: 100%;
	width: 800px;
	margin: 0 auto;
	background-image: url('../images/container-bg.png');
	background-repeat: repeat-y;
}

#header {
	height: 110px;
	background-image: url('../images/header-bg.png');
	font-size: 14px;
}

#header #tags {
	float: left;
	margin: 20px;
	height: 70px;
	width: 550px;
	position: relative;
}

#header #tags #tag1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}

#header #tags #tag2 {
	position: absolute;
	top: 0;
	right: 40px;
	font-size: 14px;
}

#header #tags #tag3 {
	position: absolute;
	bottom: 0;
	left: 40px;
	font-size: 12px;
}

#header #tags #tag4 {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 13px;
}

#header #tags #tag5 {
	position: absolute;
	top: 20px;
	left: 150px;
	font-size: 15px;
}

#header #tags #tag6 {
	position: absolute;
	bottom: 10px;
	right: 160px;
	font-size: 14px;
}

#header img {
	float: left;
	margin: 12px 20px;
}

#menu {
	height: 46px;
	background-image: url('../images/menu-bg.png');
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 15px 0 0 14px;
	padding-top: 15px;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 29px;
	width: 100px;
	float: left;
	margin: 0 1px;
	color: #323232;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

#menu a:hover {
	background-color: #e7f1f6;
}

#wrapper {
	clear: both;
}

#crumbpath {
	font-size: 10px;
	padding-bottom: 10px;
	background-color: #e0e0e0;
	width: 575px;
	height: 12px;
	line-height: 22px;
	padding-left: 10px;
	margin-left: 15px;
	border-bottom: solid 1px #9ea4a4;
	font-weight: bold;
}

#content {
	width: 565px;
	margin: 8px 5px 8px 25px;
	float: left;
}

#sidebar {
	width: 168px;
	margin: 8px 10px 8px 11px;
	float: left;
	position: relative;
	top: -25px;
}

#pagename {
	height: 25px;
	background-color: #e3e6ee;
	line-height: 25px;
	padding-left: 8px;
	color: #323232;
	font-weight: bold;
	border: solid 1px #a8b2b7;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu li {
	display: block;
	height: 29px;
	margin: 0 1px;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: solid 1px #9ea4a4;
}

#submenu a {
	color: #323232;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
