html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00b3d8;
	background-color: #f1fbfd;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;

}

#container {
	background-image: url(img/bg-rondi.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}

#headContainer{
	width:980px;
	height:215px;
	float:left;
}

#globalNav {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e78138;
	text-decoration: none;
	font-style: italic;
	padding-top: 170px;
	float:left;
	margin-left:40px;
}

#globalNav a{
	text-decoration: none;
	color: #e78138;
	margin-right: 25px;
}

#globalNav a:hover{
	color: #addce9;
}

#secNav{
	width:700px;
	text-align:left;
	margin-left:40px;
	margin-top:5px;
	float:left;
	
}

#secNav a{
	font-size: 13px;
	text-decoration: none;
	color: #e78138;
}

#secNav a:hover{
	color: #addce9;
}

#flashcontent {
	height: 425px;
	width:915px;
	margin-left:40px;	
	}
	
#content, #folicontent {
	
	height: 480px;
	width:980px;
	
	float:left;
}

#content{
	margin-top:20px;
}

	
#resContent{
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	
	text-align:left;
	line-height:18px;
	color:#666666;
	margin-left:40px;
	float:left;
	

}

#resContent h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #addce9;
	margin:0px;
}

#picContainer{
	width:350px;
	height::400px;
	float:left;
	margin-left:40px;
}
