body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}

body {
	color: #222;
	background-color: white;
	margin: 20px;
	font: 75%/1.58px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Headings */

h1, h2, h3, h4, h5, h6	{	
	line-height:	1.33em;
	}

h1 {
	color: #fff;
	background-color: #787878;
	text-align: right;
	font: 3em/1em "Courier New", Courier, mono;
	margin-top: 1.33px;
	margin-bottom: .33em;
	padding: 0.66em;
}

h2 {
	margin-top: 1.75em;
	clear: both;
	background-color: #f1f1f1;
	color: #036;
	font: bold 1.75em/1.286em "Courier New", Courier, mono;
	margin-bottom: .33em;
}

h3 {
	font-weight: bold;
	clear: both;
	color: #036;
	font-size: 1.58em;
	margin-top: 1.58em;
	margin-bottom: .33em;
}


/* @end */

p, ul {
	font-size: 1em;
	margin-left: 250px;
}

p, li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

li {
	list-style-type: square;
	list-style-position: outside;
	font-size: 1em;
}

img {
	border: 0;
	float: left;
	padding: 0 20px 20px 0;
	margin-left: -250px;
}

a {
	text-decoration: none;
	color: #060a87;
}

a:hover {
	text-decoration: underline;
}

/* @group Twitter box */

#twitter_div h2.sidebar-title {
	font-size: medium;
	margin-top: 0;
	padding-left: 5px;
}

ul#twitter_update_list {
	list-style-position: inside;
	margin: 0 0 0 20px;
}

#twitter_div {
	float: right;
	width: 250px;
	background-color: #f1f1f1;
	margin: 5px;
	padding-right: 15px;
	border-style: dotted;
	border-width: 1px;
}

a#twitter-link {
	padding-bottom: 5px;
}



/* @end */

