body {
	font-family			:	sans-serif;
	font-size			:	12px;
	color				:	#404040;
	margin				:	10px;
	background-image	:	url(images/back.gif);
	background-repeat	:	repeat-x;
}

h1 {
	display				:	inline;
	font-size			:	20px;
	font-weight			:	bold;
}

h2 {
	font-size			:	14px;
	font-weight			:	bold;
}

h3 {
	font-size			:	12px;
	font-weight			:	bold;
	margin-top			:	25px;
}

h4 {
	font-size			:	12px;
	font-weight			:	normal;
	font-style			:	italic;
}

a:link {
	color				:	#404040;
}

a:visited {
	color				:	#606060;
}

a:hover {
	color				:	#FF7070;
}

a:active {
	color				:	#CC7070;
}

img {
	border				:	0px;
}

#portal {
	position			:	absolute;
	top					:	30%;
	left				:	10%;
}

#content {
	position			:	absolute;
	top					:	10%;
	left				:	10%;
	right				:	10%;
}

#menu-entry {
	position		:	relative;
	top				:	15px;
	display			:	inline;
	float			:	left;
	width			:	125px;
	text-decoration			:	none;
}

#news-entry {
	position		:	relative;
	top				:	15px;
	left			:	75px;
	display			:	inline;
	float			:	left;
	width			:	300px;

}

#portal-footer {
	position			:	absolute;
	bottom				:	10%;
	left				:	10%;
	font-size			:	9px;
	color				:	#909090;
}

#content-footer {
	position			:	relative;
	top				:	50px;
	font-size			:	9px;
	color				:	#909090;
	padding-bottom			:	20px;
}

#reference {
	font-size			:	9px;
	color				:	#909090;
}

.code {
	color				:	#a0a0a0;
}