* {
	font-family: arial;
	font-size: 12px;
}
/* for minheight deal for Internet Explorer */
* html #content {
	height: 550px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/backer.jpg);
	background-repeat: no-repeat;
}

#wrap {
	width: 900px;
}

div#content {
	min-height: 550px;
}

a.nav {
	color: #CC6633;
	font-weight: normal;
	text-decoration: none;
}

a:hover.nav {
	text-decoration: underline;
	font-weight: normal;
}

div#header {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 900px;
	display: block;
	position: relative;
}

ul.items {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.items li.mod1 {
	background-color:#00000;
	padding:5px;
	margin-bottom:10px;
	height:1%; /* Fix for MSIE peekaboo bug */
}
ul.items li.mod2 {
	padding:5px;
	margin-bottom:10px;
	height:1%; /* Fix for MSIE peekaboo bug */
}
ul.items li.mo1 li.mod2 img {
	float:left;
	
}
h1#sitename{
	margin-left: 40px;
	margin-top: 12px;
	padding:0px;
	height: 49px;
	width: 780px;
	text-indent: -2500px;
	display: block;
	position: absolute;
}

h1#sitename a{
	color:#FFFFFF;
	height: 49px;
	width: 780px;
	display: block;
}


div#navigation {
	color: #CC6633;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-left: 190px;
	margin-top: 12px;
}

div#content {
	margin-left: 227px;
	margin-top: 30px;
	color: #999;
	margin-bottom: 45px;
}

div#copy {
	color: #999;
	font-size: 10px;
	font-family: arial;
	text-align: center;
	position: absolute;
	top: 663px;
	left: 25px;
}

a {
	color: #CC6633;
	text-decoration: none;
}

a:hover {
	color: #CC6633;
	text-decoration: underline;
}

.header {
	font-weight: bold;
	font-size: 14px;
}

.cat-header {
	background-color: #282828;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

img.shadow2 {
	padding:4px 4px 4px 4px;	
	border:#999999 1px solid;
	margin-right: 10px;
}

.select {
	background-color: #333;
	color: #999;
	padding: 0px;
	margin: 0px;
	border: #333 1px inset;
}

.preview {
	border: solid 1px #333;
	padding: 10px;
	height: 300px;
}

ul.list-preview, li.list-preview {
	
}

ul.list-preview {
	padding:0;
	margin:10px 0 0 10px;
}

div#likebox-frame {
	border: 1px solid #333;
	width: 640px;
	height: 255px;
	z-index: 10;
	overflow: hidden;
	top: -1px;
	left: -2px;	
}

#likebox-frame iframe {
	left: -5px;
	overflow: hidden;
	position: relative;
	top: -2px;
}

