@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #242221;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #958C8D;
	background-color: #19181A;
}
.MainOne #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative; /* This allows you to put Absolute Divs within the main container and have them Centre properly when window is resized */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.MainOne #header {
	height:70px;
	padding: 0px 20px 0 37px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.MainOne #photoarea {
	height:158px; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.MainOne #headspace {
	height:84px;
}

.MainOne #mainContent {
	margin: 0;
	padding: 50px 20px 40px 37px;
	background-color: #252421;
}

.MainOne #Button1 {
	position:absolute;
	left:37px;
	top:199px;
	width:238px;
	height:137px;
	z-index:10;
}

.MainOne #Button2 {
	position:absolute;
	left:371px;
	top:199px;
	width:238px;
	height:137px;
	z-index:11;
}

.MainOne #Button3 {
	position:absolute;
	left:705px;
	top:199px;
	width:238px;
	height:137px;
	z-index:11;
}

body,td,th {
	color: #958C8D;
}
.MainOne #TopMenu {
	color: #958C8D;
	font-size: 12px;
}

.MainOne #footer {

	padding: 0 10px;
	height: 80px;
	color: #958C8D;
}
.MainOne #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.MainOne #MainText {
	margin: 0;
	padding: 0px 70px 0px 0px;
}
h1 {
	font-size: 1.5em;
	text-transform:capitalize;
	background-image: url(images/title-underline.gif);
	background-repeat: no-repeat;
	background-position: Bottom Left;
	color: #FFFFFF;
	height: 33px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
	}
h2 {
	font-size: 1.2em;
	text-transform:capitalize;
	color: #FFFFFF;
	font-weight:normal;
	margin-top: 1.2em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	letter-spacing: 0.1em;
	clear: both;
	}
h3 {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight:bold;
	height: 30px;
	width: 537px;
	text-align: center;
	margin-bottom: -0.5em;
	letter-spacing: .2em;
	clear: both;
	}
a {
	color: #A21F23;
}
a:link    {
	color: #FFFFFF;
	text-decoration: underline;
} 
a:visited {
	color: #A21F23;
	text-decoration: underline;
}
a:hover   {
	color: #A21F23;
	text-decoration: none;
}
a:active  {color: #FFFFFF;}
