body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/hudds-next-top-background.jpg) no-repeat center #000;
	background-position:top;
	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;
	line-height: 135%;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 200px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 470px; /* 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 */
	padding: 0px;
}

a:link {
	color: #eb008b;
}
a:visited {
	color: #eb008b;
}
a:hover {
	color: #1BC8D1;
}
a:active {
	color: #eb008b;
}

#main-video {
	width: 400px;
	height:226px;
	margin: 25px 0 0 40px;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 475px; /* 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: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 15px 0 0 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 */
	border-top: 1px solid #eb008b;
}
.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;
}

h1.logo {
	float: right;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}

h1.logo a {
	display: block;
	width: 345px !important;
	width: 236px;
	height: 80px;
	margin: 20px 20px 0 0;
}

h2.logo {
	float: left;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}

h2.logo a {
	display: block;
	width: 130px !important;
	width: 236px;
	height: 75px;
	margin: 120px 0 0 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #eb008b;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #eb008b;
	margin: 10px 0 15px 0;
}

h5 {
	font-size: 22px;
	font-weight: bold;
	color: #eb008b;
	margin: 0 0 15px 0;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #eb008b;
	margin: 0 0 15px 0;
}

p {
	margin: 5px 0px;
	text-align:justify;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #eb008b;	
}

ul {
	margin-bottom: 15px;
}

#addthis {
	float: right;
	width: 125px;
	padding: 10px 0;
}

#entry, #dates {
	width: 370px;
	margin: 25px 0 0 40px;
	background: url(images/hidden-back.jpg) no-repeat #000;
	display: none;
	padding: 15px;
}

#click-me {
	width: 160px;
	margin: 25px 0 0 55px;
	font-weight: bold;
	line-height: 16px;
	text-align:center;
	padding: 10px 0 0 0;
}
#click-me a {
	color:#FFF;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 14px;
}

#enter-me {
	width: 160px;
	margin: 25px 45px 0 0;
	font-weight: bold;
	line-height: 16px;
	text-align:center;
	padding: 10px 0 0 0;
	float: right;
}
#enter-me a {
	color:#FFF;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 14px;
}
