/* CSS Document */


/* CONTACT STYLES   */

a:link, a:visited, a:active {
	text-decoration:none;
	color:#ff0000;
	font-weight:bold;
}

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

#top {
	width:720px;
}


#left {
	width:450px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px 0px 0px 0px;
	color:#000000;
	margin:0px 22px 0px 0px;
} 


#left .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}

#left .blogUpdate	{
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

#left .blogInfo	{
	font-size:12px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}


#right {
	width:248px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;             
	font-size:12px;
	font-weight:bold;
	float:left;
	/*margin:*/
}

#right .newReview {
	width:248px;
	height:151px;
	margin:10px 0px 0px 0px;
}

#right .newReview .image {
	width:100px;
	height:151px;
	border:1px solid #0b7500;
	float:left;
}

#right .newReview a.image:link, #right .newReview a.image:active, #right .newReview a.image:visited {
	border:1px solid #0b7500;
}

#right .newReview a.image:hover {
	border:1px solid #ff0000;
}

#right .newReview .info {
	width:141px;
	padding:0px 0px 0px 5px;
	float:left;
}

#right .newReview .info .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin:0px 0px 5px 0px;
}

#right .newReview .info .rating {
	width:104px;
	height:16px;
	margin-bottom:5px;
}

#bottom {
	width:720px;
}

#bottom #stonerMonth {
	width:333px;
	height:178px;
	border:1px solid #0b7500;
	float:left;
	padding:10px 10px 10px 10px;
	margin:50px 5px 0px 0px;
	background-color:#cfcfcf;
}

#bottom #stonerMonth #stonerHeader {
	width:215px;
	height:22px;
	background-image:url(../images/stonerMonth_hdr.jpg);
}

#bottom #stonerMonth #stonerImage {
	width:128px;
	height:148px;
	border:1px solid #0b7500;
	margin:5px 10px 0px 0px;          
	float:left;
}

#bottom #stonerMonth #stonerInfo {
	width:193px;
	float:left;
	margin:2px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#bottom #stonerMonth #stonerInfo .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#bottom #munchieMonth {
	width:333px;
	height:178px;
	border:1px solid #ff0000;
	padding:10px 10px 10px 10px;
	float:left;
	margin:50px 0px 0px 5px;
	background-color:#cfcfcf;
}

#bottom #munchieMonth #munchieHeader {
	width:226px;
	height:23px;
	background-image:url(../images/munchieMonth_hdr.jpg);
}

#bottom #munchieMonth #munchieImage {
	width:128px;
	height:148px;
	border:1px solid #ff0000;
	margin:5px 10px 0px 0px;          
	float:left;
}

#bottom #munchieMonth #munchieInfo {
	width:193px;
	float:left;
	margin:2px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#bottom #munchieMonth #munchieInfo .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}




