#randomSide {
	position : absolute;
	left : 0px;
	top : 0px;
}

#contentArea {
	position : absolute;
	left : 119px;
	top : 0px;
	width : 643px;
	background-image : url(../gfx/alternativeTentacles.gif);
	background-position : top right;
	background-repeat: no-repeat;
	background-color : #FFCE3C;
}

#contentText {
	padding-top : 190px;
	padding-left : 30px;
	padding-right : 30px;
	padding-bottom : 10px;
}

#nurseAndBaby {
	background-image : url(../gfx/curve.gif);
	background-position : bottom left;
	background-repeat: no-repeat;
	text-align : right;
}

#lardTitle {
	position : absolute;
	left : 89px;
	top : 10px;
	z-index : 5;
}

#menuSystem {
	position : absolute;
	left : 0px;
	top : 174px;
	z-index : 5;
}

#menuSystem a {
	/*padding-left : 15px;
	padding-right : 35px;
	padding-top : 4px;
	padding-bottom : 4px;*/
	text-indent : 15px;
	width : 135px;
	height : 1.4em;
	background-color : #045CA0;
	color : #F8D837;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
	text-decoration : none;
	display : block;
	margin-bottom : 7px;
	line-height : 17px;
	letter-spacing : 2px;
}

#menuSystem a:hover, #menuSystem a.selectedLink {
	background-color : #56BFC0;
	color : #045CA0;
	background-image : url(../gfx/highlightedLink.gif);
	background-position : top right;
	background-repeat: repeat-y;
	width : 141px;
}

#contentText img {
	border : 1px solid #083253;
	margin : 2px;
}

#contentText a img {
	border : 1px solid #045CA0;
	margin : 2px;
}

#mainNews {
	float : left;
	margin-top : 0;
	margin-bottom : 1em;
}

#submitNews {
	float : right;
	font-style : italic;
	font-weight : bold;
	height : 40px;
	padding-left : 29px;
	padding-top : 29px;
	background : url(../gfx/monsterNews.gif) no-repeat;
}