@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1200px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #swfContainer {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #VideoContainer {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(videoTitle.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 150px;
}
#albumlist .highlight-1 {
	color: #ff7500;
}

#albumlist  .tx-1 {
	margin-top: 45px;
	width: 380px;
	text-align: right;
	font-size: 12px;
}
#albumlist {
	list-style-type: none;
	margin-left: 10px;
	height: 180px;
}
.oneColFixCtrHdr #VideoContainer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #VideoContainer .link {
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;


}
.oneColFixCtrHdr #VideoContainer .title {
	font-size: 24px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 60px;
	color: #FFFFFF;
}


#albumlist li {
	float: left;
	width:280px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 12px;
	padding-left: 10px;
	height: 180px;
}
#albumlist img {
	display: block;
	background-repeat: no-repeat;
	margin-right: 10px;
}
#albumlist .tx-2 {
	width: 360px;
	color: #7b7777;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#albumlist .tx-no {
	margin-top: 6px;
	display: block;
	width: 80px;
	text-align: left;
	margin-left: 310px;
	color: #FFFFFF;
}
#albumlist .tx-name {
	margin-top: 2px;
	display: block;
	width: 380px;
	text-align: left;
	font-size: 13px;
	color: #4B0889;
}
#albumlist .link {
	position: relative;
	width: 60px;
	height: 50px;
	float: none;
	top: 0px;
	left: 170px;
	/* IE */
	_left: 330px;
	_top:-20px;
}
#albumlist .link2 {
	position: relative;
	width: 143px;
	height: 14px;
	float: none;
	top: -30px;
	left: 10px;
	/* IE */
	_left: 0px;
	_top:-50px;
}
