@charset "UTF-8";
/* CSS Document */

body { 
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#222;
	margin-top:-5px;
	/*background-color:#9b6f49;*/
	background-color:#fff;
	/*
	background-image:url(http://www.peevepile.com/_resources/images/background.pink.png);*/
	background-repeat:no-repeat;
	
} 

body a { 
	color:#222;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

#mainContentTable { 
}

#mainContentBackground {
/*
	background-color:#1f0a00;*/
	background-color:#efefef;
	border: 1px black solid;
	/*
	background-image:url(http://www.peevepile.com/_resources/images/dark_brown_bg.png);*/
	background-repeat:no-repeat;
	min-height:600px;
}

#metaLinks {
	width:262px;
	height:121px;
	border:1px solid black;
	background-image:url(../images/background_metalinks.png);
	background-position:0px;
	background-repeat:no-repeat;
	background-color:#666666;
	font-size:13px; 
}

input.searchForm {
	background-color: #FFFFFF;  font-size: 10px; color: #999999; 
	border: #999999 solid 1px; height:18px;  	
	width:164px;
	padding-left:5px;
	padding-top:6px;
	}
	
input.inputBox { 
	border: #999999 solid 1px; 
	height:21px;
	width: 50px;
	color:white;
	font-size:10px;
	background-color:#000000;
	margin-left:9px; 
}

#searchForm {
	margin-top:14px;	
}

#sidebarElement{
	margin-top:10px;
	margin-bottom:37px;
	font-size:13px;
	text-align:left;
	color:black;
}
#sidebarElement .peeve a {
	font-weight:bold;
	color:black;
}
#sidebarElement img { /* space under sidebar titles */
	margin-bottom:6px;
}

#sidebarElement p {
	margin-top:10px;
	margin-bottom:0px;
}
#assortedBox { 
	float:left; 
	width:270px;  
}

#assortedBox .peeve a {
	font-size:14px;
	font-weight:500;
	line-height:16px;
	
}

#copyright {
	margin-top:10px;
	margin-bottom:13px;
	font-size:12px;
	margin-left:25px;	
}

#shareLinks img { 
	margin-right:16px;
	margin-bottom:5px;
	float:left;
	border:none; 
}  


/* five star rating */

.hover {
	background: url('../images/star.png'); 
	z-index: 1;
}
 

.clearleft {
	clear: left;
} 

.floatleft {
	float: left;
}

#stardiv { 
	display: block;
	width: 120px; 
	margin-bottom:12px;
	margin-top:1px;
	height: 10px; 
}

#highlight {
	font-family: Arial, sans-serif;
	font-size: 14px;
	position: relative;
	bottom: 9px;
	color: #93784b;
	font-weight: bold;
	display: block;
	width: 320px; 
	margin-bottom:12px;
	margin-top:12px;
	height: 10px; 
}

.star_rating {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #93784b;
	float: left;
	width: 100px;
	position: relative;
	top: 10px;
}

img {
	border: 0;
}

