/* Specify blanket rules for all elements */
body {
	font: 80% Palatino, Georgia, "Times New Roman", serif;
	margin: 10px;
	padding: 10px;
	line-height: 150%;
}

/* Rules for headings */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

p {
	font-size: 125%;
}

/* Structural sections */

#masthead {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #000;
	background-color: #CCC;
//	background: url(../../images/mastheadbackground2.gif) repeat-x;
}

#navigation {
	float: left;
	width: 20%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #999;
}

#content {
	margin-left: 24%;
	margin-bottom: 10px;
	margin-right: 30%; //New
	padding: 10px;
//	border: 1px solid #000;
	background-color: #FFF;
}

#sidebar {
	float: right;
//	width: 25%;
}

#footer {
	display: none;
	clear: both;
	padding: 10px;
	border: 1px solid #000;
	background-color: #CCC;
}

.contentPhoto
{
	float: right;
	margin-left: 10px;
}

.content-right
{
	float: right;
	background: #000;
}