* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 20px;
	background: #a58234 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
}
h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFF;
}
h1 {
	font-size: 2.8em
}
h2 {
	font-size: 1.8em
}
h3 {
	font-size: 1.2em
}
p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}
blockquote, ul, ol {
	margin-left: 3em;
}
blockquote {
	margin-right: 3em;
}
a {
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
p.leftPicture {
	margin: 0
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0;
	margin: 0 15px 15px 0;
	background: url('images/leftP.png') no-repeat;
	width: 160px;
	height: 200px
}
img.right {
	float: right;
	margin: 0 15px 0 15px
}
hr {
	display: none;
}
.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small
}
.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x
}
.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside
}
#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: #000000 url(images/grungeBig.png) no-repeat
}
#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px
}
#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px
}
#logo a {
	text-decoration: none;
	color: #c8920a;
	font-weight: bold;
	color: #FFF;
	font-size: 24px
}
#page {
	width: 760px;
	margin: 0 auto;
	background: #a58234 repeat-x;
	background: #000
}
#content {
	float: left;
	width: 480px;
	padding: 20px;
	background: url(images/grungeB4.png) no-repeat
}
#welcome {
	padding-bottom: 20px
}
#olist {
	clear: left;
	float: left;
	width: 230px
}
#welcome h2.titleS {
	font-size: small
}
p.editorsTitle {
	padding-top: 1em;
	color: #fff;
	font-weight: bold
}
span.text {
	color: #CCC
}
.contentS {
	clear: both;
	float: left;
	width: 449px;
	height: 74px;
	padding-left: 20px;
	background: url(images/swatchesN.png) no-repeat;
	font-size: small
}
#welcome span.editors {
	display: block;
	color: #deb31e;
	font-weight: bold;
}
span.bg_square {
	display: block;
	background-image: url(path/to/little_square.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px
}
#ulist {
	float: left;
	width: 230px;
	padding-left: 20px
}
#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background: url(images/grungeR2.png) no-repeat;
}
#sidebar blockquote {
	margin-left: 0;
	margin-right: 0
}
#menu {
	margin-bottom: 19px
}
#menu h2 {
	display: none
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal
}
#menu li {
	display: block;
	padding-top: 1px;
}
#menu li.first {
	background: none
}
#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
	text-align: left
}
#menu a:hover {
	background-color: #0A0A0A
}
.button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #84672a;
	border-radius: 8px;
	background: #ffe9b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe9b7), to(#84672a));
	background: -moz-linear-gradient(top, #ffe9b7, #84672a);
	background: linear-gradient(to bottom, #ffe9b7, #84672a);
	text-shadow: #53411a 1px 1px 1px;
	font: normal normal bold 20px arial;
	color: #ffffff;
	text-decoration: none
}
.button:hover, .button:focus {
	border: 1px solid #a58134;
	background: #ffffdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffdc), to(#9e7c32));
	background: -moz-linear-gradient(top, #ffffdc, #9e7c32);
	background: linear-gradient(to bottom, #ffffdc, #9e7c32);
	color: #ffffff;
	text-decoration: none
}
.button:active {
	background: #998c6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#998c6e), to(#84672a));
	background: -moz-linear-gradient(top, #998c6e, #84672a);
	background: linear-gradient(to bottom, #998c6e, #84672a)
}
#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	background: url(images/img05.gif) repeat-x
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #deb31e
}
#footer a {
	color: #000
}