* {
	margin: 0px;
	padding: 0px;
}

/* IE Fix (Layout) */
div {
	zoom: 1;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #FFF;
	background-color: #3F3F3F;
	text-align: center;
}


/* Block Tags */
h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 0;
}

h2 {
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
}

p {
	margin: 0 0 1.5em 0;
}

hr {
	display: none;
}

/* Inline Tags */
a {
	color: #EC008C;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout */
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 15% 0 5% 15%;
}

#header h1 {
	height: 75px;
	width: 255px;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(../images/header-logo.gif) no-repeat center left;
	text-indent: -24000px;
}

#header p a:hover {
	text-decoration: none;
}

#content {
	width: 1%;
	padding: 0 0 0 15%;
	background-color: #F7931E; /* 00AEEF F7931E 99CC33 */
}

.clear-floats {
	clear: both;
}

h2.coming-soon {
	width: 185px;
	height: 55px;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(../images/coming-soon.gif) no-repeat center left;
	text-indent: -24000px;
	background-color: #F7931E;
}