body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(images/top-gradient.jpg);
	background-repeat:repeat-x;
}

h1 {
	font-size:16px;
	color:#FE0000;
}

td h1 {
	font-size:14px;
	margin-bottom:4px;
}

.hand {
	cursor:pointer;
	cursor:hand;
}

.top-gradient {
	height:100%;
	background-image:url(images/top-gradient.jpg);
	background-repeat:repeat-x;
}

.container {
	width:814px;
	margin:auto;
	background-image:url(images/content-gradient.jpg);
	background-repeat:repeat-y;
}

.header-index {
	width:814px;
	height:210px;
	background-image:url(images/header-index.jpg);
	background-repeat:no-repeat;
}

.header {
	width:814px;
	height:210px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.navbar {
	width:800px;
	height:53px;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
	padding:0 7px 0 7px;
}

.navbar img {
	cursor:pointer;
	border:0;
}

.title {
	width:571px;
	height:162px;
	background-repeat:no-repeat;
}

.content {
	width:540px;
	padding-left:170px;
	padding-top:45px;
	padding-bottom:90px;
	background-repeat:no-repeat;
}

.video-popup {
	width:443px;
	height:360px;
	margin:auto;
	background-image:url(images/video-popup-bkg.jpg);
	background-repeat:no-repeat;
}

.footer {
	width:814px;
	height:229px;
}

a {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#FFFFFF;
}

a img {
	border:none;
}