body {
	font-family: georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	/*background: #a5a5a5 url("images/bg.gif") bottom left fixed repeat-x; */
	background: #e7e7e7;
}

.tags {
	font-size: 0.9em;
}


#tags ul {
	padding-left: 10px;
}

#comments {
	font-size: 0.7em;
}

.alt {
	font-size: 0.9em;
	background-color: #ccc;
}

.norm {
	font-size: 0.9em;
	background-color: #fff;
}

.col_headings {
	background-color: #666;
}

.col_headings a {
	color: #fff;
}
.col_headings a:visited {
	color: #Fff;
}


#container {
	width: 770px;
	margin: 10px auto;
	background-color: #ccc;
	color: #000;
	text-align: left;
	background-image: url("images/back.png");
}


#header {
	height: 115px;
	width: 770px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: right;
}

/* These next two rules hide the tags intended for printing only */
#header h1 {
	display: none;
}

#header h2 {
	display: none;
}


a, a:visited {
	color: #369;
}

a:hover {
	color: #999;
}

#google {
	/*	display: none;  uncomment to hide*/
    float: right; 
	/*background-color: #ddd; */
	/*border-left: 1px solid #999; */
	/*border-bottom: 1px solid #999;*/
	border-top: none;
	margin: 0 50 5 10;
	padding: 5 10 0 10;
	font-size: 0.7em;
	width: 139px;
}

#nav {
	clear: both;
	padding: 0px;
	margin: 0px 0px 0px 90px;
}


#nav li {
	padding: 0px 15px 1px 5px;
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-size: 0.9em;
}

#nav a {
	border-top: 1px solid #000;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px 11px 2px 11px;
	color: #fff;
	text-decoration: none;
	background-color: #CC6600;
}

#nav a:hover {
	color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #666;
	background: #69c;
	padding: 0px 11px 4px 11px;
}

#nav .current a {
	color: #000;
	border: 1px solid #9cf;
	background: #8BADC8;
	padding: 1px 6px 0px 6px;		

}

#nav .current a:hover {
	color: #369;
	font-weight: bold;
	padding: 1px 6px 0px 6px;
}

#tags ul {
	margin: 0px 0px 10px 5px;
}


#footer {
	background-image: url("images/footer.jpg");
	text-align: right;
	font-size: 0.6em;
	clear: both;
	margin: 0px;
	padding: 10px 30px 0px 0px;
	height: 30px;	
	color: #000;
/*	
	background-color: #666;
	padding: .5em;
	border-top: 1px solid gray;
*/

}

#footer a {
	color: #000;
}


#content {
	width: 550px;
	margin-left: 10px;
	padding: 1em;
	font-size: 0.8em;
	min-height: 650px;
	clear: left;
}

#content h2 { 
	margin: 0 0 .5em 0; 
	font-size: 1.3em;
	color: #092E4C;
}

.search_nav {
	font-size: 1em;
	margin-bottom: 5px;
	text-align: right;
}


/* ********************************** */
/* styles for star rating				  */
/* credit: http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/ */
/* ********************************** */

.star-rating{
	list-style:none;
	margin: 3px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(images/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image:none;
	
}
.star-rating li a:hover{
	background: url(images/star_rating.gif) 0px -20px repeat-x;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}	

		
.help {
	border-bottom: 1px dashed #666;cursor: help;
}
		

/* ********************************** */
/* border and drop shadow for photos  */
/* ********************************** */

.img-shadow {
	float:left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px
}


