body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: x-small;
}
/* for IE only */
* html body {
	font-size: xx-small;
	f\ont-size: x-small;
}

/* --------------------------- core layout ------------------------------- */
#adarea_top {
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	z-index: 1;
}

#header {
	height: 55px;
	position: relative;
	text-align: center;
	top: 3px;
	vertical-align: middle;
	z-index: 2;
}

#header_left {
	position: absolute;
	text-align: left;
	width: 33%;
}

#header_middle {
	color: #ff0000;
	font-size: large;
	font-weight: bold;
	left: 33%;
	position: absolute;
	text-align: center;
	width: 34%;
}

#header_right {
	left: 67%;
	position: absolute;
	text-align: right;
	vertical-align: middle;
	width: 33%;
}

#menu {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 180px;
	padding: 0px;
}

#news {
	position:relative; 
	height: 240px;
	top: 20px;
	margin-left: 200px;
	margin-right: 100px;
	z-index: 4; 
}

#latest_entries {
	position: relative;
	top: 30px;
	margin-left: 200px;
	margin-right: 100px;
	z-index: 5;
}

#latest_changes {
	position: inherit;
	top: 0px;
	text-align: left;
}

#latest_photos {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100px;
	text-align: right;
}


#disclaimer {
	position: relative;
	top: 50px;
	margin-left: 200px;
	margin-right: 100px;
	z-index: 6;
}

#adarea_right {
	position: absolute;
	top: 150px;
	right: 10px;
	width: 180px;
}
/* ------------------------------------text styles------------------------------------- */

a {
	color: #CC0000;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.required {
	color: #FF0000;
}

.formHalfCenter {
	padding-top: 2px;
	text-align: center;
}

.formHalfLabel {
	line-height: 30px;
	left: 0%;
	padding-top: 2px;
	position: absolute;
	text-align: right;
	width: 44%;
}

.formHalfField {
	line-height: 30px;
	left: 45%;
	padding-top: 2px;
	position: absolute;
	text-align: left;
	width: 50%;
}

.formQuarterLeftCenter {
	left: 0%;
	padding-top: 2px;
	text-align: center;
	width: 44%;
}

.formQuarterLeftLabel {
	line-height: 30px;
	left: 0%;
	padding-top: 2px;
	position: absolute;
	text-align: right;
	width: 22%;
}

.formQuarterLeftField {
	line-height: 30px;
	left: 23%;
	padding-top: 2px;
	position: absolute;
	text-align: left;
	width: 22%;
}

.formQuarterLeftFieldFull {
	line-height: 30px;
	left: 23%;
	padding-top: 2px;
	position: absolute;
	text-align: left;
	width: 72%;
}

.formQuarterRightCenter {
	left: 45%;
	padding-top: 2px;
	text-align: center;
	width: 50%;
}

.formQuarterRightLabel {
	line-height: 30px;
	left: 45%;
	padding-top: 2px;
	position: absolute;
	text-align: right;
	width: 22%;
}

.formQuarterRightField {
	line-height: 30px;
	left: 67%;
	padding-top: 2px;
	position: absolute;
	text-align: left;
	width: 22%;
}


/* ---------------------------- login form --------------------------------- */
#loginForm {
	line-height: 30px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}


/* ------------------------------------------------------------------------- */

/* ---------------------------- register form --------------------------------- */

.

/* ------------------------------------------------------------------------- */


