@charset "utf-8";


body{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:160%;
	margin:0;
	padding:0;
	
	background:url(../images/bg.gif);
}

h1,h2,h3,h4,p {margin:0; padding:0;}

a{
	color:#0066FF;
	text-decoration:none;
}
a:hover{
	color:#0099FF;
	text-decoration:underline;
}

#wrapper {
	
	width:726px;
	margin:0 auto;
	border-top:#000000 4px solid;
	background:#FFFFFF;
}

#content{
	width:682px;
	padding:0 22px;
}


#header{
	border-bottom:#000000 1px solid;
	height:103px;
}

#startArea{
	font-size:10px;
	color:#666666;
	
	background-image:url(../images/eartch.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
	line-height:150%;
	
}

#startBtn{
	padding-top:100px;
	margin-bottom:4px;
}
#helpBtn{
	margin-bottom:53px;
}
#languageBtn{
	margin-bottom:53px;
}

#main{
	margin-top:20px;
	border-top:#000000 1px solid;
	
	line-height:170%;
}
#main p{
	margin-bottom:24px;
}
#leftArea{
	float:left;
	width:395px;
}

#rightArea{
	float:right;
	width:262px;
}


h2{
	padding:40px 0 32px 0;
	border-top:#000000 3px solid;
}
h3{
	padding:40px 0 32px 0;
}
h4{
	margin:60px 0 0 0;
	padding:40px 0 32px 0;
	border-top:#000000 1px solid;
}


#footer{
	clear:both;
	padding:40px 0 40px 0;
}

#copyright{
	padding:8px 0 24px 0;
	margin:0 24px;
	border-top:#000000 1px solid;
}


ul{
	margin:20px 0;
	padding:0;
}
li{
	list-style:none;
	margin-bottom:6px;
	line-height:150%;
	padding:0;
}

/* */


#headBack{
	padding-top:20px;
}


#helpArea h2{
	padding:20px 0 20px 0;
	border-top:#000000 2px solid;
}

#helpArea h4{
	margin:20px 0;
	padding:20px 0;
}


