.itrendz2009 #container {
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #000000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0px;
	height: 820px;
}
.itrendz2009 #container2 {
	width: 1100px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #000000;*/
	margin: -20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0px;
}
.itrendz2009 #copyright {
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.itrendz2009 #header {
	background: #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
} 
.itrendz2009 #header2 {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	margin: -20px auto;
	border:#000;
	border:thick;
} 

.itrendz2009 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.itrendz2009 #mainContent {
	padding: 0px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #161616;
	height: 555px;
	width: 516px;
	margin: -18px 389px 0 0;
	background-image: url(../images/mainContent_left_background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	z-index: 0;
}
.itrendz2009 #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.5px;
}

.itrendz2009 #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.5px;
}

.itrendz2009 #sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.5px;
}

.itrendz2009 #sidebar2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0.35px;
}
.itrendz2009 #sidebar2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0.35px;
}
.itrendz2009 #sidebar2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0.35px;
	text-decoration: underline;
}
.itrendz2009 #sidebar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0.35px;
	text-decoration:none;
}

.itrendz2009 #sidebar2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00a4e4;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

.itrendz2009 #sidebar2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.5px;
}

.itrendz2009 #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 30px;
	margin-top: -320px;
} 
.itrendz2009 #topleft {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.itrendz2009 #topcenter {
	width: 151px; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0 auto;
	height: 165px;
}
.itrendz2009 #topright {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 115px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.itrendz2009 #nav {
	float: right; /* since this element is floated, a width must be given */
	width: 980px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 40px;
	background-image: url(../images/topNav_background.png);
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: -547px 0 0px 0;
	z-index: 10000;
}

.itrendz2009 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 344px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #525254; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 30px 30px 30px;
	background-image: url(../images/mainContent_rightTop_background.jpg);
	background-repeat: no-repeat;
	height: 211px;
	margin: -555px 0 0px 300px;
}
.itrendz2009 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 344px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #525254; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px 30px 30px;
	background-image: url(../images/mainContent_rightBottom_background.jpg);
	background-repeat: no-repeat;
	height: 273px;
	margin: -304px 0 0 500px;
}
.itrendz2009 #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;
}



.header_copy {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: .5px;
	color:#FFFFFF;
}
.headerPhone_copy {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: .5px;
	color:#FFFFFF;
}
.copyright_copy {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
	line-height: 14px;
	color:#FFFFFF;
}
