/*
Iszzy.com

*/

/******************************
HTML STYLES
*******************************/
body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	color: #000000;
	text-align: center;
	margin: 0;
}
a {
	color: #a50000;
}
a:hover {
	color: #FF6600;
	font-weight: bold;
	text-align: center;
}

/******************************
UNIVERSAL STYLES
*******************************/
.clearBoth {
	clear: both;
	height: 0;
}
.linklove { /* Hides CForms Developer Link */
	display: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	text-align: center;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/******************************
LAYOUT STYLES
*******************************/
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
}
	#header h1,
	#header a {
		display: block;
		height: 125px;
		width: 900px;
		margin: 0;
		padding: 0;
		background: url(images/header.jpg) no-repeat;
	}
	#header a {
		text-indent: -9999px;
	}
	#header .description {
		display: none;
	}
#menu {
	height: 30px;
}
#main {
	background: url(images/main_bg.jpg) no-repeat;
	border-bottom: solid 1px #FF6600;
	padding: 0 0 15px 0;
}
	#left {
		float: left;
		width: 240px;
		padding: 45px 10px 10px 10px;
		margin: 150px 0 0 0;
		min-height:240px;
		height:auto !important;
		height:240px;
	}
		#sidebar ul,
		#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-weight: bold;
	color: #C60;
	font-size: 24px;
		}
		#sidebar h2 {
			margin: 15px 0 3px 0;
			padding: 5px 10px;
			font-size: 16px;
			border-bottom: solid 2px #A4D7F2;
			color: #4E2801;
		}
	#right {
		float: left;
		width: 610px;
		padding: 15px;
		margin: 150px 0 0 0;
	}
		.pageTitle {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 24px;
			color: #a50000;
		}
		#right ul li {
			margin-bottom: 10px;
		}
#footer {
	clear: both;
	text-align: center;
	padding: 15px 15px 0 15px;
}
	#footerNav,
	#footerNav li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#footerNav a {
			font-weight: bold;
			text-decoration: none;
		}
		#footerNav li {
			display: inline;
			padding: 10px;
		}
		#footerNav li ul {
			display: none;
		}
	#footer .copyright {
		font-size: 11px;
		padding: 20px 0 0 0;
		margin: 0;
	}
	#footer .poweredby {
		display: block;
		margin: 15px auto 0 auto;
		width: 140px;
		height: 25px;
		padding: 25px 0 0 0;
		background: url(images/clickcom-dark.gif) no-repeat;
		text-indent: -9999px;
	}
/******************************
PAGE-SPECIFIC STYLES
*******************************/

/* HOME PAGE STYLES */
#page9 {
	background: url(images/bg_home.jpg) repeat-x;
}
#page9 #header h1,
#page9 #header a {
	display: block;
	height: 175px;
	width: 900px;
	margin: 0;
	padding: 0;
	background: url(images/header_home.jpg) no-repeat;
}
#page9 #main {
	background: url(images/main_bg_home.gif) no-repeat;
}
#page9 #right,
#page9 #left {
	margin: 250px 0 0 0;
	color: #000;
	text-align: left;
}

#page155 #left {
	display:none;
}

#page155 #right {
	width:900px;
}
th {
	text-align: left;
}
strong {
	color: #C60;
}
p {
	font-weight: bold;
}
p {
	color: #C60;
}
div {
	font-weight: normal;
}
#page9 #container #main #right #content #post-9 .entry p {
	font-weight: bold;
	color: #000;
}
span {
	color: #C60;
}
#page9 #container #main #right #content #post-9 .entry table tr td {
	text-align: center;

}
