body {
   /* background-color: #f3f1f4;*/
    background-color: #f9f9f9;
    color: #333333;
    font-family: "Lucinda Grande", Verdana, Arial, sans-serif;
    font-size: 70%;
}
a:link,  a:visited {
    text-decoration: none;
    color: #0033cc;
    background-color: #f9f9f9;
	border:none;
}

a:hover {
    text-decoration: none;
    color: white;
    background-color: #ff9900;
}

p {
    padding: 0 5px 0 20px;
    padding-top: 2px;
    line-height: 1.5em;
}

img {border:none;}

li {line-height: 1.5em;}

h5 {
    padding-left: 20px;
    color: #0033cc;
    background-color: #f9f9f9;
    font-weight: bold;
    font-size: 110%;
}


#left-panel {    
	padding:20px 5px 0 0;
    text-align: right;
    line-height: 1.5em;
	float:left;
	width:275px;
}

#main-content {
    margin: 20px 0 20px 0;
    text-align: left;
    background-color: #f9f9f9;
    color: #333333;
    padding-left: 10px;
	float:right;
	width:650px;
}

#twitter_update_list {
	font-size: 98%;
	text-align: left;
	list-style-type: square;
	padding-left:75px;
}
#twitter_update_list li {
	margin-bottom: 10px;
}


h4 {font-size: 1em;
padding-left: 5px;
padding-bottom: 2px;
background-color: #333399;
color: white;
font-weight: bold;
text-decoration: none;}


