/* mac hide\*/
html, body {height:100%
}
/* end hide */
body {
padding:0;
margin:0;
text-align:center;
min-width:753px;/* for mozilla*/
color: #000;
font-family:"Century Gothic", sans-serif;
font-size:13px;
text-align: center; /* for IE */
background: url(../img/bg.jpg) repeat;
}

#container{
	width:753px;
	margin:auto auto;
	background:url(../img/main_bg.jpg) repeat-y;
	text-align:left;
	overflow:hidden;
}
#header{
	height:150px;
	background:url(../img/header.jpg) no-repeat;
}
#footer{
	height:88px;
	background:url(../img/footer.jpg) no-repeat;
}
#content{
	margin-left:43px;
	margin-right:15px;
	padding-right:20px;
	height:471px;
	overflow:auto;
}

#sidebar{
	width:90px;
	float:left;
	margin-left:15px;
	margin-top:2px;
}
#copyright{display:none;}

.module{
	margin-bottom:20px;
}
.module #left_menu{
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
}

#left_menu a{color:#fff;text-decoration:none;}
#left_menu a:link{color:#fff}
#left_menu a:visited{color:#fff}
#left_menu a:hover{color:#000;text-decoration:none;}

#left_menu .active a{color:#000;text-decoration:none;}

a{color:#fff}
a:link{color:#fff}
a:visited{color:#fff}
a:hover{color:#fff;text-decoration:none;}

h1{padding:0;margin:0;}

.site_languages{display:none;}
