@charset "utf-8";

body {

	background: #666666;

	margin: 5px 0 0 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: #000000;

	font-family: "trebuchet ms", arial;

	font-size: 14px;

}

.oneColLiqCtrHdr #container {

	width: 960px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left;

	background-color: #FFFFFF;

}

.oneColLiqCtrHdr #header {

	background: #DDDDDD; 

	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. */

}

.oneColLiqCtrHdr #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 */

}

.oneColLiqCtrHdr #mainContent {

	padding: 20px;

	background-image: url(../images/contentback.jpg);

	background-repeat: repeat-x;

	background-position: top;

}

.oneColLiqCtrHdr #footer {

	padding: 10px 10px 0 10px;

	font-size: 12px;

} 

.oneColLiqCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	float: right;

}



.menu {

	height: 35px;

	background-image: url(../images/menuback.jpg);

	background-position: top;

	margin: 0;

	padding: 0;

}







#container {background: #F3F2F0; }



.content {

	background: #fff;

	padding: 10px 20px 20px 20px;

	font-size: 14px;

}



.menu ul {

	margin: 0 0 0 25px;

	padding: 0;

	list-style: none;

}

	.menu ul li {

	float: left;

	padding: 0 5px;

	margin: 4px 0 0 10px;

}

	.menu ul a {

	border-right: solid 1px #806E5D;

	color: #59402A;

	padding-right: 10px;

	margin: 0;

	text-decoration: none;

	display: block;

	font-size: 14px;

	font-family: "trebuchet ms", arial;

}

	.menu ul a.last {border: none; }

	.menu ul a:hover {color: #AD1E24; }

	

#footer {background: url(../images/footerback.jpg) repeat-x #FEFEFE; height: 62px; padding: 30px 0 0 0;}

	

#footer ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 550px;

	float: left;

}

	#footer ul li {float: left; }

	#footer ul li a {display: block; margin: 3px 7px 0 0; padding-right: 7px; border-right: solid 1px #000; font-size: 11px; color: #000; text-decoration: none; }

	#footer ul li a.last {border: none; }

	#footer ul li a:hover {text-decoration: underline; }



.clear {clear: both; }



img {

	display: block;

	border: none;

}



.buydvd {float: right; margin-right: 10px; background: #fff; padding: 5px; font-size: 16px; }



.buybook {float: right; margin-right: 10px; background: #fff; padding: 5px; font-size: 14px; }





a {color: #9E1E22; font-style: normal;}

	a:hover {color: #666; }

	

.offsides {position: absolute; top: -9999px; left: -9999px; }	



h1 {font-size: 24px; color: #871716; font-family: "trebuchet ms", arial; }

h2 {color: #604E3A; }

h3 {color: #645747; margin: 0 0 0 15px; }



ul.contents {list-style: none; }



.center {margin: 0 auto 0 auto; }



.left {float: left; }





label {width: 150px; float: left; display: block; margin: 0 5px 10px 0; text-align: right; }

input {width: 150px; float: left; display: blodk; }



.padding {padding: 0 40px 0 40px; }



.half {float: left; padding: 10px; width: 410px; }

.MedHeader {
	color: #FF0000;
	font-weight: bold;
}