html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(http://www.customfloaters.com/images/background/background.jpg);
	background-size:100%;
	background-attachment:fixed;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	/*background:#ededed;
	padding:10px;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
}
#menu {
	background-image:url(http://www.customfloaters.com/images/background/menu-bar2.png);
	background-repeat:repeat-x;
	/*background-size:100%;*/
	height:60px;
	text-align:center;
	font-weight:bold;
	margin-top:-20px;
	padding-top:20px;
}
#content {
	padding-bottom:80px; /* Height of the footer element */
	padding-top:20px;
	font-size:16px;
	text-height:1.5em;
	width:1100px;
	/*background-color:#fff;  FOR TESTING PURPOSES ONLY */
	margin-left:auto;
	margin-right:auto;
}
#content .text {
	text-align:left;
	font-style:italic;
}
#content .boxright {
	float:right;
	width:20%;
	padding-left:10px;	
}
#content .boxrightlarge {
	float:right;
	width:40%;
	padding-left:10px;	
}
#footer {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:#000000;
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
}

/* COLORS, LINKS & MISC STYLES */
.red {
	color:#F5060A;
}
.yellow {
	color:#F8EF04;
}
h1 {
	margin:0;
	padding:10px 0 10px 0;
	font-size:25px;
	font-style:italic;
	color:#fff;
}
h2 {
	margin:0;
	font-size:20px;
	font-style:italic;
}
h3 {
	margin:0;
	font-size:14px;
	font-style:italic;
}
.itemclear {
	clear:both;
}
a, a:link {
	color:#fff;
	text-decoration:none;
}
a, a:visited {
	color:#fff;
}
a, a:hover {
	color:#f4070b;
	text-decoration:underline;
}
a, a:active {
	color:#f8090d;
}
.sml-Text {
	text-align:right;
	font-size:12px;
	color:#fff;
	margin-top:-30px;
}

/* TABLE FORMATTING */

#table {
	width:1100px;
	background-color:#fff;
}
#table .headers {
	background-color:#000;
	color:#fff;
}
#table .cell {
	border-bottom-width:0.1em;
	border-bottom-style:solid;
	border-bottom-color:#000;
	color:#000;
}
