html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
    background: #151515;
	font-family: Arial, Verdana, Helvetica;
	/*
	background-image: url(../images/bg.gif);    
	background-repeat: no-repeat;
	background-position: bottom left;
	*/
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.page {
    width: 967px;
    margin: auto;
    display: table;
}

.page_bg {
    width: 967px;
    margin: auto;
}

.top {
    width: 967px;
    height: 70px;
}

.language {
    width: 967px;
    height: 28px;
    margin: auto;
    display: table;	
}

.language_border {
    width: 100%;
    height: 1px;
	border-top: 1px solid #303030;
}

.top_language a,
.top_language a:link,
.top_language a:visited,
.top_language a:hover,
.top_language a:active {
	line-height: 24px;
    color: #737373;
    font-size: 10px;
    font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 17px;
	margin-bottom: 
}

.top_language a:hover {
    color: #cacaca;
}

.top_menu {
    height: 70px;
	width: 750px;
    line-height: 70px;
	line-height: 70px;
    text-align: center;
}

.top_menu a,
.top_menu a:link,
.top_menu a:visited,
.top_menu a:hover,
.top_menu a:active {
    color: #737373;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
	text-decoration: none;
}

.top_menu a:hover {
    color: #cacaca;
}

.top_menu a#active_menu {
    color: #ffffff;
}

.top_menu ul {
    margin: auto;
    padding: 0px;
	text-align: left;
}

.top_menu li {
    display: inline;
    margin: 0px 46px 0px 0px;
    list-style-type: none;
    padding: 0px;
}

.top_logo {
    background-image: url(../images/top.gif);
	width: 282px;
	height: 70px;
}


.main {
    width: 967px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.under {
    width: 967px;
    height: 30px;
    line-height: 30px;
    color: #4c4c4c;
    font-size: 9px;
    margin: auto;
}

.under a,
.under a:link,
.under a:visited,
.under a:hover,
.under a:active {
   color: #4c4c4c;
   font-size: 9px; 
   text-decoration: none;
}



