html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;   
}

body
{
    background-color: rgb(233,233,233);
    color: #333;
    font-family: Tahoma;
	font-size:12px;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

.page
{
    margin: 0 auto;
    width: 840px;
    background-color: white;
	background-image:url(../images/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.logo
{
    position: absolute;
	width: 223px
    height: 128px;
}

a
{
	color: rgb(102,102,102);
	text-decoration: none;
}

.mainpict
{
    padding-left: 224px;
    width: 615px;
    height: 314px;
	padding-bottom: 0;
    clear: both;

}

.content
{
    padding-left: 248px;
	padding-top: 0;
    width: 567px;
    padding-bottom: 0;
    clear: both;
    height: auto !important;
}

.innerContent p,
.innerContent h3,
.innerContent table
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
    line-height: 1.29em;
    clear: both;
}

.innerContent table p,
.innerContent b
{
	font-size: 12px;
	font-weight: normal;
}

.innerContent h3
{
    margin-top: 19px;
    margin-bottom: 6px;
    padding: 0;
    font-size: 19px;
	color: rgb(102,102,102);
    font-weight: bold;
    width: 399px;
    overflow: hidden;
}

.innerContent h3 img
{
    display: block;
    padding: 0;
    margin: 0;
}

h1
{
    padding: 0;
    margin-top: 19px;
    margin-bottom: 6px;
    color: rgb(102,102,102);
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
}

p.navigation
{
    position: absolute;
	margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 128px;
    width: 223px;
}

.navigationChapter
{
    display: block;
	width: 180px;
    border-top: 1px solid rgb(204,204,204);
    padding-left: 24px;
    padding-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
	background-position: 10px 8px;
    font-size: 10px;
    text-decoration: none;
}

.navigationChapter:hover
{
    background-image: url(../images/arrow-red.gif);
	background-color: rgb(244,244,244);
    color: rgb(204,0,0);
}

.navigationSelected
{
	background-image: url(../images/arrow-red.gif);
	color: rgb(204,0,0);
}

.navigationChapterLast
{
    display: block;
	width: 180px;
    border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
    padding-left: 24px;
    padding-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
	background-position: 10px 8px;
    font-size: 10px;
    text-decoration: none;
}

.navigationChapterLast:hover
{
    background-image: url(../images/arrow-red.gif);
	background-color: rgb(244,244,244);
    color: rgb(204,0,0);
}

.language
{
    position: relative;
    top: -1px;
    left: 1px;
    display: block;
    width: 180px;
    height: 20px;
    padding-left: 42px;
    padding-top: 20px !important;
    margin-top: 0;
    z-index: 1234;
}

.navigationChangeLanguage
{
    display: block;
    background-color: rgb(199,199,199);
    padding-left: 9px;
    width: 130px;
    height: 15px;
    padding-top: 1px;
    text-decoration: none;
    color: white;
    font-size: 11px;
}

.navigationChangeLanguage:hover
{
    color: rgb(99,99,99);
    background-color: white;
	border: 1px solid rgb(199,199,199);
}

p.address
{
    position: absolute;
	margin: 0;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 300px;
    width: 223px;
}

p.banner
{
    position: absolute;
	margin: 0;
    padding-left: 20px;
    position: absolute;
    top: 420px;
    width: 203px;
}

#footer
{
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    height: 21px !important;
    width: 100%;
    color: rgb(102,102,102);
    font-size: 10px;
    border-top: 1px solid rgb(204,204,204);
    background-color: #fff;
    background-position: 0 0;
    overflow: hidden;
}

.copyright
{
    text-align: center;
}

.image-left
{
	float: left;
	width: 260px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.image-1
{
	float: left;
	width: 1px;
	height: 1px;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
