/* CSS Document */
body{
	margin-top:20px;
}
#splash{
	margin:50px auto;
	width:750px;
	font-family:Trebuchet MS;
	color:#999;
	font-size:20px;
	line-height:2.0em;
}
#splash img{
	margin-right:30px;
}
#langchoice{
	position:relative;
	top:120px;
}
#langchoice p{
	font-size:14px;
	line-height:120%;
	text-align:justify;
}
#content{
	margin:auto auto 100px auto;
	width:600px;
	font-family:Trebuchet MS;
	color:#aaa;
}
h1{
	font-size:18px;
	margin:10px 0px 0px 10px;
}
ul{
	margin-left:10px;
}
li{
	margin-left:20px;
}
a{
	padding:1px 3px 1px 3px;
	font-weight:bold;
	color:#3d91b5;
	text-decoration:none;
}
a:hover{
	background-color:#0fadef;
	color:#ffffff;
}