html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;	
	vertical-align: bottom;
	background-color: #fef3e0;
}

table.start	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
	
#wrapper {
	width: 960px;
	height: 543px;
	margin : auto;
	background-color: #cc9966;
	border: 25px solid white;
}

#leftSideImage {
	border: 0px;
	margin: 0px;
	float: left;
}

#rightSide {
	float: left;
	width: 500px;
}

#navigation {
	padding-top: 54px;
	padding-bottom: 3px;
	height: 22px;
	font-family: courier new;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	
}

.firstLevelNavigationItem {
	font-family: courier new;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none;
}

.firstLevelNavigationItem:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.active_main {
	color: #FFFFFF;
}

#contentArea {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	width: 465px;
	height: 350px;
}

#languageSwitch {
	float: left;
	margin-top: 9px;
	width: 123px;
	height: 28px;
	padding-top: 52px;
	padding-left: 105px;
	background-color: #fef3e0;
	background-image: url(corner_yellow.gif);
	background-repeat: no-repeat;
}

#wanted {
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	width: 228px;
	height: 80px;
	background-color: #FFFFFF;
}

#wantedImage {
	margin-top: 6px;
	margin-left: 6px;
}

.languageNavigationItem {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.languageNavigationItem:hover {
	color: #cc9966;
	text-decoration: underline;
}


#contentTitle {
	margin-left: 27px;
	margin-top: 27px;
}

#brownArrow {
	margin-left: 27px;
	margin-top: 13px;
	*margin-top: 9px;
	display: block;
}

.dot_line {
	background-image: url(dot_line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-left: 27px;
	margin-top: 5px;
	margin-bottom: -18px;
	height: 21px;
	width: 415px;
	line-height: 1px;
}

#secondLevelNavigation {
	margin-left: 27px;
	margin-top: 13px;
	margin-bottom: -4px;
}

.secondLevelNavigationItem {
	font-family: courier new;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.secondLevelNavigationItem:hover {
	color: #cc9966;
	text-decoration: underline;
}

#thirdLevelNavigation {
	font-family: courier new;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	margin-left: 27px;
	margin-top: 7px;
	margin-bottom: -4px;
	
}

.thirdLevelNavigationItem {
	font-family: courier new;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.thirdLevelNavigationItem:hover {
	color: #cc9966;
	text-decoration: underline;
}

#content {
	margin-left: 40px;
	margin-top: 25px;
	margin-right: 25px; /* changed by Retikov **/
	font-family: courier new;
	font-weight: bold; /* changed by Retikov */
	letter-spacing: 1px;
	*letter-spacing: 0px;
	font-size: 13px;
}

#content_small {
	float: left;
	margin-left: 40px;
	margin-top: 25px;
	font-family: courier new;
    font-weight: bold;  /* changed by Retikov */
	letter-spacing: 1px;
	*letter-spacing: 0px;
	font-size: 13px;
	width: 200px;
}

.content_level0 {
	height: 215px;
}

.content_level1 {
	height: 178px;
}

.content_level2 {
	height: 151px;
}

.content_level3 {
	height: 151px;
}

#flashMovie {
	margin-top: 20px;
	float: right;
	height: 177px;
	width: 180px;
	margin-right: 23px;

	border: 0px solid black;
}

.navigationSeparator {
	font-family: courier new;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
}

.spacer {
	margin-left: 9px;
	margin-right: 9px;
}

#contentPaging {
	margin-right: 23px;
	text-align: right;
	float: right;
}

.contentPagingLink {
	font-family: courier new;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.contentPagingLink:hover {
	color: #cc9966;
	text-decoration: underline;
}

#content a {
	font-family: courier new;
	font-weight: bold;
	letter-spacing: 1px;
	*letter-spacing: 0px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	display: block;
}

#content a:hover {
	color: #cc9966;
	text-decoration: underline;
}

#content_small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content_small li {
	margin-bottom: 7px;
}

.active {
	color: #D59A71;
}

ul.bb-list-unordered {
    list-style-type : none;
    margin : 0;
    padding : 0;
}

li.bb-listitem {
	  text-indent : -18px;
    padding : 0 0 0 18px;
}

#specialContent {
	background-color: #fef3e0;
	margin : auto;
	width: 536px;
	height: 380px;
	position: absolute;
	z-index: 10;
	display: none;
}

#specialContentTop {
	height: 50px;
	width: 100%;
}

#specialContentText {
	float: left;
	margin-top: 4px;
	padding-left: 18px;  /* Retikov Ð old margin-left */
	width: 130px;
	font-family: courier new;
	letter-spacing: 1px;
	*letter-spacing: 0px;
	font-size: 13px;
	font-weight: bold;
}

#specialContentClose {
	float: right;
	margin: 10px;
}

#specialContentClose img,
#specialContentText img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.specialContentDotLine {
	background-image: url(dot_line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	margin-top: 25px; /* Retikov - old 5px */
	height: 10px;
	width: 100%;
	line-height: 1px;
}

#specialFlashMovie {
	float: right;
	width: 362px;
	margin-right: 10px;

	border: 0px solid black;
}

#specialContentLoading {
	margin: 10px;
	font-family: courier new;
	letter-spacing: 1px;
	*letter-spacing: 0px;
	font-size: 13px;
	font-weight: bold;
}

#specialContentText p {
    margin : 0; /* changed by Retikov */
    padding : 0; /* changed by Retikov */
	height: 245px;
	*width: 140px;
}

#specialPicture {
/*		float: right; */
/*	width: 362px; */
/*	margin-right: 15px; */

	border: 1px solid black;
}

#specialContentText p span {
	*margin-top: 10px;
	text-transform: uppercase;
}
