/* CSS Document */

body {
<!--	background-color:Cornsilk; oldlace, gold-->
      background-color:oldlace;
	margin:10px;
	font-family: "Comic Sans MS", "Bradley Hand ITC", Andy, "Kristen ITC";
	font-size:16px;
	color:Purple;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:Purple;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:Purple;
	color:White;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:"Comic Sans MS", "Bradley Hand ITC", Andy, "Kristen ITC";
	font-size:200%;
	color:Purple;
	font-weight:normal;
}

/* 

THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* 

PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* 

THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:800px;
	margin:0 auto 0 auto;
}
/* <!-- Chaned width above from 600 to 800 -->*/
/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:Right;
}
/*<!-- Chaned width above from 200 to 120 -->*/

#sidebar h1 {
	font-family:"Comic Sans MS", "Bradley Hand ITC", Andy, "Kristen ITC";
	text-align:Right;
	font-size:200%;
	color:Orange;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:center;
}

#menu a {
	color:Purple;
	background-image:url(images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:20px;
	text-decoration:none;
}

#menu a:hover {
	color:Orange;
	background-image:url(images/backgrounds/a_hover.jpg);
}


/* 

THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Comic Sans MS", "Bradley Hand ITC", Andy, "Kristen ITC";
	text-align:left;
	font-size:200%;
	color:Orange;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	/*background-image:url(images/stone.gif);*/
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}

