@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #000000;
	margin: 0px;
	color: #CCCCCC;
	background-image: url(images/worldwide.jpg);
	background-repeat: repeat;
	padding-top: 40px;
}
#nav {
	padding: 5px;
	font-size: 60%;
	text-align: center;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	word-spacing: 35px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

#nav a:hover {
	color: #333333;
	background-color: #FFFFFF;
}

h1 {
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
}


#blacktop {
	width: 100%;
	height: 75px;
	text-align: center;
}
#slideshow {
	width: 800px;
	padding: 0px;
	height: 531px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
#catslideshow {
	height: 600px;
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #FFFFFF;
}


#blackbottom {
	width: 100%;
	height: 0px;
	text-align: center;
	clear: both;
	float: none;
	position: relative;
	visibility: visible;
	margin-top: 30px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;

}

#cat {
	text-align: center;
}

#content {
	font-size: 70%;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#content img {
	border: 1px solid #FFFFFF;

}

#footer {
	font-size: 40%;
	color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
}