/* LAYOUT STUFF */

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


.clearFix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
/* Only For Mac */
.clearFix {
        display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearFix { 
        height:1%;
}

.clearFix {
        display: block;
}

.spacer {
	clear: left;
	height: 1px;
}

p {
	word-wrap: breakword;
}

div {
	text-align: left;
	word-wrap: breakword;
}

div.right {
	float: right;
}

div.left {
	float: left;
}

.float_left {
        text-align: left;
        float: left;
        clear: right;
}

.float_right {
	text-align: left;
	float: right;
	clear: right;
}

.float_under{
	clear: both;
}

.float_up{
	position: relative;
	top: 0;
	transform: translateY(-100%);
}

div.content_width {
	width: 940px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.column {
        text-align: left;
        float: left;
        clear: right;
        color: #cbebe0;
        font-size: 14px;
        background: #0a1a46; 
        line-height: 16px;
        letter-spacing: 1px;
        padding-left: 15px;
}

hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #d8c07f;
        margin: 30px 0px 30px 0px;    
}
