@import url("nav-global.css");
@import url("sharedsheets.css");

/* ### GLOBAL-MAINFRAME ### */

body
	{
	margin: 0;
	padding: 0;
	background: #8f8c7d url(../media/bodybg-global.gif) fixed repeat-y;
	font: 13px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	line-height: 1.4em;
	color: #666;
	cursor: default;
	}

h1
	{
	margin-top: 10px;
	padding: 10px;
	background: url(../media/sjrlogoh1.jpg) right bottom no-repeat;
	border-bottom: 1px solid #a86765;
	font-weight: normal;
	font-size: 25px;
	color: #a86765;
	}

h2
	{
	margin-top: 30px;
	padding: 5px;
	border-bottom: 1px dashed #B8B7A8;
	font-weight: normal;
	font-size: 17px;
	color: #a86765;
	}

#container
	{
	margin: 0 0 0 171px;
	padding: 0;
	width: 369px;
	}

#header
	{
	display: none;
	}

#footer
	{
	margin: 0;
	padding: 1px;
	background: #E9E8D4 url(../media/contentbg.gif) top repeat-x;
	font: small-caps bold 12px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	line-height: 1.5em;
	text-align: center;
	}

/* ### GLOBAL-CONTENTS ### */

#content
	{
	margin: 0;
	padding: 10px;
	background: #E9E8D4 url(../media/contentbg.gif) top repeat-x;
	font: 12px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	line-height: 1.5em;
	}
