
body {
background-color:#000;
font: normal 12pt Georgia, Garamond, Times, "Times New Roman", serif;
margin: 0px;
padding: 0px;
text-align: center;
}
h1,h2,h3 {
text-align:center;
}
a:hover { 
color: #FFFFFF; text-decoration: none; background: #0063DC;
}

#frame {
margin: 20 auto;
width: 655px;
height: auto;
background-color: #cccc99;
border-style: solid;
border-color: #c94040;
border-width: 8px ;
padding:0px;

}


#content {
width: 655px;
background-color: #cccc99;
padding: 25px;
}

#justifiedtext {
text-align: justify;
}

#review {
background-color:#aabb77;
padding: 20px
}

#reviewtext {
font: 12pt Georgia, Garamond, Times, "Times New Roman", serif;
text-align: justify;
}

#reviewer {
font: 9pt Georgia, Garamond, Times, "Times New Roman", serif;
font-weight: bold;
float: right;
}

#date {
font: 7pt Arial, Helvetica, sans-serif; 
float: right;
}

#photographer {
font: 10px Arial, Helvetica, sans-serif; 
font-weight: bold;
}
#imagecaption {
font: 12px Arial, Helvetica, sans-serif; 
font-style: italic;
}

#byline a {
font: 10pt Georgia, Garamond, Times, "Times New Roman", serif;
color: #fff;
}

#addreview {
padding: 10px;
background: #7ac;
border: 2px dotted red;
float: right;
}
/* FF / Opera specific -   html>body #frame  is the syntax for the child selector hack*/


html>body #content {
width: 605px;
background-color: #cccc99;
padding: 25px;
}

html>body #nav {
	width: 640px;
	padding: 0px 0px 30px 15px;
	margin-top: 0px;
	background: #2D405B;
	}

/* end FF / Opera section */

/* navigation bar - modify this a bit
---------------------------------------------------------- */

#nav {
	width: 655px;
	margin-top: -3px;
	padding: 0px 0px 0px 15px;
	background: #2D405B;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 9px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	}
#nav li a:hover {
	color: #fff;
	background: #354966;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #27384F;
	border-right: 1px solid #27384F;
	background: #354966;
	}

