body {
	background: #97ccdd url(img/bg.jpg) repeat-x;
	font: 0.8em/1.4 Arial,Verdana,Helvetica,sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
}

#main {
	width: 760px;
	margin: auto;
    padding: 0;
}

.content {
    background: #fff;
    margin: 2em 0;
    padding: 20px;
}

.center {
    text-align: center;
}

.small {
    font: status-bar;
}

h2,h3 {
	letter-spacing: -1px;
}

h3 {
    font-size: 2em;
    font-weight: 100;
    color: #333;
    border-bottom: 4px solid #d8d8d8;
}

a:link, a:visited { text-decoration: none; color: #f09; }
a:hover { text-decoration: none; color: #fff; background: #f09; }
a:active { text-decoration: none; color: #fff; background: #ff0; }

.img:hover, .img:active {
	background: inherit !important;
}

.sidenote {
	float: right;
    text-align:right;
    width: 90px;
	font: status-bar;
	margin-left: 1em;
	padding: 1em 0 1em 1em;
	border-left: 1px dotted #ccc;
}

.img {
    border: 0;
    margin-bottom: 1em;
}
