@charset "utf-8";

* {
	padding: 0px;
	margin:  0px;
}
html {
	background : url(null) fixed no-repeat;
	}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #F0F0F0;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/img_background.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.thrColFixHdr #container #left_content {
	width: 315px;
	padding-right: 25px;
	padding-left: 50px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-bottom: 10px;
}
.thrColFixHdr #content1 {
	width: 680px;
	height: 595px;
	margin-top: 0px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	background-repeat: no-repeat;
	background-position: center 0px;
	font-weight: normal;
	clear:both;
	background-image: url(../images/content-addict-back.jpg);
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DCDCDC;
	background-repeat: no-repeat;
	z-index: 0;
	background-image: url(../images/body-back.jpg);
} 
.thrColFixHdr #header {
	height: 327px;
	width: 780px;
	margin-bottom: 15px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	height: 191px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/menu-back_new.jpg);
	margin-bottom: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 54px;
	width: 508px;
	height: 206px;
	float:left;
	font-size: 14px;
	text-align: justify;
	background-image: url(../images/content_addiction-back.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #container #pagebox  {
	height: 165px;
	width: 371px;
	background-color: #E4E4E4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.thrColFixHdr #container #pagebox a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #pagebox img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #header #tagline {
	height: 54px;
	width: 780px;
}
.thrColFixHdr #header #banner {
	height: 50px;
	width: 605px;
}
.thrColFixHdr #container a {
	text-decoration: none;
}
.thrColFixHdr #container #right_content {
	width: 315px;
	padding-right: 50px;
	padding-left: 25px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-bottom: 10px;
}
.thrColFixHdr #container #right_content p strong em {
	line-height: 1em;
}
