body {
	margin: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/scribble.jpg);
	background-position: top;
	background-repeat: no-repeat;
	/*background-color: #FFFFFF;*/
}

#indexmain {
	position: relative;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/indexpencil.jpg);
	background-position: top;
	background-repeat: no-repeat;
	/*background-color: #FFFFFF;*/
}

#indextitle {
	z-index: 2;
	position:absolute;
	width: 400px;
	top: 215px;
	right: 0px;
	
	text-align: right;
	
}

#indexnavigation {
	position:absolute;
	top: 300px;
	right: 0px;
	font-family: georgia, times new roman, serif;
	font-size: 13px;
	color: #5b6b7b;
	/*background-color: #fafafa;*/
	text-decoration: none;
	margin: 0px 0px 0px 500px;
	padding: 0px 0px 5px 0px;
	width: 150px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-align: left;
}

#indexcontent {
	z-index: 3;
	position:absolute;
	top: 345px;
	right: 240px;
	width: 400px;
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	color: #5b6b7b;
	text-decoration: none;
	text-align: justify;
	
	/*background-color: #FFFFFF;*/
	line-height: 20px;
}

#navigation {
	float: left;
	font-family: georgia, times new roman, serif;
	font-size: 13px;
	color: #5b6b7b;
	/*background-color: #fafafa;*/
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	width: 150px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-align: left;
}


#content {
	margin-left: 210px;
	
	width: 550px;
	padding: 10px 5px 0px 25px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	/*background-color: #FFFFFF;*/
	line-height: 30px;
}

#footer {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	color: #5b6b7b;
	padding: 40px 0px 10px 0px;
	text-align: center;
	clear: left;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	/*background-color: #FFFFFF;*/
}

/***********************************
	LINKS
***********************************/

a {
	color: #5b6b7b;

}

a:hover {
	color: #e18b41;
	
}

a.small-navigation {
	color: #5b6b7b;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #e18b41;
	
}

a.navigation {
	color: #5b6b7b;
	border-width: 0px 0px 0px 0px;
	border-color: #fafafa;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 0px 6px 0px 5px;
	text-align: right;
	font-weight: normal;
	line-height: 20px
}

a.navigation:hover {
	border-color: #5b6b7b;
	color: #e18b41;
	background-color: #ffffcc;
	
}


.indexnav {
	margin-top: 300px;
	margin-left: 300px;
}

/***********************************
	MISCELLANEOUS
***********************************/
#header {
	padding: 0px 0px 35px 0px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	/*background-color: #FFFFFF;*/
}

hr {
	width: 100%;
	text-align: center;
	color: #e18b41;
	border: 0;
	background-color: #e18b41;
    height: 1px;
	margin: -3px 0px 0px 0px;
}

.crunchy {
	color: #e18b41;
	font-size: 36px;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 0px 0px;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	font-style: italic;
} 

.copy {
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	color: #5b6b7b;
	text-decoration: none;
	text-align: justify;
}

h1 {
	color: #5b6b7b;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	font-style: italic;
}

h2 {
	color: #5b6b7b;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	font-style: italic;
}

p {
	
	margin-top: 10px;
}