@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #999999;
	font-size: 10px;
}

dl {
	width: 400px;
	}
dt {
	clear: left;
	float: right;
	width: 340px;
	margin-top: 15px;
	font-weight: bold;
	}
dd {
	clear: right;
	margin: 0 0 0 60px;
	}
dd.image {
	border: 0;
	clear: none;
	float: left;
	margin: 15px 0 0 0;
	}

.thrColFixHdr #mainnav {
    width: 222px; height: 17px;
    background:url(images/nav.gif);
    margin: 25px auto; padding: 0;
    position: relative;
	}
	
#mainnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
	}
	
#mainnav li, #mainnav a {
    height: 17px; display: block;
	}
	

#adv {left: 0; width: 73px;}
#lin {left: 72px; width: 44px;}
#abo {left: 117px; width: 47px;}
#con {left: 165px; width: 56px;}

#adv a:hover {
    background: transparent url(images/nav.gif)
    0 -19px no-repeat;}
#lin a:hover {
    background: transparent url(images/nav.gif)
    -72px -19px no-repeat;}
#abo a:hover {
    background: transparent url(images/nav.gif)
    -117px -19px no-repeat;}
#con a:hover {
    background: transparent url(images/nav.gif)
    -165px -19px no-repeat;}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#navlist li, #navlist a {
    height: 22px; display: block;
	}

a:link {
	color: #999999;
	text-decoration: underline;
	border: 0;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
a {
	font-size: 10px;
}

.thrColFixHdr #container {
	width: 690px;
	margin: 0 auto;
	text-align: left;
	line-height: 18px;
} 
.thrColFixHdr #header {
	height: 115px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	background-image: url(images/tile_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 25px;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 150px;
	
}
	
.thrColFixHdr #mainContentAdv {
	padding: 0 110px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/tile_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: -25px;

} 

.thrColFixHdr #mainContentVid {
	padding: 0 110px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/tile_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;

} 

.thrColFixHdr #footer {
	padding: 0 34px 0px 175px;
	background-image: url(images/footer.jpg);
	height: 102px;
	margin-top: -30px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#thumbdsc {
	width: 400px;
}
#thumbnail {

	float: left;
	height: 130px;
	width: 130px;
}

