/* Start of CMSMS style sheet 'Layout: WalkNelson' */
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #3f3f3c;
	font: 62.5% 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
	line-height: 20px;
	background: #9a9582 url(images/stonebg.jpg);
	text-align: center;
	margin: 10px;
	z-index: 30;
}
	
.clear { 
	clear: both;
}

img {
	border:none;
}

/* Layout Divs */
#wrapper {
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-align: left;
	width: 700px;
}
	
/* Header */
#header {
	background: url(images/paper-header.jpg) no-repeat left top;
}

#header h1 {
	width: 700px;
	height: 58px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#headerimages {
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 454px;
	background: #f1eacd;
	text-align:centre;
}

#headerimages img {
	margin-left: 10px;
	margin-top: 10px;
}

/* Main Content */

#contentwrapper {
	background: url(images/paper-bg.jpg) repeat-y left;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
}

#headerprint {
	width: 665px;
    text-indent: 600px;
}

#content  {
	margin: 0;
	padding: 0;
	color: #3f3f3c;
	text-align: left;
	position: relative;
	width: 497px;
}

#content h2 {
	font-size:1.8em;
	padding-bottom: 15px;
	font-weight: normal;
}

#content p {
	width:465px;
	font-size: 1.4em;
	padding-bottom: 15px;
 }

#content a, #content a:visited {
    color: #817b67;
    text-decoration: underline;
}

#content a:hover {
    color: #3f3f3c;
    text-decoration: underline;
}

#content ul {
	font-size: 1.4em;
	margin-left: 35px;
}

img.credit {
	margin-left: 6px; 
	margin-top: 57px; 
}
 
 /* sidecolumn css */
#sidebar {
	float: right;
	width: 193px
}
 
#sidepanel {
	height: 397px;
	width: 193px;
	z-index: 1;
	margin: 0;
	padding: 0;
} 

#sidepanel .bottompanel {
	background: url(images/sidebar-bottom.png) no-repeat bottom left;
	margin: 0;
	height: 20px;
}

#sidepanel .toppanel {
	background: url(images/sidebar-top.png) no-repeat;
	margin: 0;
	height: 16px;
}

#spcontent {
	text-align: center;
	background: url(images/sidebar-bg.png) repeat-y;
        padding-bottom: 40px;
}

#sidepanel img {
	padding-bottom: 40px;
}

#sidepanel p {
    color: #333333;
    font: italic bold 1.8em 'BookAntiqua-BoldItalic', 'Book Antiqua', 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    line-height: 26px;
	width: 151px;
	margin: 0 auto;
}

/* Footer */
#footer {
	background: url(images/paper-bottom.jpg) no-repeat bottom left;
	color: #000;
	padding-bottom: 20px;
}

#footer p {
	background: url(images/paper-bg.jpg) repeat-y left;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 1.2em;
	color: #3f3f3c
}

#footer a, #footer a:visited {
    color: #817b67;
    text-decoration: underline;
}

#footer a:hover {
    color: #3f3f3c;
    text-decoration: underline;
}
/* End of 'Layout: WalkNelson' */

