*, html {
	margin:0;
	padding:0;
}
body {
	font-family:"Calibri", "Trebuchet MS", "Tahoma";
	background:url('back.jpg') repeat-x;
}
div#header {
	width:700px;
	margin:20px auto;
	}
	div#header h1 {
		width:700px;
		height:55px;
		background: url('avatar.png') 0px 5px transparent no-repeat;
	}
	div#header h1 a {
		text-indent:100px;
		width:700px;
		height:50px;
		display:block;
		font-size:1.4em;
		color:#000;
		text-decoration:none;
	}
div#content {
	width:500px;
	margin:30px auto;
	}
	div#content h2 {
		text-transform:uppercase;
		background:#eee;
		width:170px;
		padding:5px;
		margin:10px -5px;
	}
	div#content h3 {
		background:#eee;
		width:170px;
		padding:5px;
		margin:10px -5px;
	}
	div#content ul {
		list-style:none;
		margin:5px;
		}
		div#content ul li {
			margin:5px 0px;
		}
	div#content a {
		text-decoration:none;
		color:#006;
		padding:2px;
	}
	div#content a:hover {
		color:#fff;
		background:#006;
		padding:2px;
	}
	div#content p {
		margin:8px;
		font-size:0.9em;
	}
div#footer {
	text-align:center;
	width:600px;
	margin:30px auto;
	word-spacing:2px;
}
div#footer h4 {
	margin-top:50px;
	font-weight:normal;
	font-size:0.9em;
}
div#footer a {
	text-decoration:none;
	color:#006;
	padding:2px;
}
div#footer a:hover {
	color:#fff;
	background:#006;
	padding:2px;
}
