/* CSS Document */

body {
	background-color: #5a6881;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page {
	color: white;
	width: 800px;
	background-color: #0a002a;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	text-align: center;
}

#header {
	margin-right: auto;
	margin-left: auto;
	background: url(../noframes/images/title.png) no-repeat;
	height: 102px;
}

/* @group Clock/date */

#clockd {
	margin-top: 11px;
	margin-bottom: 11px;
}

#clock {
	color: white;
	font-size: 23px;
}

/* @end */

/* @group Text */

a {
	color: #f88a36;
}

a:link {
	color: #fff24e;
	text-decoration: none;
	border-style: hidden;
}
a:active {
	color: #f3f4ff;
	text-decoration: none;

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

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

/* @end */

/* @group Picture */

#pic {
	margin-bottom: 28px;
	margin-right: auto;
	width: 685px;
	margin-left: auto;
}

#picr {
	margin-bottom: 10px;
}

/* @end */

/* @group Frames */

#frames {
	color: #ffab00;
	font-size: 15px;
	float: left;
}

#noframes {
	color: #ffab00;
	font-size: 15px;
	float: right;
}

/* @end */