body {
	font-family: "Times New Roman", Times, serif;
	background-image: url('images/bg.gif');
	color: #CC9900;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}

#container { 
	width: 600px; 
	margin: 0 auto; 
	text-align: left;
}


#nav {
	width: 600px;
	font-size: 14px;
	position: fixed;
	text-align: right;
	top: 150px;
	font-size: 14px;
	padding-right: 50px;
	font-weight: lighter;
	font-style: italic;
}


#mainContent {
	width: 600px;
	top: 170px;
	position: absolute;
	margin: 0 auto;
	text-align:center;
}

#mainText {
	width: 500px;
	top: 30px;
	position: absolute;
	margin: 5 auto;
	text-align:left;
	vertical-align: top;
	text-indent: 20px;	
	font-size: 13px;
}

#catImage {
	width: 600px;
	top: 190px;
	float:left;
	position: absolute;
	margin: 0 auto;
	text-align:left;
	vertical-align: top;
}

#catDesc {
	width: 600px;
	top: 210px;
	position: absolute;
	margin: 0 auto;
	text-align:left;
}


#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 600px;
	top: 710px;
	text-align: center;
}


/*img {
	float: left; 
	width: 120px;
	padding: 15px 20px 15px 20px;
}
*/

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin-bottom: 10px;
}

div.img
{
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
