body {
	font-family: helvetica, sans-serif;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y; 
	background-color: #12232a;
	background-position: center;
	color: #ffffff;
	font-size: 12px;
}

.frame {
	border: 1px solid #c0c0c0;
	background-image: url('images/pattern.jpg');
	width: 900px;
	height: 100%;
	margin-left: auto ;
	margin-right: auto ;
	float: center;
	display: table-cell; 
}

.banner {
	vertical-align: top;
}


.buttons {
	
}

.main {
	width: 670px;
	padding-top: 35px;
}

.left {
	width: 270px;
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	background-image: url('images/Fbg.jpg');
	background-repeat: repeat-x;
	border: 1px solid #5c7686;
	padding: 2px;
	font-size: 12px;
}


.right {
	width: 540px;
	float: right;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	background-image: url('images/Fbg.jpg');
	background-repeat: repeat-x;
	background-color: 2a6386;
	border: 1px solid #5c7686;
	padding: 2px;
}

.leftSmall {
	width: 190px;
	float: left;
	margin: 10px;
}

.rightSmall {
	width: 190px;
	float: right;
	margin: 10px;
}

.centerSmall {
	width: 380px;
	margin-left: auto ;
	margin-right: auto ;
	margin: 10px;
}

.title {
	border-bottom: 1px solid #707070;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
}

.smalltitle {
	color: #ffffff;
	text-align: left;
	font-size: 14px;
}

.footer  {
	font-size: 10px;
	color: #707070;
	word-spacing: 10px;
	width: 900px;
	height: 30px;
	background-color: #000000;
	border-top: 1px solid #c0c0c0;
	bottom:0px;
	display: table;
}

.imgRight {
	float: right;
}

.imgLeft {
	float: left;
	padding-right: 3px;
	margin-top: 5px;
	margin-right: 3px;
}

.box {
	border: 1px dotted #c0c0c0;
	margin: 2px;
	font-size: 12px;
}

.english {
	float: right;
}


img {
	border: 0px;
}

a {
	color: #efad1a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #efad1a;
	text-decoration: underline;
}

79b61f