@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#666;
	color:#444;
}
#divContainer {
	width:1024px;
	margin:15 auto 15;
	border-style:solid;
	border-width:1px;
	border-color:#333;
}
#divHeaderLogo {
	height:145px;
	width:1024px;
	margin:0px;
	padding:0px;
	background-image: url(images/imgLogo.gif);
	background-repeat: no-repeat;
}
#divMenu {
	height:38px;
	width:1024px;
	margin:0px;
	padding:0px;
	background-image: url(images/menu/imgMenu.gif);
	background-repeat: no-repeat;
	text-align:left;
}
.imgMenuSpacerLeft {
	height:38px;
	width:153px;
	margin:0;
	padding:0;
}
.imgMenuItem {
	height:38px;
	width:116px;
	margin:0;
	padding:0;
	cursor:pointer;
}
#divContent {
	width:1024px;
	margin:0px;
	padding:0px;
	background-image: url(images/imgContentBG.gif);
	background-repeat:repeat;
	text-align:left;
}#imgLogoBottom {
	margin: 0px;
	padding: 0px;
	float: right;
}
.contentBlock {
	padding:15px;
}
h1 {
	padding:0px;
	margin:0px;
}
h2 {
	padding:0px;
	margin:0px;
}
p {
	padding:0 0 10 0px;
	margin:0px;
}
a {
	color:#444;
}
a:hover {
	color:#000;
}
#imgCubeMockUp {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#divDJTimeStart {
	float:left;
	width:60px;
	text-align:right;
}
#divDJTimeStop {
	float:left;
	width:30px;
	text-align:right;
}
#divDJName {
	float:left;
	padding-left:20px;
}