@charset "utf-8";
/* CSS Document */

body {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
#container {
    margin:0 auto;
	width:800px;
	background-color:#FFFFFF;
	border-left:10px solid #333;
	border-right:10px solid #333;
}
#HeaderBox {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#logo_website {
    margin-left:20px;
}
#logo_DrivingTest {
    margin-left:350px;
}
#box {	
	border-bottom:solid 5px #bbb;
	background-color:#eeeeee;
	padding: 5px 10px;
	font-size: 24px;
	color:#444444;
	font-weight:bold;
	/*behavior: url(border-radius.htc);
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; */
}
#box .en{
    font-size:16px;
}
#footer{
    text-align:center;
    background: url(../images/header.gif) no-repeat;
	color:#ffffff;
	font-size:12px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}
#toTop {
    color:#cc0000;
	text-decoration:underline;
	margin-left:650px;
	font-size:14px;
	padding:10px;
}
#toTop a{
    color:#cc0000;
	text-decoration:underline;
}
#toTop a:hover{
    color:#990000;
	text-decoration:underline;
}