body {
	margin: 0px;
	background-color: #D4Ca95;
	background-attachment: fixed;
	background-image: url(images/picturebkgr.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Century Gothic", Verdana;
	font-size: 14px;
	color: #353325;
	cursor: default;
	}
a {
	color: #6a654b;
	letter-spacing: 2px;
	border-bottom: #6a654b dotted thin;
	text-decoration: none;
	}
a:visited {
	color: #000000;
	letter-spacing: 2px;
	border-bottom: #6a654b dotted thin;
	text-decoration: line-through;
	}
a:hover {
	color: #353325;
	letter-spacing: 2px;
	border-bottom: #353325 dashed thin;
	cursor: e-resize;
	}
h1 {
	}
h2 {
	}
h3 {
	}
b {
	}
strong {
	}
blockquote {
	}
q {
	}
ol {
	}
ul {
	}
li {
	}
dl {
	margin: 0px 6px;
	}
dt {
	font-weight: bold;
	font-variant: small-caps;
	}
dd {
	font-style: italic;
	}
/*Page Views */
.splash {
	background-attachment: scroll;
	background-color: #D4Ca95;
	background-image: url(images/picturesplash.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
.index {	
	}
.iframepage {
	background-color: #aeb690;
	background-image: none;
	margin: 0px;
	padding: 0px;
	}
/*General Layout*/
.pagebody {
	position: absolute;
	}
.title {
	width: 775px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-attachment: scroll;
	background-color: #D4Ca95;
	background-image: url(images/picturesheader.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
.titlename {
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 1px 8px;
	font-size: 24px;
	text-align: center;
	background: #f8f7f8;
	border: #353325 dotted thin;
	}
.titledescription {
	position: absolute;
	top: 65px;
	left: 68px;
	padding: 1px 8px;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	background: #f8f7f8;
	border: #353325 dotted thin;
	}
.pagename {
	position: absolute;
	top: 350px;
	left: 193px;
	padding: 1px 8px;
	font-size: 24px;
	text-align: center;
	background: #f8f7f8;
	border: #353325 dotted thin;
	}
.index .pagename {
	font-size: 0px;
	display: none;
	}
.mainbody {
	width: 500px;
	}
.content {
	position: absolute;
	top: 420px;
	left: 40px;
	width: 388px;
	padding-bottom: 6px;
	}
.sidebar {
	position: absolute;
	top: 460px;
	left: 439px;
	width: 239px;
	height:400px;
	padding-bottom: 6px;	
	}
/*Main Content*/
.content p {
	margin: 6px;
	}
/*Side Bar*/
.box {
	}
.boxtitle {
	height: 20px;
	background-attachment: scroll;
	background-image: url(images/sidehead.gif);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}
.boxcontent {
	margin: 0px;
	padding: 0px;
	}
#nav {
	width: 239px;
	height: 100px;
	}
#nav ul {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
#link {
	width: 239px;
	height: 50px;
	}
#link img {
	margin: 6px;
	}
#about {
	width: 239px;
	height: 150px;
	}
