@charset "utf-8";
body {
	background-image: url(images/bg_tile_maya.gif);
	background-repeat: repeat;
	background-color: #1F1810;
}
.container {	width: 960px;
	background: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}
.content1 {	padding: 10px 0;
	width: 780px;
	float: left;
	background-color: #000;
}
.sidebar1 {	float: right;
	width: 180px;
	background: #000;
	padding-bottom: 10px;
}
.container1 {
	background-color: #1F1810;
	width: 970px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content2 {
	padding: 20 20 20 20;
	width: 600px;
	float: left;
	background-color: #1F1810;
}
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	height: 200;
}
.header2 {
	background: url(gbl.gif) 0 100% no-repeat #1F1810;
}
.sidebar11 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.sidebar2 {
	float: left;
	width: 175px;
	padding: 0px 0px 0px;
	background-color: #1F1810;
}
ul.nav {	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
.Body_main_2 {
	font-weight: normal;
	color: #F60;
	font-style: italic;
}
.Body_stand {
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

.Quotation {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #CCC;
	font-size: 15px;
	text-align: center;
}
.style56 {
	font-size: 12px;
	font-weight: bold;
}

.style45 {
	font-size: 14px;
	color: #000;
	font-family: "Arial Unicode MS";
	font-style: italic;
}
.bl {
	background: url(gbl.gif) 0 100% no-repeat #592b0c;
	width: 570px;
	padding: 20 20 20 20;
}
.br {
	background: url(gbr.gif) 100% 100% no-repeat
}
.tl {
	background: url(gtl.gif) 0 0 no-repeat
}
.tr {
	background: url(gtr.gif) 100% 0 no-repeat;
	padding:10px 10px 10px 10px;
	color: #CCC;
}


.Body_main {
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Arial Unicode MS";
	font-size: 12px;
	text-align: justify;
}

.bODY_sub {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}
