body {
	font:0.9em "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	margin:0px;
	padding:0px;
	background:#000000;
	color:#EEEEEE;
	padding-top:200px;
	background-image: url(/images/bloglogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

body{}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;

}

li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(../images/icons/One-globe.jpg);
	vertical-align: middle;
	line-height:18px;
	text-indent: 5px;
	}

.poster {
	line-height: 1em;
	text-align: center;
	display: block;
	width: 100%;
}	


	a:link {
	text-decoration: underline;
	color: #DDDDDD;
}

a:visited {
	text-decoration: underline;
	color: #DDDDDD;
}

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

#sidebar li a:link {
	text-decoration: none;
	color: #555555;
	border: 1px solid #000000;
}

#sidebar li a:visited {
	text-decoration: none;
	color: #555555;
	border: 1px solid #000000;
}

#sidebar li a:hover {
	text-decoration: none;
	color: #555555;
	border: 1px solid #FF4500;
}