/* @group GLOBAL STYLES */

* {	padding: 0;	margin: 0;	}body {	color: #4c4c4c;		background-color: #FFFFFF;	font: 62.5%/1.6 Georgia, "Times New Roman", Times, serif;
}img {	vertical-align: bottom;	border: none;}a {	text-decoration: none;	color: #903d00;
	border-bottom: 1px dotted #903d00;
}.clearer {	clear: both;}.inline {	display: inline;}.bold{	font-weight: bold;}input, select, textarea {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}ul {	list-style-type: none;}em {	font-style: normal;}

strong {
	font-weight: bold;
}

/* @end */

/* @group LAYOUT STYLES */

p {
	margin-bottom: 0.8em;
}

#wrapper {
	position: relative;
}

#header {
	height: 40px;
	width: 100%;
	background: #000000 0 0;
	position: relative;
	overflow: hidden;
}

#header img {
	padding-left: 15px;
}

#mood {
	position: fixed;
	bottom: 0;
	right: 20px;
}

#content {
	font-size: 1.3em;
	width: 550px;
	margin-top: 15px;
	margin-left: 18px;
	background-image: none;
}



/* @end */