@charset "utf-8";
img {
    border-style: none
}
body {
	background-color: #d9d9d9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;
}
#main {
	position: relative;
	height: 589px;
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	top: 35px;
}
#parent {
	position: inherit;
	float: left;
	height: 569px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	position: inherit;
	clear:left;
	height: 420px;
	width: 850px;
	background-image: url(content/images/wallpaper_massive.gif);
}
#leftbar {
	background-image: url(content/images/leftshadow.gif);
	background-repeat: repeat-y;
	float: left;
	height: 569px;
	width: 13px;
	position: inherit;
}
#rightbar {
	background-image: url(content/images/rightshadow.gif);
	background-repeat: repeat-y;
	float: left;
	height: 569px;
	width: 13px;
	position: inherit;
}
.content-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06A5D2;
	font-variant: small-caps;
}
.content-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topshadow {
	position: inherit;
	height: 10px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(content/images/topshadow.gif);
	background-repeat: repeat-x;
}
#bottomshadow {
	position: absolute;
	height: 10px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(content/images/bottomshadow.gif);
	background-repeat: repeat-x;
	display: inherit;
	left: 13px;
	top: 579px;
}

#header {
	position: inherit;
	height: 95px;
	width: 850px;
}
#navigation {
	position: inherit;
	float:left;
	height: 32px;
	width: 835px;
	background-image: url(content/images/navi_repeat.gif);
}
#navigation-left {
	position: inherit;
	float:left;
	height: 32px;
	width: 15px;
	background-image: url(content/images/navi_repeat.gif);
}

#content-left {
	position: inherit;
	float:left;
	height: 400px;
	width: 20px;
}
#content-middle {
	position: inherit;
	float:left;
	height: 400px;
	width: 810px;
}
#content-right {
	position: inherit;
	float:left;
	height: 400px;
	width: 20px;
}
#footer {
	position: inherit;
	float: left;
	height: 22px;
	width: 785px;
	background-image: url(content/images/footer_repeat.gif);
}
#footer-right {
	position: inherit;
	float: left;
	height: 22px;
	width: 65px;
	background-image: url(content/images/footer_repeat.gif);
}