/* === Basic HTML Styling === */

body {
  background-color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0;
  color: #000000;
}

a:link, a:visited {
  color: #955;
  text-decoration: none;
}

a:hover, a:active {
  color: #bbb;
  text-decoration: underline;
}

em {
  color: #c55252;
  font-weight: bold;
  font-style: normal;
}

/* === Page Structure === */

div#page-container {
  margin: 0 auto;
  padding: 0;
  width: 716px;
}

div#header {
  width: 716px;
  height: 120px;
  background-image: url("images/header.jpg");
  background-repeat: no-repeat;
}

div#header h1, div#header h2 {
  display: none;
}

div#footer {
  border-top: 4px solid #c55252;
  font-size: .7em;
  text-align: center;
}

/* === Misc === */

.clearingbox {
  clear: both;
}

/* === Page Content === */

div#content {
  background-image: url("images/content-bg.jpg");
  background-repeat: no-repeat;
  padding: 0;
  text-align: justify;
  font-size: .8em;
  font-family: "Palatino Linotype", "Georgia", "Times New Roman", serif;
}

div#right-side-box {
  float: right;
  width: 428px;
}

div#right-side-box img {
  border: 8px solid #b1948f;
  margin: 8px 8px 12px 0;
  /*width: 404px;
  height: 303px;*/
}

div#main-text {
  padding: 8px 0 0 8px;
  width: 265px;
}

div#main-text p {
  margin-top: 0;
  margin-bottom: 1em;
}

div#main-text h2 {
  margin-top: 0;
  color: #c55252;
}

h3 {
  color: #c55252;
}


div#photo-box {
  width: 716px;
}

div#photo-box img {
  border: 8px solid #b1948f;
  margin: 8px 8px 12px 8px;
  width: 326px;
  /*height: 220px;*/
}



div#photo-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#photo-box ul li {
  display: inline;
  float: left;
}



/* === Navigation === */

div#nav {
  background-image: url("images/navbar.jpg");
  background-repeat: no-repeat;
  width: 716px;
  height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}

div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
}

div#nav ul li {
	display: inline;
}

div#nav a:link, div#nav a:visited {
	background: transparent left bottom repeat-x;
	float: left;
	margin: 0 10px 0 0;
	font: bold 1em "Palatino Linotype", "Georgia", "Times New Roman", serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 28px;
	width: 150px;
	height: 28px;
}

div#nav a:link#current, div#nav a:visited#current {
	background: transparent url("images/navbar-cur.jpg") left bottom repeat-x;
	font: bold 1em  "Palatino Linotype", "Georgia", "Times New Roman", serif;
	color: #000;
	line-height: 28px;
}

div#nav a:hover, div#nav a:active {
	background: transparent url("images/navbar-sel.jpg") left bottom repeat-x;
	font: bold 1em  "Palatino Linotype", "Georgia", "Times New Roman", serif;
	color: #000;
	line-height: 28px;
}
