#Content { width:680px; }
h1 { font-family: Georgia; font-size:19px; color:#665533; }
p, li { font-family:Georgia, Trebuchet MS; color:#555555; font-size:15px; line-height:20px; }
p a, li a { color:#669922; }


div.image_holder{
	float:right;
	position:relative;
	background: url(./dropshadow.gif) no-repeat bottom right;
	margin:0 0 10px 20px;
}
 
div.image_holder img{
	display: block;
	position:relative;
	background-color: #fff;
	border:1px solid #a9a9a9;
	padding:4px;
	margin: -6px 7px 6px -7px;
}
 
div.divider{
    border-bottom:1px solid #339966;
}
 
a[href^="http://"] {
background: url(./external.png) center right no-repeat;
padding-right: 13px;
}

div#eu_nonsense div {
background-color:#eeeeee;
color:#333333;
border:solid #88df99 1px;
padding:8px; 
font-size:12px;
width:660px;
}


@media only screen and (min-width: 300px) and (max-width:480px) {
	#Content { width: 100%; }
	div.image_holder img { width:80px; height:80px; }
} /* end media */
