/* CSS Document */

body{
font-family: Georgia, "Times New Roman", Times, serif;
}

#container{
	width: 570px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/back_01.gif);
	background-repeat: no-repeat;
}

#back{
	width: 550px;
	height: 350px;
	background-image: url(img/land.jpg);
	background-repeat: no-repeat;
	padding: 30px 5px 5px 5px;
	background-position: 130px 150px;
	
	
}

#bottom{
width: 550px;

}

p{
text-align: center;
font-size: 16px;

}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight:normal;
	font-size: 2.2em;
	margin-top: 5px;
	letter-spacing: -1px;
	color: #0f79bf;
	text-align: center;
	width:480px;
	margin-left:auto;
    margin-right:auto;
}

h2{
font-weight: normal;
padding-bottom: 0px;
letter-spacing: -1px;
color: #0f79bf;
height:80px;
width:330px;
margin-left:auto;
margin-right:auto;
text-align:center;
}



em{
color: white;
background-color: #ADD447;
font-style: normal;
padding: 0 4px 0 4px;
}



p.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-align:left;
	
	
}
/*img{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
	padding-left: 100px;
	
}*/
p.center{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
	padding-left: 20px;
	margin-top:12px;
	
}
*html p.center{
	margin-top:-6px;
}

img.logo{display:block; margin-left:auto; margin-right:auto; margin-bottom:30px;} /*IE Fix*/  *html img.logo {margin-bottom:40px;}
*:first-child+html img.logo {margin-bottom:15px;}

*:first-child+html p.center {padding-top:20px;}
/* List */
#navlist li
{
display: inline;
background-color: white;
list-style-type: none;
margin-right: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	padding-bottom: 0px;
	color: #999999;
}

#navlist li a{
text-decoration: none;

color: #999999;
}

.title{
	color:#666666;
	
}

a{
color: #999999;
background-color: white;
}

a:hover{
text-decoration: none;
}

