body { 
	font-size:15px;
	font-family: "Trebuchet MS";
	margin-top:0px;
	background-color:#2e2e2b;
}

.title_recent, .title_archive, .title_contact, .title_links
{
	font-size:25px;
	font-weight:bold;
}

.title_recent 		{ color: #fe5200; }
.title_archive 		{ color: #42bf01; }
.title_contact 		{ color: #009ae0; }
.title_links 		{ color: #92009f; }

span.date
{
	font-style:italic;
	color: #7f7f7f;
}

div.loggedDiv
{
	position:absolute;
	background-color:lightgrey;
	border:3px dotted #2e2e2b;
	color:red;
	margin:0;
	padding:5px;
	left:790px;
	top:200px;
	width:150px;
	height:500px;
	z-index:1;
	font-size:11px;
	line-height:16px;
	vertical-align:middle;
}

div.mainContainer
{
	margin-left:50px;
}

div.containerDiv
{
	padding:5px;
	background-color:white;
	width:708px;
	height:520px;
	overflow:auto;
}

div.menuDiv
{
	width:708px;
	padding:0;
	padding-top:25px;
	margin:0;
}

div.kartelDiv
{	
	width:708px;
	height:11px;
	padding:0;
	margin:0;
	font-size:2px;
	background-image:url(/images/menuTop.png);
}

div.kartelDiv2
{	
	width:708px;
	height:11px;
	padding:0;
	margin:0;
	font-size:2px;
	background-image:url(/images/menuBottom.png);
}

img.menuItem
{
	height:125px;
	margin-right:35px;
}	

img{
	border:0;
}

.inputText
{
	width:200px;
	border:1px dotted black;
	background-color:#D0D3D3;
}

.inputButton
{
	margin-top:5px;
	width:150px;
	border:1px solid black;
	background-color:#D0D3D3;
}

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

.tweetsLogo
{
	background-image: url(/images/rabiesLogo.png);
	width:330px;
	height:252px;
	position:absolute;
	left:810px;
	top: 30px;
	z-index:3;
}

.tweetsText
{
	background-image: url(/images/rabiesText.png);
	width:230px;
	height:239px;
	position:absolute;
	left:840px;
	top: 330px;
	z-index:3;
}

.tweets
{
	width:201px;
	height:126px;
	position:absolute;
	z-index:4;
	left:845px;
	top:330px;
	overflow:hidden;
}

