body {
	background-color: #999999;
	color: black;
	margin: 0px;
	padding: 0;
	min-width: 800px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #d4cab6;
	border: 1px solid #d4cab6;
}
/* HEADER */
#hdrContainer {
	background-color: transparent;
	color: #f9f4e1;
	margin: 10px 10px 0px 10px;
	padding: 0px 5px 5px 0px;
	height: 150px;
	background-image: url(../images/hdrDropShadowGr.png);
	clear: both;
	overflow: hidden;
}
#header {
	padding: 10px 10px;
	height: 130px;

}
#header h1, #header h2 {
	margin: 0px;
	padding-top: 15px;
}
#header h2 {
	font-size: medium;
}
#header h3 {
	font-size: small;
	font-style: italic;
	margin-bottom: 0;
	color: white;
}
#header a {
	text-decoration: none;
	color: #f9f4e1;
	border: none;
}
#header a.logo {
	display: block;
	float: left;
	padding: 15px;
	text-decoration: none;
	color: #f9f4e1;
	border: none;
}
/* END HEADER */

/* CONTENT */
#contentContainer {
	float: right;
	margin-right: 10px;
	display: inline; /* will be ignored by modern browsers*/
	margin-top: 10px;
	width: 600px;
	color: #004d9c;
	background-image: url(../images/right.png);
	background-position: right;
	background-repeat: repeat-y;
	padding: 0px;
}
#content {
	line-height: 1.5em;
	padding: 10px; /* 15px 10px 10px;*/
	margin: 0px 5px 5px 0px;
	background-color: white;
	background-image: url(../images/pixel.png);
	background-position: left;
	background-repeat: repeat-y;
	/*background-color: #f9f4e1;*/
}
#content h1 {
	font-size: large;
	margin-bottom: 0.2em;
	margin-top: -10px;
	margin-right: -15px;
	padding-right: 15px;
	padding-top: 10px;
	margin-left: -10px;
	padding-left: 10px;
	background-image: url(../images/contenttop.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#content p {
	text-align: justify;
	font-size: small;
}
#content em {	/*emphasize text in small font*/
	font-size: small;
	line-height: 1em;
	font-variant: small-caps;
}
#content p.first {
	margin-top: 0;
}
#content p.last {
	margin-bottom: -15px;
	margin-right: -15px;
	margin-left: -10px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 10px;
	width: 100%;
	background-image: url(../images/contentbottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#content p:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
#content ul {
	font-size: small;
}
#content img {
	width: 280px;
	border: thin solid black;
}
#content img.right {
	float: right;
	margin: 0.5em 0px 0.2em 1em;
}
#content img.left {
	float: left;
	margin: 0.5em 1em 0.2em 0px;
}

/* END CONTENT */

/* SIDEBAR */
#sbContainer {
	background-color: transparent;
	margin-top: 10px;
	margin-left: 10px;
	display: inline; /* will be ignored by modern browsers; fix for double margin*/
	float: left;
	width: 170px;
	padding: 0px 0px 5px 0px;
	background-image: url(../images/sbbottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}
#sidebar {
	background-color: #004d9c;
	color: black;
	height: 100%;
}
#nav {
	background-image: url(../images/right.png);
	background-position: right;
	background-repeat: repeat-y;
	height: 100%;
}
#nav ul {
	list-style: none;
	padding: 10px 15px 15px 10px;
	margin: 0;
	background-image: url(../images/top.png);
	background-position: top right;
	background-repeat: no-repeat;
	/*height: 500px;*/
	height: 100%;
}
#nav li{
	width: 100%;	/*list whitespace bug in ie6 */
}
#nav a.current {
	text-decoration: none;
	color: #eee8d0;
	border-bottom: 2px solid #f9f4e1;
	font-weight: bold;
	font-style: italic;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #f9f4e1;
	line-height: 1.5em;
	border-bottom: 1px solid #eee8d0;
	padding-left: 1em;
}
#nav a:hover {
	color: #eee8d0;
	border-bottom: 2px solid #f9f4e1;
	font-weight: bold;
	font-style: italic;
}
/* END SIDEBAR */

/* FOOTER */
#footer {
	clear: both;
	width: 780px;
	background-color: #d4cab6;
	color:  #f9f4e1;
	margin-left: 10px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: small;
	background-image: url(../images/ftBottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#footer p {
	padding: 0.2em;
	background-color: #004d9c;
	background-image: url(../images/ftRight.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
}
#footer a {
	color: #f9f4e1;
	text-decoration: none;
}
#footer a:hover {
	color: #eee8d0;
	text-decoration: underline;
}
/* END FOOTER */
/* PAGE SPECIFIC STYLES */
.contact #content p {
	text-align: center;
}
.contact #content em {
	font-weight: bold;
}
/* END PAGE SPECIFIC STYLES */

