body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;}ol, ul {list-style: none;}

body {
	background: #121212;
	padding: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #a2a2a2;
	font-size: 11px;
}

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

#header {
	padding: 10px 0px;
	border: 0px dotted #666;
	border-bottom-width: 1px;
	color: #fff;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 48px;
	letter-spacing: -7px;
}

a:link, a:visited, a:focus {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	border: 0px dotted #666;
	border-bottom-width: 1px;
}

a:hover {
	color: #f38630;
	border: 0px solid #fa6900;
	border-bottom-width: 1px;
}

#naturepics a, #naturepics a:visited, #naturepics a:active, #naturepics a:hover {
	border: 0px;
	outline: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#naturepics a img, #naturepics a:visited img, #naturepics a:active img {
	border: 2px solid #0f0f0f;
}

#naturepics a:hover img {
	border: 2px solid #fa6900;
}

#naturepics img {
	margin: 10px;
	border: 0px;
}

span {
	color: #fa6900;
}

ul {
	height: 40px;
	line-height: 30px;
	border: 0px solid #333;
	border-bottom-width: 1px;
}

ul li {
	display: block;
	float: left;
	height: 30px;
}

ul li a:link, a:visited, a:active {
	display: block;
	text-decoration: none;
	color: #a2a2a2;
	font-size: 10px;
	padding: 5px 30px;
	font-weight: bold;
	border: 0px;
}

ul li a:hover {
	border: 0px solid #f38630;
	border-bottom-width: 1px;
	color: #fff;
	background: #0f0f0f;
}

.box {
	background: #0f0f0f;
	border: 1px #333 solid;
	padding: 10px;
}

.blackbox {
	margin: 10px 0px;
	border: 1px solid #000;
}

.smlbx {
	float: left;
	padding: 10px;
	width: 170px;
	cursor: pointer;
}

h1 {
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border: 0px dotted #444;
	border-bottom-width: 1px;
	font-size: 11px;
}

.smlbx:hover h1 {
	border: 0px dotted #f38630;
	border-bottom-width: 1px;
	color: #fff;
}

.divhr {
	clear:both;
	border: 0px solid #222;
	border-bottom-width: 1px;
	margin: 10px;
	font-size: 1px;
}

#footer {
	text-align: right;
	font-size: 10px;
	border: 0px dotted #222;
	border-top-width: 1px;
	padding: 10px 0px;
}

#footer span {
	margin: 0px 10px;
}