@import url("sIFR-screen.css");
#divContainer {
	width: 760px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
}
#divHeader {
	position: absolute;
	height: 203px;
	width: 760px;
	left: 0px;
	top: 0px;
}
#divNav {
	position: absolute;
	width: 185px;
	top: 213px;
	padding-left: 32px;
}
#divNav p{
	font-size: 11px;
	padding-left: 10px;
}
#divNav img {

	margin-top: 10px;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


#divBody {
	position: absolute;
	width: 521px;
	top: 213px;
	left: 239px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	min-height:563px;
}

h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #990000;
}

#divBody li {
	margin-bottom: 5px;
}
.menuItem {
	font-weight: bold;
}

a{
	color:#333333;
	text-decoration:none;
}

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

a:visited{
	color:#333333;
}

a h1{
	color:#333333;
	text-decoration:none;
}

a:hover h1{
	color:#CCCCCC;
	text-decoration:underline;
}

a:visited h1{
	color:#333333;
}

.photo {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-style: italic;
}
