@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/bgr_white.gif);
}
.TV_grad #AlterTop {
	background-image: url(img/top.jpg);
	height: 330px;
	background-position: center;
	background-repeat: no-repeat;
}
.TV_grad #AlterTop a img{
	border: none;



}
.TV_grad #AlterMenu{
	color: #FEFDE9;
	padding: 16px 25px 25px 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(img/panel_bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
	line-height: 12px;
}
.TV_grad #AlterMenu a{
	color: #FFF;
	display: block;
	text-align: left;
	padding-top: 5px;
	text-decoration: none;
}




.TV_grad #container {
	width: 900px;
	margin: 0  auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.TV_grad #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.TV_grad #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 24px 44px 44px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
} 
.TV_grad #mainContent h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #7D4704;
	font-style: normal;
	letter-spacing: normal;
}
.TV_grad #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #630;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-style: normal;
	margin-top: 30px;
}
.TV_grad #mainContent a {
	font-weight: normal;
	color: #954E24;
	text-decoration: none;
}
.TV_grad #mainContent a:hover {
	text-decoration: underline;
}


.TV_grad #mainContent strong {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.TV_grad #foot {
	background-image: url(img/bgr_dark_stripe.gif);
	margin-top: 40px;

}



.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;
}
.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;
}

