body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Courier New, serif;
	background: white;
}

table {
	font-size: 12px;
	font-family: Courier New, serif;
}
td { 
	vertical-align: top; 
}

a { 
	text-decoration: none; 
}
a:link, a:visited { 
	color: #FF6666; 
}
a:hover {
	color: black; 
}

hr {
	height: 1px;
	color: #FF9999;
	background: #FF9999;
	border-width: 0;
}
img {
	border-width: 0;
}

.admin, .error_flag { 
	color: red; 
}
a.admin:link, a.admin:visited { 
	color: red; 
}
a.admin:hover { 
	color: brown; 
}

div {
	margin: 0;
	padding: 0;
}

.message { 
	color: red; 
}

.title {
	font-size: 1.2em;
	font-weight: bold;
}
.title_admin {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}
.center-table td {
	text-align: center;
}

#container {
	position: relative;
	width: 717px;
	margin: 0 auto;
	background: transparent;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 717px;
	height: 231px;
	margin: 11px 0 0 0;
	background: url(components/top_image.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: 100px;
	left: 0;
	width: 862px;
	background: transparent;
	font-family: Courier New, serif;
}
#logo img {
	float: left;
	padding: 0 0 8px 0;
}
#logo td {
	text-align: center;
}
#logo a {
	font: 18px/22px Courier New, serif;
	color: #000;
}
#logo a:hover {
	color: #FF6666;
}
#block {
	margin: 0 auto;
	width: 75px;
	text-align: right;
	background: transparent;
}

#navigation {
	position: absolute;
	top: 10px;
	left: 0;
	width: 735px;
	background: transparent;
}
#navigation p { 
	padding: 0; 
}
#navigation a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#navigation a:hover {
	color: #FF6666;
}
#navigation a.selected:link, #navigation a.selected:visited, #navigation a.selected:hover { 
	color: #FF6666; 
}

#content {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	margin: 5px 5px 0 0;
	background: transparent;
}

#footer {
	position: absolute;
	top: 460px;
	padding: 0 0 5px 0;
	width: 99%;
	text-align: right;
	background: transparent;
	visibility: hidden;
}
#footer p {
	padding: 13px 0 0 0;
	margin: 0;
	color: #FF9999;
	font-size: 10px;
}