@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/splash/xroid/bg.jpg);
	background-color: #D3DBBF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
}
.whitetxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.whitetextbright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body,td,th {
	color: #666666;
}

/* --- */


#pageholder {
    width: 970px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#splashpic {
	float: left;
	position: relative;
	width: 770px;
	left: 100px;
	top: 0px;
}
#pagecontent {
	float: left;
	position: relative;
	width: 600px;
	left: 0px;
	top: 0px;
}
#footer {
	float: left;
	width: 970px;
	position: relative;
	left: 0px;
	top: 52px;
}
#belowfooter {
	float: left;
	width: 970px;
	position: relative;
	left: 0px;
	top: 0px;
}
.intra {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #090;
	text-decoration: none;
}
.intra:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: none;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333333;
}
.lnk {
	color: #900;
	text-decoration: none;
}

.lnk:hover {
	color: #f00;
	text-decoration: none;
}

