/* css :: structure :: Loud Click */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContainer {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.bottomLine {
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
/****************************************** UI elements */
#hdrContainer {
	padding-bottom: 15px;
	height: 75px;
	padding-top: 15px;
}
.hdrContainer {
	padding-bottom: 15px;
	height: 75px;
	padding-top: 15px;
}
#mNavContainer {
	margin-top: 30px;
	color: #FFFFFF;
	font-size: 9px;
}
#contentContainer {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background-image: url(../images/lc_logo_3Dclicks_bgnd.gif);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 500px;
	height: 500px;
}
.column {
	width: 400px;
}
#footerContainer {
	padding: 5px;
	font-size: 9px;
	text-align: right;
}

