/* CSS Document */

body {
	background-color:#F2E9E0;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C17E7E;

	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#330000;
	text-decoration: underline;

}

a:hover {
	color: #330000;
	text-decoration: none;



}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

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

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

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

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

#container {
	width:650px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-image: url(images/end.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top: thick solid #FFFFFF;
	border-right: thick solid #FFFFFF;
	border-bottom: medium solid #CC6666;
	border-left: thick solid #FFFFFF;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:168px;
	float:right;
	background-color: #996666;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/bknd.gif);
	border-top: thick solid #FFFFFF;
	border-right: thick none #FFFFFF;
	border-bottom: thick solid #330000;
	border-left: thick none #FFFFFF;
}

#sidebar h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:16px;
	color:#330000;
	border-bottom:medium double #FFFFFF;
	padding-left: 10px;
}

#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:24px;
	color:#330000;
	border-bottom:medium double #FFFFFF;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
	line-height: 20px;
	margin: 0px;}

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


/* THE MENU */

#menu {
	text-align:left;
	margin-left: 10px;
}

#menu a {
	color:#FFFFFF;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#330000;


}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	border-right:1px none #cccccc;
	width: 460px;
	padding-left: 5px;
	margin-top: 5px;




}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:16px;
	color:#330000;
	border-bottom:thin solid #C17E7E;
	padding-top:0px!important;
	padding-top:0;
	background-image:url(images/end.gif);
	background-position:center center;
	background-repeat:no-repeat;
	margin-top: 16px;

}

#content p {
	line-height:15px;
	margin-right: 15px;
	margin-left: 15px;

}

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

#content li {
	list-style-type: square;


}

/* THE FOOTER */

#footer {
	width:700px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	border-top:1px none #cccccc;
	background-image: none;

}
h2 {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 5px;
	margin-left: 10px;
	color: #663333;


}

