.bumper {
    font-size: 1px;
    line-height: 1px;
}
.spacer {
    font-size: 1px;
    line-height: 1px;
}
body { 
    -webkit-text-size-adjust: none;
}
div { 
    overflow: visible; 
}
img { 
    border: none; 
}
.InlineBlock { 
    display: inline; 
}
.InlineBlock { 
    display: inline-block; 
}
.inline-block {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom:0.3em;
}
.vertical-align-middle-middlebox {
    display: table;
}
.vertical-align-middle-innerbox {
    display: table-cell;
    vertical-align: middle;
}
div.paragraph {
    position: relative;
}
li.full-width {
    width: 100;
}
#content {
	clear:left;
	background:#000;
	width:799px;
	padding:.5em 2.5em 1em 3em; 
	}
#top {
	text-align:center;
	}
* {
	margin:0;
	padding:0;
	}
body {
	font: .9em Verdana, Arial, Helvetica, sans-serif; /* 1em = 16pts */
	text-align:center; /* IE6 needs this to center the layout in the browser window */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

* html * {
	zoom:100%; 
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
#main_wrapper {
	max-width:750px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	height:900px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	background-color:#000000;
	text-align:left;
	}
#table_content { 
	text-align:left;
	margin-left:90px;
	}
h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#FFF;
	}
h6 {
	color:#FFF;
	}
p {
	color:#FFF;
	line-height:1.25;
	font-weight:normal;
	font
	}
ul, ol, dl, blockquote, cite {
	color:#FFF;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #FFF;
	}
a {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
 a:hover {
	color:#CC0000;
	text-decoration:underline;
	font-weight:normal;
	}	
#footer p {
	margin:0;
	}
/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;
	color:#FFF;
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	font-weight:normal;
	}
h6 {font-size:1em;
	font-weight:normal; /* 14pt */
	}
p  {
	font-size:1em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
