@charset "utf-8";
/* CSS Document */

.borders {
	border-top-color: #9e0704;
	border-right-color: #9e0704;
	border-bottom-color: #9e0704;
	border-left-color: #9e0704;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
}
.borderBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.blackMain {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.redMain {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #9e0704;
}
.blackHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000;
}
.mainHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #9e0704;
}
.whiteCopy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(halo/haloBG.png);
}

#myFace {
	position:absolute;
	width:200px;
	height:262px;
	z-index:4;
	left: 783px;
	top: -10px;
}
#side {
	position:absolute;
	width:150px;
	height:315px;
	z-index:3;
	left: 870px;
	top: 150px;
	background-color: #FFFFFF;
}
#month {
	position:absolute;
	width:270px;
	height:49px;
	z-index:2;
	left: 30px;
	top: 20px;
}
#logo {
	position:absolute;
	width:305px;
	height:160px;
	z-index:3;
	left: 620px;
	top: 1px;
}
#diamonds {
	position:absolute;
	width:65px;
	height:96px;
	z-index:9;
	left: -3px;
	top: -3px;
}

a:link {
	color: #9E0704;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9E0704;
}
a:hover {
	text-decoration: underline;
	color: #999;
}

.second a:link {
	text-decoration: underline;
	color:#000;
}
.second a:visited {
	color:#000;
}
.second a:hover {
	text-decoration: underline;
	color: #999;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #9e0704;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: normal;
}

