/* CSS Document */


/*################################ Main Layout #################################################*/
body
{
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}	

div#container
{
	z-index:1;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:800px;

}

div#top
{
	width:800px;
	height:149px;
	background-image:url(../english/images/intro_top.jpg);
	background-repeat:no-repeat;
}

div#vmc_logo
{
	width:293px;
	height:56px;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
}

div#middle
{
	width:800px;
	height:423px;
	background-image:url(../images/intro_middle.jpg);
	background-repeat:no-repeat;
}


div#footer
{
	width:798px;
	height:30px;
	background-color:#200F09;
			
	border-left: 1px solid #FFF;
		
	border-right: 1px solid #FFF;			
	border-bottom: 1px solid #FFF;
}
#footer ul
{
	margin-top:0px;
	color:#FFFFFF;
	float:right;
}

#footer ul li
{
	display:inline;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size:12px;

	padding-right:15px;
	text-decoration:none;
}

#footer ul li a
{
	color:#ffffff;
	text-decoration:none;
}

#footer ul li a:hover
{
	color:#cccccc;
	text-decoration:underline;
}

.left
{
	width:350px;
	float:left;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	margin-top:60px;
	padding-left:20px;
	line-height:1em;
}

.left_bottom
{
	clear:left;
	width:350px;
	float:left;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFF;
	padding-top:2px;
	padding-left:20px;
}

.left a 
{
	text-decoration:none;
	color:#ccc;
}

.left_bottom a
{
	text-decoration:none;
	color:#ccc;
}

.right
{
	width:350px;
	float:left;
	margin-left:50px;
	text-align:right;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	margin-top:60px;
	padding-right:10px;
	padding-left:10px;
	line-height:1em;
}



.right a 
{
	text-decoration:none;
	color:#ccc;
}

.right_bottom
{
	clear:both;
	width:350px;
	float:right;
	margin-left:50px;
	text-align:right;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFF;
	margin-top:-15px;
	padding-right:10px;
	padding-left:10px;
}
.right_bottom a 
{
	text-decoration:none;
	color:#ccc;
}