/* HTML TAGS  ------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/tile.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #D8B068;
	font-size: 10px;
}
/*****************************************************************/


/* LINKS ------------------------------------------------------------------------*/
a:link {color: #D8B068;	text-decoration: none;}
a:visited {color: #D8B068;	text-decoration: none;}
a:visited:hover {color: #eddbb4;	text-decoration: none;}
a:hover {color: #eddbb4;	text-decoration: none;}
a:active {color: #D8B068;	text-decoration: none;}
a:active:hover {color: #eddbb4;	text-decoration: none;}
/*****************************************************************/

/* INDEX  ------------------------------------------------------------------------*/
#index-page {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/tile-full.gif);
}
#index-clear {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#index-content {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
}

/*****************************************************************/


/* MAIN  ------------------------------------------------------------------------*/
#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/tile-full.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	text-align: center;
}
#header {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 40px;
}
#carousel {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#main ul {
	margin: 0px;
	padding: 0px;
}
#main li {
	list-style-type: none;
	display: inline;
}
#main li img {
	border: 2px solid #D8B068;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 18px;
}

#live-cam {
	float: right;
	margin-top: 10px;
	width: 440px;
	text-align: center;
	margin-right: 15px;
}
#live-cam h1 {
	padding: 0px;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*****************************************************************/


/* TOP ------------------------------------------------------------------------*/
#top {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 77px;
	background-image: url(../images/logo-tushpusher.gif);
	background-repeat: no-repeat;
}
.tagline {
	padding-left: 220px;
	text-align: center;
	padding-top: 23px;
	font-size: 22px;
	font-weight: bold;
}
#top-nav {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
}
#top-nav li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
#top-nav ul {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*****************************************************************/


/* LEFT COLUMN ------------------------------------------------------------------------*/
#left {
	padding-left: 25px;
	width: 178px;
	padding-right: 20px;
	float: left;
}
#left ul {
	margin: 0px;
	padding: 0px;
}
#left li {
	padding-bottom: 15px;
	list-style-type: none;
}
#left li a {
	font-size: 16px;
	font-weight: bold;
}
/*****************************************************************/


/* MID COLUMN  ------------------------------------------------------------------------*/
#mid {
	float: left;
	width: 514px;
	text-align: center;
}
#categories img {
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#thumbs img {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #cc6600;
	margin-top: 10px;
	clear: both;
}
#thumbs-sub img {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #cc6600;
	margin-top: 10px;
	clear: both;
}
#free-sites {
	width: 257px;
	float: left;
	text-align: center;
	overflow: hidden;
}
#free-sites li {
	list-style-type: square;
	padding-bottom: 15px;
	text-align: left;
}
#free-sites li a {
	font-size: 16px;
	font-weight: bold;
}
#free-sites ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 40px;
}
#text-links {
	width: 485px;
	float: left;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC6600;
}
#text-links li {
	list-style-type: circle;
	padding-bottom: 5px;
	text-align: left;
}
#text-links li a {
	font-size: 14px;
	font-weight: bold;
}
#text-links ul {
	margin: 0px;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
}
/**********/


/* RIGHT COLUMN  ------------------------------------------------------------------------*/
#right {
	float: right;
	width: 222px;
}
#right-content {
	width: 180px;
	padding-left: 10px;
	padding-right: 20px;
}
#right ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 20px;
}
#right li {
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	list-style-type: square;
}
#text-links-right {
	float: right;
	overflow: hidden;
}
#text-links-right li {
	list-style-type: circle;
	padding-bottom: 5px;
	text-align: left;
}
#text-links-right li a {
	font-size: 14px;
	font-weight: bold;
}
#text-links-right ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
/*****************************************************************/


/* FOOTER  ------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul {
	margin: 0px;
	padding-top: 15px;
}
#bottom {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 40px;
}
#copyright {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	text-align: center;
	}
/*****************************************************************/

