body {
	text-align: center;
	position: relative;
}

html,
body {
	margin: 0px;
	padding: 0px;
}

html,
body,
#site {
	height: 100%;
}

#site {
	width: 1024px;
	background: url(../img/content_bg_rounded.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	margin: 0px auto -50px; /* Bottom margin equals negative footer height */
}

#com-soc_container {
	padding-bottom: 42px;
}

#whiteSpace,
#siteBanderole,
#nav_menu,
#com-soc_container,
#content,
#footer {
	width: 1000px;
}
 
#whiteSpace,
#siteBanderole,
#nav_menu,
#com-soc_container,
#com_menu,
#soc_menu,
#content,
#footer {
	position: relative;
	margin: 0px auto;
}

#whiteSpace,
#siteBanderole,
#nav_menu,
#com_menu,
#soc_menu,
#footer {
	text-align: center;
}

#whiteSpace {
	height: 29px;
}

#siteBanderole {
	background: url(../img/banderoles/site/site_banderole.png);
	background-position: 0;
	background-repeat: no-repeat;
	height: 60px;
	padding: 6px 0px 6px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #959595;
}

#siteBanderole ul {
	height: 60px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	list-style-type: none;
	display: block;
}

#siteBanderole a {
	color: #ff0000;
	text-decoration: none;
	border: 0px;
	float: left;
	height: 60px;
	width: 1000px;
}

#nav_menu {
	height: 31px; /* 25px + 6px (padding-bottom) = 31px */
}

#content {
	padding: 0px 0px 6px 0px;
}

#com_menu,
#soc_menu {
	height: 42px; /* 36px + 6px (padding-bottom) = 42px */
}

#com_menu {
	width: 275px;
	float: right;
}

#soc_menu {
	width: 725px;
	float: left;
}

#selectDateTABox {
	padding: 2px;
	background: #ed1c24;
	color: #ffffff;
}

#footer,
#pusher {
	height: 50px; /* #pusher must equal #footer height */
}
