
body {
	position: relative;
	min-width: 670px;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	font: 90%/1.7 "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #1E90FF; }
body 

/* Styling the map ****************************************/
#map {
  width: 100%;
  height: 300px;
  border: 1px solid #000;
}
/* Original Information ****************************************/

#img1
{
position:relative;
top:25px;
left:200px;
}
#img2
{
position:absolute;
left:500px;
}
#img1_text
{
position:absolute;
left:700px;
top:700px;
}

#cattext
{
position: absolute;
top: 700px;
left: 50px;
}

#slide
{
width: 50%; 
position: absolute; 
top: 400px; 
left: 15px;
}

#slide1
{
width: 50%; 
position: absolute; 
top: 400px; 
right: 15px;
}

#worldmap
{
position: absolute;
top: 400px;
right: 75px;
}

#faves2
{
	color: 	#4B0082;
	font: normal 100% Georgia, comic sans ms, sans serif;
	position: absolute; 
	top: 600px; 
	left: 400px;
}


p
{
	color: 	#000000;
	font: normal 100% Georgia, comic sans ms, sans serif;
	margin-top: none; }


h2
{
	color: 	#500835;
	font: normal 150% Georgia, comic sans ms, sans serif;
	margin-top: none; }
h4
{
	color: 	#4B0082;
	font: normal 75% Georgia, comic sans ms, sans serif;
	margin-top: none; }

#faves
{
	color: 	#4B0082;
	font: normal 100% Georgia, comic sans ms, sans serif;
	position: absolute; 
	top: 575px; 
	right: 75px;
}

#weather
{
position: absolute;
right: 150px;
top: 500px;
}	

#java {
  color: #000000;
  position: absolute;
  top: 350px;
  left: 10px;
  margin: 0;
  text-align: right;
  font-size: 90%;
  line-height: 1.3;
  font: comic sans ms, sans serif;  }

/* Styling links **********************************************/
a:link { color: #000000; }
a:visited { color: #6600CC; }
a:hover { color: #4B0082 }
a:focus, a:active { color: #4B0082; background-color: #ddd; }



/* Styling the address ****************************************/
#address {
  color: #000000;
  position: absolute;
  top: 275px;
  right: 10px;
  margin: 0;
  text-align: right;
  font-size: 90%;
  line-height: 1.3;
  font: comic sans ms, sans serif;  }


/* Styling the main content ************************************/
#main-content 
{ 
width: 50%; 
position: absolute; 
top: 400px; 
left: 5px;
}


/* Styling the navigation menu **********************************/
#navigation 
{
text-align: center;
top: 25px;
border-bottom: 1px solid #b5b5b5;
font: 130%, comic sans ms, sans serif;
}

	
/* Styling the footer ********************************************/
#copyright {
	clear: both;
	text-align: right;
	font-size: 100%;
	color: #000000;
	padding-top: 175px;
	}


