* { padding:0; margin:0; }
body {
	font-size:12pt;
	background:#fbc384;
	max-width:1156px;
}
a {
	text-decoration:none;
	font-weight:bold;
}
					a:link{
						color:#b05a45;
					}
					a:visited{
						color:#854033;
					}
					a:focus{
						border:dotted 1px #854033;
					}
					a:hover{

					}
					a:active{
						color:#fbcd88;
					}

#container {
	min-height:100%;
	border-left:solid #632f26;
	border-right:solid #632f26;
}
#navigation {
	margin-left:10px;
	padding-top:5px;
	padding-bottom:4px;
}
#navigation li {
	display:inline;
	border-top:1px solid #900;
	border-right:1px solid #900;
	border-bottom:none;
	border-left:1px solid #900;
	background:#FFF url(/images/tab.png) bottom left repeat-x;
	padding:5px 5px 6px;
	text-align:center;
	margin-right:5px;
	font-size:10pt;
	z-index:10;
}
#navigation li.active {
	z-index:2;
	background:url(/images/active.png) top left repeat-x;
	position:absolute;
	top:303px;
	right:10%;
	border-bottom:1px solid #900;
	border-top:none;
	width:75px;
	color:#854033;
	height:30px;
	font-size:14pt;
}
* html #navigation li{
	padding-bottom:7px;
	z-index:15
}
* html #navigation li.active {
	top:311px;
}
#navigation li a {
	padding:5px 5px 6px;
	text-align:center;
}
#navigation li a:link {
	color:#FFF;
}
#navigation li a:visited {
	color:#854033;
	font-family:arial;
}
#navigation li a:focus {
	border:dotted 1px #fbcd88;
}
#navigation li a:hover {
	color:#b05a45;
}
#navigation li a:active {
	color:#fbcd88;
}
div#masthead {
	color:#b05a45;
	background:url(/images/slb.jpg) center no-repeat;
	border-top:1px solid;
	border-bottom:1px solid;
	height:275px;
	cursor:pointer;
}
#masthead h1, #masthead h2 {
	position:absolute;
	top:-10000px;
}
#content {
	background:transparent url(/images/bodybg.jpg) top right repeat-y;
}
#sidebar {
	color:#333;
	width:100px;
	margin-left:20px;
	padding:50px 15px 0;
	float:right;
	background:transparent url(/images/sidebarbg.jpg) top left repeat-x;
}
#main {
	padding-top:50px;
}
#store {
width:600px;
padding-top:35px;
margin:0 auto;
}
#main div.comments-wrapper, #main h3#comment{
	margin-left:200px;
}
#main input, #main textarea{
	margin-top:5px;
	margin-left:5px;
}
#main div.article {
	color:#333;
	position:relative;
	width:551px;
	margin:25px 0 0 10px;
	text-align:justify;
	padding:0 60px 25px 90px;
	background: transparent url(/images/avatar.jpg) top left no-repeat;
}
#main div.contact{
	margin:25px 0 25px 10px;
	padding:0 60px 25px 90px;
	background:transparent;
}
#main div.article h3 {
	background:transparent url(/images/articletop.jpg);
	padding-left:80px;
	font-size:20pt;
min-height:80px;
padding-top:15px;
padding-right:10px;

}
#main div.article p {
	padding:0 30px 15px 30px;
	margin-left:60px;
	background:#e1f1fb;
	border-left:solid #b05a45 1px;
	border-right:solid #b05a45 1px;
}
#main div.article-foot {
	padding:0 20px 15px 35px;
	margin-left:60px;
	background:transparent url(/images/articlebottom.jpg) bottom left no-repeat;
	height:30px;
	border-right:none;
	border-left:none;
}
#main div.article small{
	float:right;
	color:#96bbc8;
	margin-right:25px;
	background:transparent;
}
#main div.comment{
	background:url(/images/commenttop.jpg) top left no-repeat;
	margin-top:5px;
	margin-left:60px;
	padding-top:20px;
	width:565px;
}
#main div.comment img {
	position:absolute;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
}
#main div.comment p{
	background:#e1f1fb;
	border-left:solid #b05a45 1px;
	border-right:solid #b05a45 1px;
	padding-right: 10px;
	padding-bottom:15px;
	padding-left: 10px;
	margin-left:0;
	width:469px;
}
#main div.comment-meta {
	color:#96bbc8;
	background:url(/images/commentbottom.jpg) bottom left no-repeat;
	text-align:right;
	padding-right:100px;
	padding-bottom:5px;
	height:39px;
	line-height:70px;
}
#footer {
	color:#92BCCD;
	background:#e3f1f9 url(/images/nocopy.png) left center no-repeat;
	border-top:solid #b05a45;
	width:100%;
	text-align:center;
	clear:both;
	padding:20px 0 0 0;
	font-size:10pt;
	height:60px;
}
#footer:hover {
	color:#718d98;
}
#footer a {
	color:#b05a45;
	font-family:'trebuchet ms', tahoma, arial, sans-serif;
}