* {
	margin:0px;
	padding:0px;
	outline:none;
}

body {
	background:#762123;
	font-family:Arial, Helvetica, sans-serif;
	behavior:url("csshover.htc");
}

img {border:none;}

a:link, a:hover, a:active, a:visited {color:#000000; text-decoration:none;}

#wrapper {
	width:1067px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-534px;
}

#header {
	width:1067px;
	height:234px;
	background:url(images/header-bg.png) no-repeat left top;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:2;
}

#logoImage {
	width:420px;
	height:234px;
	position:absolute;
	top:0px;
	left:30px;
}

#logoImage img {width:420px; height:234px; behavior:url("iepngfix.htc");}

#menu {
	width:500px;
	height:24px;
	padding-top:6px;
	padding-left:50px;
	background:url(images/menu-bg.gif) no-repeat right top;
	position:absolute;
	top:20px;
	right:0px;
	color:#762123;
	font-weight:bold;
	font-size:12px;
}

#menu li {
	padding: 0px 10px 0px 10px;
	border-right:solid 2px #762123;
	float:left;
	list-style-type:none;
}

#menu li.noBorder {border:none;}

#menu a:link, #menu a:visited {color:#762123; font-weight:bold; text-decoration:none;}
#menu a:hover, #menu a:active {color:#762123; font-weight:bold; text-decoration:underline;}

#welcome {
	width:600px;
	height:150px;
	color:#fff;
	font-size:30px;
	text-align:center;
	position:absolute;
	top:70px;
	right:20px;
}
#welcome img {behavior:url("iepngfix.htc"); width:60px; height:60px;}
#welcome h1 {font-size:40px;}
#welcome p {margin-top:10px;}
#welcome a:link, #welcome a:visited {color:#fff; text-decoration:none;}
#welcome a:hover, #welcome a:active {color:#fff; text-decoration:underline;}

#mainBody {
	width:945px;
	position:absolute;
	top:230px;
	left:50%;
	margin-left:-481px;
	z-index:1;
}

div.cell {
	width:445px;
	height:200px;
	padding-top:30px;
	padding-left:25px;
	background:#fff url(images/cell-bg.jpg) repeat-y left top;
	display:block;
	overflow:hidden;
	font-size:13px;
}

div.cell:hover {cursor:hand; cursor:pointer;}
a div.cell:hover h1 {text-decoration:underline;}
div.cell a:link, div.cell a:hover, div.cell a:active, div.cell a:visited {color:#000000; text-decoration:none;}

div.cell img {
	position:absolute;
	top:0px;
	right:0px;
	behavior:url("iepngfix.htc");
	width:215px;
	height:230px;
}

div.cell h1 {
	background:url(images/smaller-triangle.gif) no-repeat left top;
	line-height:25px;
	padding-left:30px;
	font-size:24px;
	color:#000000;
}

div.cell h2 {
	color:#762123;
	font-style:italic;
	font-size:18px;
	margin-left:30px;
	margin-top:5px;
	width:235px;
	background:#acadb0;
	text-align:center;
}

div.cell ul {margin-left:50px; margin-top:10px;}
div.cell li {list-style-type:disc; line-height:18px; font-weight:bold;}

div.width {width:260px;}

div.comingSoon {
	width:470px;
	height:230px;
	background:url(images/coming-soon.png) no-repeat left top;
	display:block;
	z-index:3;
	behavior:url("iepngfix.htc");
}

#leftRow1 {
	position:absolute;
	top:0px;
	left:0px;
}

#rightRow1 {
	position:absolute;
	top:0px;
	right:0px;
}

#leftRow2 {
	position:absolute;
	top:234px;
	left:0px;
}

#rightRow2 {
	position:absolute;
	top:234px;
	right:0px;
}

#leftRow3 {
	position:absolute;
	top:468px;
	left:0px;
}

#rightRow3 {
	position:absolute;
	top:468px;
	right:0px;
}

#leftRow4 {
	position:absolute;
	top:702px;
	left:0px;
}

#rightRow4 {
	position:absolute;
	top:702px;
	right:0px;
}

#leftRow5 {
	position:absolute;
	top:936px;
	left:0px;
}

#footer {
	width:534px;
	height:25px;
	padding-bottom:35px;
	position:absolute;
	left:264px;
	top:1400px;
	color:#fff;
	text-align:center;
	font-size:14px;
}

#footer ul {text-align:center;}
#footer li {
	list-style-type:none;
	float:left;
	padding:0px 10px 0px 10px;
	border-right:solid 1px #fff;
}
#footer a:link, #footer a:visited {color:#fff; text-decoration:none;}
#footer a:hover, #footer a:active {color:#fff; text-decoration:underline;}
#footer li.noBorder {border:none;}