body {
	font                : 12px verdana, arial;
}

a, a:visited, a:active {
	color: #03c;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
  border              : 1px solid #fff;
	padding             : 1px;
}

img:hover {
  border              : 1px solid #03c;
}

#main {
	width: 600px;
	border-left: 1px solid #ccc;
	text-align: center;
	padding-left: 10px;
}

#header {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 5px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header a {
	margin: 0 20px;
}
