body {
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.3;
	color: #000000;
	background-color: #f5fff5;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a.title {
	color: black;
}

h1 {
	font-size: 18px;
	text-shadow: #888 0.1em 0.1em 0.2em;
}

h2 {
	font-size: 16px;
	text-shadow: #888 0.1em 0.1em 0.2em;
}

h3 {
	font-size: 14px;
	text-shadow: #888 0.1em 0.1em 0.2em;
}

hr {
	height: 1px;
	color: gray;
	background-color: white;
	border: none;
	width: 25%;
	text-align: center;
	border-bottom: dashed gray 1px;
}

label {
	float: left;
	width: 120px;
	clear: both;
}

input {
	width: 300px;
}

textarea {
	width: 300px;
	height: 70px;
}

#page {
	margin: 0px auto;
	width: 720px;
	min-height: 100px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	clear: both;
	background-color: white;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
  -webkit-box-shadow: 10px 10px 5px gray;
  -moz-box-shadow: 10px 10px 5px gray;
  box-shadow: 10px 10px 5px gray;
}

#heading h1 {
	font-size: 20px;
}

#heading a {
	color: black;
}

#main {
	width: 500px;
	float: left;
}

#categories {
	width: 200px;
	float: right;
}

#related {
	clear: both;
	padding-top: 10px;
}

#footer {
	clear: both;
	font-size: 11px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	left: 50%;
	text-align: center;
}

div.highlight {
	border: 1px solid gray;
	padding-left: 10px;
	padding-right: 10px;
}
