@charset "utf-8";
/* CSS Document */
body  {
	font-family: Garamond, "Times New Roman", Georgia;
	background-image:url(../Wallpaper.jpg);
	background-color:#338FD0;

	background-position:center;
	background-attachment:fixed;
	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 */
	color: #fff;
}
.twoColFixLtHdr #container { 
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../body_bit.jpg);
	background-repeat: repeat-y;
	background-color:#338FD0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
background-color:#338FD0;

	padding: 0 00px 0 00px;  /* 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. */
} 
.twoColFixLtHdr #infobar { 
	font-family: Garamond, "Times New Roman", Georgia;
	padding: 0 00px 0 00px;  /* 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. */
	text-align: right; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
} 
.twoColFixLtHdr #infobar a{ 
	padding: 0 00px 0 00px;  /* 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. */
	text-align: right; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
} 
.twoColFixLtHdr #infobar a:hover{ 
	padding: 0 00px 0 00px;  /* 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. */
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #0066CC;
	text-decoration:none;
	font-size:13px;
} 

.twoColFixLtHdr #footer {
width:740px;
height:91px;
background-image:url(../bot.png);
background-repeat:no-repeat;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #sub a:link{
	color:#FFFFFF;
	text-decoration:none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sub a:hover{
	color: blue;
	text-decoration:none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sub a:visited{
	color: #ffffff;
	text-decoration:none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #maintxt_yop {
font-family: Garamond, "Times New Roman", Georgia;
height:37px;
width:510px;
background-image: url(../maintbx.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
padding-left:30px;
padding-top:20px;

	color: #000;
	
}
.twoColFixLtHdr #store_yop {
font-family: "Bodoni MT", "Times New Roman";
font-size: 23px;
font-weight:bold;
background-image: url(../tcktop.gif);
background-repeat:no-repeat;
padding-left:30px;
padding-top:20px;
	color: #000;
	
}
.twoColFixLtHdr #maintxt_mid {
font-family: Garamond, "Times New Roman", Georgia;
font-size:15px;
width:510px;
background-image: url(../mainbxmid.jpg);
background-repeat: repeat-y;
padding-left:20px;
padding-top:20px;
padding-right:23px;
	color: #000;
}
.twoColFixLtHdr #store_mid {
font-family: Garamond, "Times New Roman", Georgia;
font-size:15px;
background-image: url(../tckmid.gif);
background-repeat: repeat-y;
padding-left:33px;
padding-right:53px;
color: #000;
}
.twoColFixLtHdr #store_mid H1{
font-family: "Bodoni MT", "Times New Roman";
font-size: 33px;
font-weight:bold;

}

#tckbot {
background-image: url(../tckbot.gif);
background-repeat: no-repeat;
padding-left:33px;
padding-top:20px;
padding-right:53px;
background-position:left bottom;
	color: #000;
}
.twoColFixLtHdr #maintxt_bot {
width:510px;
height:46px;
background-image: url(../bxbot.gif);
background-repeat: no-repeat;
padding-left:30px;
padding-top:20px;

	color: #000;
}
.twoColFixLtHdr #hobox {
	color: #000;
background-image: url(../box1.jpg);
background-repeat: no-repeat;
height:295px;
width:498px;
text-align:center;
}
.twoColFixLtHdr #hobox2 {
	color: #000;
background-image: url(../boxef.jpg);
background-repeat: no-repeat;
height:295px;
width:498px;
text-align:center;
}
.twoColFixLtHdr #sidebar {
background-color:#338FD0;
padding-top:13px;
padding-right:10px;
	color: #000;
	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 */

}

.style49 {
	font-family: Garamond, "Times New Roman", Georgia;
	font-style: italic;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.style50 {
	font-family: Garamond, "Times New Roman", Georgia;
	font-style: italic;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
#vidcount {
display:block;
background-color:#666666;
color:#FFFFFF;
}
#vidcount a:link{
display:block;
background-color:#CCCCCC;
}
#vidcount a:hover{
display:block;
background-color:#666666;
color:#FFFFFF;
}
#itemz {
background-image: url(../itbkg.gif);
background-repeat:no-repeat;
}
#itemz2 {
background-image: url(../itbkg2.gif);
background-repeat:no-repeat;
}
.tackpic img{
float:right;
}
.gar {
padding-right:10px;
	font-family: Garamond, "Times New Roman", Georgia;
	font-style: italic;
	color: #000000;
	font-size: 12px;

}