/* layout */

body {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	
	background-color: #e8dfcd;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
	text-align: left;
	text-decoration: none;
	text-transform: none;
	
	color: #8e8e8e;
}

/* /layout */



/* header */

#intro-bg {
	background-image: url(../images/header_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 215px;
	height: 127px;
}

#welcome {
	color: #f3ecde;
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
}

#intro {
	color: #ffffff;
	font-size: 11px;
	margin: 0;
	padding-top: 5px;
}

/* /header */



/* top nav */

#nav-bg {
	background-image: url(../images/header_04.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 420px;
	height: 30px;
}

#top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #ffffff;
}

#top-nav ul {
	padding: 0;
	margin: 0;
}

#top-nav li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0;
	list-style: none;
	float: left;
}

* html #top-nav li {
	padding-top: 7px;
}

#top-nav li a:link {
	color: #ffffff;
	text-decoration: underline;
}

#top-nav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#top-nav li a:hover {
	color: #917384;
	text-decoration: none;
}

#top-nav li a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* /top nav */



/* content area */

.cell-title {
	font-size: 24px;
	color: #f3ecde;
	background-color: #9cacba;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#rank {width: 55px;}
#site {width: 45px;}
#in {width: 20px;}
#out {width: 40px;}

/* /content area */



/* footer */

#footer-bg {
	background-image: url(../images/footer_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 230px;
	height: 185px;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding-top: 90px;
}

#copyright-bg {
	background-image: url(../images/footer_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 530px;
	height: 30px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding-right: 10px;
	color: #d8e4ec;
}

/* /footer */



/* global links */

a:link {
	color: #948e83;
	text-decoration: underline;
}

a:visited {
	color: #917384;
	text-decoration: none;
}

a:hover {
	color: #918062;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* /global links */
.footerlinks {
	font-size: 10px;
}
