@charset "UTF-8";
/* CSS Document */

body {
	font-family:Helvetica;
	font-size: 11px;
	color:#4a4a4a;
	margin-top:0;
	margin-bottom:0;
	background: url(img/bgRepeat.jpg) repeat-x;
	background-color: #586e7a;
}

h1 {
	font-size: 11px;
	font-weight: bold;
}

#menu {
	font-weight:300;
	text-align:center;
}

#menu a:link {
	color:#4a4a4a;
	text-decoration:underline;
}

#menu a:visited {
	color:#4a4a4a;
	text-decoration:underline;
}

#wrapper {
	margin: 0 auto;
	width:334px;
	background: url(img/shadow.png) repeat-y;
}

.content {
	background: #eee2c7;
	margin: 10px;
	padding: 5px;
	border: 1px solid #969696;
	line-height: 15px;
	text-align: left;
}

.content img{
	float:left;
	padding-right: 5px;
}