/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background: #000000;
	margin:10px 0px 10px 0px;
}
p{
	line-height:180%;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
text-decoration:underline;
color:#CC9900;
}
div{
	margin:0px;
	padding:0px;
}
h1{
	margin:0px;
	font-size:50px;
}
h2{
	margin:0px;
	font-size:40px;
}
h3{
	margin:0px;
	font-size:30px;
}
h4{
	margin:0px;
	font-size:25px;
}
h5{
	margin:0px;
	font-size:20px;
}
h6{
	margin:0px;
	font-size:15px;
}
#container{
	width:760px;
	margin:auto;
	padding:0px;
	border:1px  #CC9900 solid;
	/*
	border-bottom:1px  #CC9900 solid;
	border-right:1px  #CC9900 solid;
	border-top:1px  #333333 solid;
	border-left:1px  #333333 solid;
	*/
}
#breadCrumbs{
	width: inherit;
	height:59px;
	background: url(../images/breadCrumbs.png) no-repeat;
}
#greeting{
	width: 720px;
	height:255px;
	background: url(../images/greeting.png) no-repeat;
	padding:52px 20px 0px 20px;
}

#greeting p{
	color:#CC9900;
	width: 430px;
	text-align:justify;
	font-size:12px;
	padding:0px;
	margin:0px 0px 10px 0px;
	
}
#world{
	width:760px;
	min-height:534px;
	_height:534px;
	background:url(../images/world.png) no-repeat;
	color:#CC9900;
}
#footer{
	width:760px;
	text-align:center;
	clear:both;
	color:#FFFFFF;
	background:#000000 url(../images/footer.png) no-repeat;
	font-size:10px;
	margin:0px;
}
#footer p{
	margin:0px;
	padding:10px;
}


