body {
	background-color: #c44546;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}

#pagewrapper {
	width: 1050px;
	margin: 0px auto;
	background-image: url(bg-pagewrapper.jpg);
	background-repeat: repeat-y;
}

#header {}

#header-top {
	height: 263px;
	margin: 0px;
}

#header-middle {
	height: 144px;
	clear: both;
	margin: 0px;
	background-image: url(header-middle.jpg);
	background-repeat: no-repeat;
}

#video {
	margin: 0px 0px 0px 155px;
}

#header-left {
	background-image: url(header-top-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 263px;
}

#header-right {
	float: right;
	width: 559px;
	background-image: url(header-top-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 263px;
}

#header-bottom {
	clear: both;
	margin: 0px;
	background-image: url(header-bottom.jpg);
	background-repeat: no-repeat;
	height: 136px;
}

#intro-text {
	background-image: url(header-textbg.jpg);
	background-repeat: no-repeat;
	height: 78px;
	font-style: italic;
	line-height: 1.5em;
	padding: 5px 80px;
}

#menu {
	background-image: url(bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
	margin: 0px;
	height: 40px;
}

ul {
	margin: 0px 0px 0px 100px;
	padding: 7px 0px 0px 0px;
	font-size: 14px;
	display: table;
	width: 850px;
	table-layout: fixed;
	font-weight: bold;
}

li {
	display: table-cell;
	text-align: center;
}

li a, li a:link, li a:active, li a:visited {
	color: #FFF;
	text-decoration: none;
}
li a:hover {
	color: #000;
}

img, img a {
}

.blink {
	text-decoration: blink;
}

#content {
	background-image: url(bg-content.jpg);
	background-repeat: repeat-x;
	width: 949px;
	clear: both;
	margin: 0px auto;
	background-color: #000000;
}

#latest-update, #latest-update-right, #recent-update-left, #recent-update-right {
	width: 914px;
	height: 302px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: 0px 30px;
	font-style: italic;
	padding: 30px 0px;
}

#latest-update, #latest-update-right {
	background-image: url(bg-latest-update.gif);
}

#latest-update-right {
	background-image: url(bg-latest-update-right.gif);
}
#recent-update-left {
	background-image: url(bg-recent-update-right.gif);
}

#recent-update-right {
	background-image: url(bg-recent-update-left.gif);
}

#latest-update-table, #latest-update-right-table, #recent-update-left-table, #recent-update-right-table {
	margin: 17px;
}

#latest-update table, #recent-update-left table {
	float:left;
}

#latest-update-right table, #recent-update-right table {
	float:right;
}

#latest-update table tr, #recent-update-left table tr {
}

#latest-update-right table td, #latest-update table td, #recent-update-left table td,  #recent-update-right table td {
	padding: 3px;
}

#latest-update table img, 
#latest-update-right table img,  
#recent-update-left table img, 
#recent-update-right table img {
	border: 1px solid #fff;
}

#latest-update img,  
#latest-update-right img, 
#recent-update-left img, 
#recent-update-right img,
#latest-update img a, 
#latest-update-right img a,
#recent-update-left img a, 
#recent-update-right img a {
	border: none;
}

#latest-update-text, #latest-update-right-text, #recent-update-left-text, #recent-update-right-text {
	width: 290px;
	text-align: justify;
}

#latest-update-text, #recent-update-left-text {
	padding: 50px 0px 0px 600px;
}

#latest-update-right-text, #recent-update-right-text {
	padding: 50px 0px 50px 20px;
}

#latest-update-text h1, #latest-update-right-text h1, #recent-update-left-text h1, #recent-update-right-text h1 {
	font-size: 14px;
	font-style: normal;
}

#latest-update-text p, #latest-update-right-text p, #recent-update-left-text p, #recent-update-right-text p {
	font-size: 12px;
}

#join {
	width: 873px;
	height: 93px;
	clear: both;
	margin: 0px auto;
}

#join img, #join img a {
	border: 0px;
}

#continue-tour {
	margin: 20px auto;
	text-align: center;
	font-size: 24px;
	color: #FF9966;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#continue-tour a, #continue-tour a:link, #continue-tour a:active,  #continue-tour a:visited {
	color: #FF9966;
	font-style: normal;
	text-decoration: blink;
}
#continue-tour a:hover {
	color: #FF6600;
}

#footer {
	clear: both;
	margin: 0px;
	background-image: url(footer.jpg);
	background-color: #e87a7b;
	height: 29px;
	background-repeat: no-repeat;
	background-position: top center;
	color: #660000;
	padding: 20px;
	text-align: center;
}

#footer p {
	margin: 0 0 0 130px ;
	padding: 10px;
}

#footer a, footer a:link, #footer a:active, #footer a:visited {
	color: #660000;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dashed #c00;
	color: #c00;
}

.analytics {
	float: right; 
	margin-right: 50px;
}
