/* This changes everything inside the <html> class and not the <body> */
html {
	
	width:100%;
	height:101%;
}
/* This changes everything inside the <body> */
body {
	background-color: #5d0404;
    margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#617884; /*Site Text Color*/
}
/* Language navigational bar */
div#lang {
	width:750px;
	height:16px;
	margin:0px auto;
	background-color:#000;
}
/*
#content_right{
	position:
}*/

div#home_content {
	width:750px;
	margin:0px auto;
    
}

#home_left {
	background:url(../images/en/welcome.en.jpg) no-repeat;
	float:left;
    width:235px;
	height:240px;
	margin-top:0px;
	overflow:hidden;
}

#text {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:110px;
	margin-left:30px;
	margin-right:10px;
}

#home_middle {
	width:269px;
	height:240px;
	float:left;
	
}

#home_middle img{
	border: 0px;
}



#home_right {
	

	float:right;
	width:246px;

}

#home_right_bottom {
	width:246px;
	height:58px;
}

#home_right_up {
	background:url(../images/flash_bg.jpg) no-repeat;
	width:246px;
	height:182px;
}

.flash{
	margin-left:15px;
	
}



.repeat{
	clear: both;
	background:url(../images/bg_repeat.jpg) repeat-y;
	width:750px;
	height:68px;
	margin:0px auto;
}


#container {
	width:750px;
	margin:0px auto;
}
#footer{
	
	background:url(../images/footer.jpg) no-repeat;
	width:750px;
	height:32px;
	border-bottom:3px solid #FFABA8;
}
