/* Coded by Deez Nutzz */
body {
	margin: 0px;
	margin-top: 50px;
	background-color: #FFF;
	background-image: url(#);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #cccccc;
}
#container {
	height: 1000;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}
#slideshowBox {
	height: 2000;
	width: 1000px;
	padding-top: 117px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 21px;
	z-index: 1;
	background-image: url(#);
	background-repeat: no-repeat;
}
#pageFlip {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	width: 555px;
	height: 25px;
	background: url(#) no-repeat;
	position: relative;
}
#pageFlip span {
	display: none;
	position: absolute;
}
#pageFlip a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#pageFlip a:hover {
	background-position: left bottom;
}
#pageFlip a:hover span{
	display: block;
}
#pageFlip .prev {
	width: 90px;
	height: 25px;
	background: url(images/prevR.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#pageFlip .space {
	width: 410px;
	height: 25px;
	background: url(#) no-repeat;
	left: 90px;
	top: 0px;
}
#pageFlip .next {
	width: 55px;
	height: 25px;
	background: url(images/nextR.gif) no-repeat;
	left: 500px;
	top: 0px;
}

#footer {
	height: auto;
	width: auto;
	padding-top: 120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}
#footerRight {
	height: auto;
	width: auto;
	margin-top: -97px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 822px;
}
#footerLeft {
	height: auto;
	width: auto;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 10px;
}
#page {
	height: auto;
	width: autopx;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index: 1;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 205px;
	height: 40px;
	background: url(#) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .blog {
	width: 75px;
	height: 39px;
	background: url(images/iconBlogR.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .pipe {
	width: 20px;
	height: 40px;
	background: url(images/iconPipe.gif) no-repeat;
	left: 75px;
	top: 0px;
}
#menu .contact {
	width: 110px;
	height: 39px;
	background: url(images/iconContactR.gif) no-repeat;
	left: 95px;
	top: 0px;
}
#copyright {
	font-family: "arial",sans-serif;
	font-size: 10px;
	color: #cccccc;
	margin-left: 15px;
	margin-top: -30px;
}
#copyright a {
	color: #cccccc;
	text-decoration: none;
}
#copyright a:hover {
	color: #CC0000;
}



