body
{
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#head
{
	height:40px;
	background-color:#00A629;
}

#body 
{
	margin: 0 auto;
	text-align: left;
	width:	1000px;
	position:relative;
	top: -30px;   
	margin-top:0px;
}

#logo
{
	float:left;
	width:67px;
	height:30px;
	background-image:url(../img/tajapa.png);
	background-repeat:no-repeat;
	margin-left:10px;
}   

#infobar
{
	float:right;
	width:780px;             
	height:21px;
	border:1px solid #00811F;
	border-bottom:0px;
	background-color:#00BF2E;
	text-align:right;
	font-weight:bold;
	color:#FFF;
	padding-right:20px;
	padding-top:8px;
}   

#navigation
{
	float:left;
	width:198px;
}      

#navigation a
{
	display:block;            
	text-decoration:none;
	color:#333;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}

#navigation a.headline
{
	font-weight:bold;
	background-color:#00BF2E;
	color:#FFF;
} 
  
#navigation a.active
{
	font-weight:bold;
	background-color:#95EDAB;
}

#navigation a:hover
{                
	font-weight:bold;
	background-color:#95EDAB;
}

#navigation a
{
	background-repeat:no-repeat;
	background-position:10px 4px;
}       
/*one entry per icon*/
#navigation a.default
{
	background-image:url(../img/icons/arrow_right.png);
}
#navigation a.add
{
	background-image:url(../img/icons/add.png);
}                                          
#navigation a.status
{
	background-image:url(../img/icons/star.png);
}                   
#navigation a.logout
{
	background-image:url(../img/icons/door_out.png);
}
#navigation a.balance_pos
{
	background-image:url(../img/icons/clock_add.png);
}
#navigation a.balance_neg
{
	background-image:url(../img/icons/clock_delete.png);
}
#navigation a.user
{
	background-image:url(../img/icons/user.png);
}
#navigation a.settings
{
	background-image:url(../img/icons/wrench.png);
}                                             
#navigation a.friends
{
	background-image:url(../img/icons/group.png);
}   
#navigation a.invite
{
	background-image:url(../img/icons/user_add.png);
}

#content
{
	float:right;
	width:800px;
	min-height:500px;
	border:1px solid #CCC;
	border-top:none;
}

#foot
{                   
	margin-top:10px;
	float:right;
	width:1000px;
	text-align:right;
	color:#CCC;
	font-size:11px;
}

#foot a 
{
	color:#AAA;
	font-size:11px;
	text-decoration:none;
}