/* Elements */
hr {
	margin:2em auto;
	width:40%;
	height:2px;
	color:#000;
}

img { border:none; }

h2 { font-weight:normal; font-size:1.6em; margin:1em 0 0.5em 0; }

/* IDs */
#winter-sale {
	width:400px;
	border:3px double #ccc;
	padding:0.75em;
	background:#ffe;
	margin:1em auto;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#900;
}

#addresses { text-align:center; }
#addresses p { margin:0; }
#addresses .h1 { padding-bottom:0.5em; }

/* Classes */
p.dropcap:first-letter { float:left; font-size:3em; line-height:75%; }

img.center { margin:1em auto; display:block; }
img.left { float:left; margin:0 0.75em 0.25em 0; }
img.right { float:right; margin:0 0 0.25em 0.75em; }
img.inner { margin-top:0.5em; }

