@charset "utf-8";
/* CSS Document */

#content {
	padding: 10px 20px;
	width: 700px !important;
	width: 690px;
	position: relative;
	z-index: 1;
}
#content table {
	border: 1px solid #436195;
	width: 330px;
	margin: 10px;
	padding: 5px;
}
#content p {
	letter-spacing: normal;
}
#content p strong {
	letter-spacing: -1px;
}
#content_top {
	background: url(../images/elements_sub.jpg) bottom no-repeat #dcdcdc;
	height: auto;
	min-height: 400px;
	padding-bottom: 100px;
}
#content_bottom {
	display: none;
}
#nav {
	height: 46px;
	z-index: 100;
	position: relative;
}
#sidebar {
	width: 185px;
	float: right;
	margin: 10px 10px 150px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul, #sidebar ul ul li {
	background: #8595AF;
}
#sidebar ul ul li {
	border-bottom: 1px dashed #DDDAE0
}
#sidebar ul li {
	background: #436195;
	line-height: 19px;
}
#sidebar li {
	text-align: right;
}
#sidebar ul a:link, #sidebar ul a:visited {
	color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
}
.left {
	float: left;
}
.smallshadow_bottom {
	background:url(../images/smallshadow_bottom.png) no-repeat center top;
	height: 4px;
}
.smallshadow_top {
	background:url(../images/smallshadow_top.png) no-repeat center bottom;
	height: 4px;
}

