BODY {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a img {border:none;}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
}

#header {
	width: 950px;
	height: 430px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#nav {
	font: bold 17pt Arial, Sans-serif;
	color: #d3202b;
	width: 950px;
	top: 375px;
	margin: 0 0 10px 0;
	position:absolute;
	float:left;
}
#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #ccc;
}
#nav #glowText {
	color:red;
}
#nav img {
	margin-top: 15px; 
}

#body {
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#others {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.home_hdr1 {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #cb2a5c;
}

.home_txt1 {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

.box_txt {
	font-family: arial;
	font-size: 12px;
	color: #f4c6a1;
}

.home_hdr2 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #f8bf89;
}

.home_hdr3 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #cb2a5c;
}

.intro_hdr {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #d3202b;
}

#yearcol {
	float: left;
	width: 391px;
	padding-right: 16px;
}

#box {
	background-image: url('../images/box.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 16px;
	padding-right: 16px;
}

.year {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

#footer {
	color: #d3202b;
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #d3202b;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}