BODY {
	background: url(images/fade.gif) repeat-x top;
}



/* POSITIONING
------------------------------------------------*/
#background {
	top: 0px;
	left: 0px;
	background: url(images/background.gif) no-repeat top left;
	z-index: 99;
	width: 850px;
	height: 445px;
	position: absolute;
}

#menu {
	position: absolute;
	top: 172px;
	left: 150px; left:125px;
	z-index: 100;
	width: 102px; width:127px;
}

#content {
	position: absolute;
	top: 172px;
	left: 272px;
	width: 520px;
	z-index: 100;
}

#title {
	position: absolute;
	top: 52px;
	left: 292px;
	z-index: 100;
}


/* SHARED
------------------------------------------------*/
.outer {
	background: url(images/dots.gif);
	padding: 1px;
	margin-bottom: 20px;
}

	.inner {
		padding: 9px;
		background: #fff; 
	}

a {
	color: #e61376;
	text-decoration: underline;
}

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

P {
	padding: 0;
	margin: 0 0 10px 0;
}


/* TITLE
------------------------------------------------*/



/* MENU
------------------------------------------------*/
.menu_item0 { 
	padding: 7px 10px 7px 10px; 
	background-color: #ffffff; 
	font-family: Arial; 
	font-size: 12px; 
}

.menu_item0 A { 
	color: #e61376; 
	text-decoration: none; 
}

.menu_item0 A:hover { 
	color: #000000; 
	text-decoration: none; 
}

.menu_item1 { 
	padding: 8px 10px 7px 10px; 
	background-color: #e61376; 
	font-family: Arial; 
	font-size: 12px; 
}

.menu_item1 A { 
	color: #ffffff; 
	text-decoration: none; 
}

.menu_item1 A:hover { 
	color: #ffffff; 
	text-decoration: underline; 
}
		
/* CONTENT
------------------------------------------------*/
#content h1 {
	background: #70A541;
	margin: 0;
	padding: 10px;
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

#content .header {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#content .text {
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}



/* RSS THUMB POP STYLES
------------------------------------------------*/
.rssThumbs {
	width: 100%;
}

.rssThumbFloat {
	float: left;
	width: 80px;
	border: 0;
	margin: 10px;
}

.rssThumbFloat IMG {
	border: 0;
}
