/* Body */
body {
	background-color: #555555;
	color: #000000;
	font-size: 13px;
	font-family: sans-serif;
	margin: 0 auto;
	text-align: center;
}

/* Divs */
#shade {
	position: relative;
	padding-top: 1px;
	height: 100px;
	background: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#555555));
	background: -moz-linear-gradient(top, #797979, #555555);
	background-repeat: repeat-x;
}
#top {
	background-color: #F0F0F0;
	width: 650px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	box-shadow: 5px 7px 5px #393939;
	-moz-box-shadow: 5px 7px 5px #393939;
	-webkit-box-shadow: 5px 7px 5px #393939;
}
#container {
	background-color: #F0F0F0;
	width: 650px;
	margin: 0 auto;
	text-align: left;
	box-shadow: 5px 7px 5px #393939;
	-moz-box-shadow: 5px 7px 5px #393939;
	-webkit-box-shadow: 5px 7px 5px #393939;
}
#copy {
	background-color: #F0F0F0;
	width: 650px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	box-shadow: 5px 8px 5px #393939;
	-moz-box-shadow: 5px 8px 5px #393939;
	-webkit-box-shadow: 5px 8px 5px #393939;
}

/* Fonts 'n stuff */
h1.title {color: #F0F0F0;}
p.titleslogan {color: #F0F0F0; font-style: italic;}
p.text {color: #505050; margin: 0; padding-left: 5px; padding-top: 5px;}
a.green {color: green;}
a.red {color: darkred;}
ul.index {margin: 0; color: #505050;}
p.uptime {color: #808080; font-size: 11px; text-shadow: 2px 2px 2px #393939;}
img.image {float: left; padding: 0 5px 5px 5px;}

/* Links */
a.lnk:link {font-size: 13px; text-decoration: none; color: #505050;}
a.lnk:visited {font-size: 13px; text-decoration: none; color: #505050;}
a.lnk:hover {font-size: 13px; text-decoration: underline; color: #555555;}
a.ilnk:link {font-size: 13px; text-decoration: underline; color: #505050;}
a.ilnk:visited {font-size: 13px; text-decoration: underline; color: #505050;}
a.ilnk:hover {font-size: 13px; text-decoration: none; color: #555555;}
