body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #762E2E;
	font-size: 100.1%;
	padding: 0;
	margin: 0;
	background-image: url(pagegradbg_600h.jpg);
	background-repeat: repeat-x;
	overflow: auto;	/*background-color: #501819;*/
}
h1, h2, h3, p  {
	margin: 1.0em 0 0em;/*zeros default browser margins vertically*/
	padding: 0px;
}
h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1%;
	color: #501819;
}
h2 {
	font-size: .8em;
	font-weight: bold;

}
h3 {
	font-size: .6em;
	font-weight: bold;
}
p {
	font-size: 0.7em;
	color: #762E2E;
	line-height: 180%;
}
/*Change link formatting*/
a:link {
	color: #B23F4C;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color: #B23F4C;
}
.firstparagraph {
	margin-top: 0.3em;
	margin-bottom: 0em;
	margin-left: 0em;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#pagecontainer {
	background-image: url(page-bg_850w_600h.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 850px;
}
/*centering via containercenter as per CSS Mastery (Budd) p136
#containercenter {
	width: 850px;
	left: 50%;
	top: 5%;
	position: relative;
	margin-left: -425px;
}*/

/*centering via automargin as per CSS Mastery (Budd) p134*/
#containercenter {
	width: 850px;
	top: 5%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 850px;
	height: 50px;
	position: relative;
}

/*main navigation menu styling*/

#nav {
	height: 330px;
	width: 150px;
	position: absolute;
	top: 260px;
	left: 380px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 140px;
}
#nav li {
	float: none;
}
#nav li a:link, #nav li a:visited {
	display: block;
	padding: .2em .3em;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 0.5em;
	line-height: 2;
	font-size: 1.3em;
	color: #B0A198;
	text-align: right;
}
#nav li a:hover    {
	color:#634D4F;
}
#nav li a:active {
	color:#89726A;
}

/*This selector is used to identify the current page*/
#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	cursor: default;
	color: #521719;
	font-weight: bold;
}

/*Curser property is changed for the hover state so the menu link on the current page has a normal curser in hover state imdivating that it is not a link (although it is).*/

#content {
	width: 266px;
	height: 500px;
	margin-left: 545px;
	padding-top: -20px;
	padding-left: 10px;
	margin-top: 90px;
	padding-right: 10px;
	overflow: hidden;
	}
#linkheader {
	position: absolute;
	height: 150px;
	width: 270px;
	left: 545px;
	top: 140px;
	padding-left: 10px;
}

#linkheader a:visited {
	color: #B23F4C;
}

#content ul {
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#sidebarleft {
	position: absolute;
	left: 10px;
	top: 403px;
	display: inline;
	float: left;
	width: 355px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
#sidebarleft h1 {
	color: #dbdbdb;
	font-size: 1.4em;
}
.linkdescription {
	margin-top: 0.6em;
	margin-bottom: 1.4em;
	margin-left: 0em;
}
