/* Elements */
body {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;


	background-color: #F7F7F7;
	scrollbar-3dlight-color: #A8ADB5; /* old */
	scrollbar-3dlight-color: #F7F7F7;
	scrollbar-arrow-color: #F7F7F7;
	scrollbar-base-color: #A8ADB5;
	scrollbar-darkshadow-color: #A8ADB5;
	scrollbar-face-color: #A8ADB5;
	scrollbar-highlight-color: #A8ADB5;
	scrollbar-shadow-color: #A8ADB5;
	scrollbar-track-color: #F7F7F7;

}


/* IDs */

#top {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 770px;
    margin-left: -385px;
    height: 125px;
    text-align: center;

    background: #CCC;
}
#content {
    display: block;
    position: fixed;
    left: 50%;
    top: 125px;
    bottom: 40px;
    /*right: 0px;*/
    width: 770px;
    margin-left: -385px !important;
    margin-left: 0px;

    text-align: justify;
    overflow: auto;
}
#bottom {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 770px;
    margin-left: -385px;
    height: 29px !important;
    height: 30px;
    border-bottom: 1px solid #7B7B7B;
    /*background: red;*/
    text-align: center;
}

/* for internet explorer */
* html body {
 	padding:125px 0 40px 0;
}
* html #content {
	height:100%;
 	width:770px;
}
/* end internet explorer */

/* other classes and ids */

/* START TOP */
#topBanner {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 80px;
	text-align: center;
	z-index: 1;
}
#topMenu {
	display: block;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#topSubMenu {
	display: block;
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
#topSubMenu a {
	margin-right: 20px;
}
/* END TOP */

/* START BOTTOM */
#btmAddres {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 10px;
}
#btmVisitor {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 10px;
	margin-left: 20px;
	/*border: 1px solid red;*/
	width: 130px;
	height: 15px;
	overflow: hidden;
}
#btmFlags {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 10px;
}
#btmFlags a {
	margin-left:12px;
}
/* START BOTTOM */




