body
{
	background-image:url(../_img/back.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	line-height: 16px;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 281px;
	width: 290px;
	height: 212px;
	overflow: auto;
}

#menu a
{
	text-decoration: none;
	color: #7F7F7F;
	display: block;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 10px;
	width: 260px;
	height: 35px;
}

#menu a.action
{
	position: relative;
	bottom: 5px;
	text-decoration: underline;
	color: #DD002E;
	display: inline;
	width: auto;
	height: auto;
	font-size: 11px;
	margin: 0px;
}

#menu .active
{
	color: #000000;
}

#menu .active a
{
	background-color: #F8F8F8;
	color: #000000;
}

#menu a:hover
{
	background-color: #F4F4F4;
	color: #DD002E;

}

#menu .edit
{
	padding-bottom: 5px;
	padding-top: 5px;
}

#menu .date
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
}

#menu .description
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#menu .title
{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

#title
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer
{
	position: absolute;
	left: 0px;
	top: 493px;
	width: 290px;
	height: 73px;	
}

#item
{
	position: absolute;
	left: 305px;
	top: 0px;
	width: 500px;
	height: 496px;
	overflow: auto;
}

#fullFrame
{
	position: absolute;
	left: 25px;
	top: 67px;
	width: 562px;
	height: 445px;
	overflow: auto;
}

#fullFrameAR
{
	position: absolute;
	left: 60px;
	top: 60px;
	width: 562px;
	height: 500px;
	overflow: auto;
}



#item .photo
{
	margin-top: 2px;
	margin-bottom: 20px;
}

#item .body
{
	position: absolute;
	left: 234px;
	top: 0px;
	color: #000000;
	width: 230px;
}

#item .body a
{
	color: #DD002E;
}


#item .titledate
{
	text-transform: uppercase;
	color: #7F7F7F;
	font-weight: bold;
	margin-bottom: 10px;
}
#item .title
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

#item .link
{
	text-transform: uppercase;
	color: #333333;
}
