* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #111;
}

#wrapper {
	margin: 0 auto;
	width: 560px;
}

#header {
	width: 560px;
	color: #111;
	padding: 10px;
	height: 116px;
	margin: 10px 0px 0px 0px;
	background: #222;
	border-bottom: 1px dotted #2d2d2d;
        text-align: center;
}

#content {
	width: 560px;
	color: #555;
	background: #222;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	height: auto;
}

#footer {
	width: 560px;
        color: #111;
	font: 9px/9px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #222;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}

#content img { 
	border: 3px solid #2d2d2d;

}


h1 {
	font-size: 32px;
}


h2 {
	font: 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #ccc;
	padding: 10px 0;
}

hr {
	border: none 0;
	border-top: 1px dotted #2d2d2d;
	width: 560px;
	height: 1px;
	padding: 10px 0px 20px 0px;
}

a:link {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #444;
}

a:active {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #fff;
	line-height: 14px;
}

a:visited {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #2d2d2d;
	border-bottom: 1px dotted #101010;
	line-height: 14px;
}

a:hover {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #3ca9db;
	line-height: 14px;
	background-color: #3ca9db;
}