.no-display,
.no-screen {
	display: none;
}

.clear {
	clear: both;
}

html { 
	height: 100%;
	background-image: url(../upload/design/smallback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

body {
	height: 100%;
	text-align: center;
	margin: 0;
	background-image: url(../upload/design/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	line-height: 160%;
}

div#wrapper {
	text-align: justify;
	width: 813px;
	border-style: solid;
	border-color: #000;
	border-width: 0 1px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 43px 0 44px;
}

div#head {
	width: 813px;
	background-image: url(../upload/design/head.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 84px;
	padding: 10px 0 0 0;
}

div#head a:link,
div#head a:visited,
div#head a:active,
div#head a:hover,
div#head a:focus {
	color: #fff;
	text-decoration: none;
}

div#logo {
	position: static !important;
	position: relative;
	width: 185px;
	height: 88px;
	margin: -7px 0 0 28px;
	background-image: url(../upload/design/logo.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='upload/design/logo.png');
}

div#logo img {
	width: 185px;
	height: 88px;
}

div#bridge {
	height: 64px;
	padding: 5px 20px 5px 30px;
	background-image: url(../upload/design/bridge.jpg);
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}

div#contentwrapper {
	border-style: solid;
	border-color: #000;
	border-width: 0 0 1px 10px;
	background-color: #C8C6D1;
	padding: 10px;
}

div#content {
	background-color: #fff;
	padding: 10px;
	background-image: url(../upload/design/contentback.gif);
	background-repeat: repeat-x;
}

div#text {
	margin-right: 180px;
}

div#text img {
	width: auto !important;
	width: expression(this.width > 560 ? "560px" : this.width + "px");
	max-width: 560px;
}

div#navigation, div.teaserbox {
	float: right;
	width: 150px;
	padding-top: 12px;
	margin-bottom: 10px;
}

div#navigation a {
	text-decoration: none;
}

div#navigation h1, div.teaserbox h1 {
	margin: 0;
	padding: 0 5px;
	background-color: #848391;
	background-image: url(/upload/design/theme.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}

div#navigation ul, div.teaserbox ul {
	margin: 0;
	padding: 10px 5px;
	list-style: none;
	border-color: #C8C6D1;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background-color: #EFEFEF;
}

div#navigation ul ul, div.teaserbox ul ul {
	border: 0;
	padding: 0 0 0 20px;
	font-size: .9em;
	list-style-type: square;
	background-color: transparent;
}

div#navigation ul ul ul, div.teaserbox ul ul ul {
	padding: 0 0 0 10px;
	font-size: 1em;
}

div#navigation ul ul ul ul, div.teaserbox ul ul ul ul {
	list-style-type: none;
}

div#footer {
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 160%;
}

h1 {
	font-size: 1.3em;
	margin: .2em 0 .5em 0;
}

h2 {
	font-size: 1.2em;
	margin: .2em 0 .2em 0;
}

h3 {
	font-size: 1.1em;
	margin: .2em 0 .1em 0;
}

h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

h1 {
	font-variant: small-caps;
}

h4, a:link, a:visited {
	color: #DC6433;
}

p {
	margin: 0 0 .8em 0;
}

.gray_bg {
	background-color: #E7E6E7;
	background-image: url(../upload/design/gray_bg.gif);
	background-repeat: repeat-x;
}

