body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	border-style: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0 10px 0 40px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	margin-top: 20px;
}
.oneColFixCtrHdr #footer p { /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #ffffff;
	margin: 0 0 0 30px;
	float: right;
}

.text_link {
	width: 360px;
	height: 71px;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-top: 6px;
	text-decoration: none;
	color: #cccccc;
}

.text_link:hover {
	border: 1px solid #ccc;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	opacity: 0.8;
	background-color: #0f0f0f;
}

.text_link a {
	color: #f2f2f2;
	text-decoration: none;
}

.text_link a:hover {
}

h2 {
	float: left;
	margin-left: 40px;
	padding-top: 16px;
	letter-spacing: 3px;
}

img {
	float: left;
}

p {
}

h1 {
	color: #fffeff;
	font-size: 60px;
}

h3 {
	font-size: 26px;
	color: #cccccc;
	font-weight: normal;
	font-style: normal;
	border-top: 2px solid #fff;
	padding-top: 4px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
