/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #8b565f;
	background-position:center;
	background-repeat:repeat-y;
	
}

a {
	color: #8b565f;
font-size: 100%;}




a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
color: #FFC6C6;}





h1 {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 200%;
	color: #660000;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-bottom-color: #CAA9A4;
	line-height: normal;
	border-top-color: #CAA9A4;
}



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

#title {
	width: auto;
	text-align:center;
	margin-bottom:0px;
	border: 1px #00a0c4;
	line-height: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}



/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
	margin-top: 10px;
}

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

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width: 180px;
	float: right;
	padding: 5px;
	overflow: hidden;
}

#sidebar h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align: left;
	font-size: 180%;
	color: #336666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD8D8;
	border-top-style: none;
	padding: 2px;
}

#sidebar p {
	line-height: 20px;
}
#content img {
display:inline;
}

.left {
margin: 20px 10px 5px 0px;
float: left;
}

.right {
margin: 20px 0em 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}


/* THE MENU */

#menu {
	text-align: left;
}

#menu a {
	color: #336666;
	background-image: url(images/backgrounds/a.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 20px;
font-size: 110%;
text-decoration: none;}


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




/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:200px;
	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: "Trebuchet MS", Arial, Verdana;
	text-align: left;
	font-size: 185%;
	padding-top: 6px!important;
	padding-top: 0;
	background-image: url(images/logo2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #e8dfe1;
	color: #A62B26;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align: left;
	font-size: 150%;
	padding-top: 6px!important;
	padding-top: 0;
	background-position: top right;
	background-repeat: no-repeat;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align: left;
	font-size: 120%;
	padding-top: 6px!important;
	padding-top: 0;
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 10px;
}

#content h4 {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align: left;
	font-size: 120%;
	padding-top: 6px!important;
	padding-top: 0;
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 20px;
}

#content h5 {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align: left;
	font-size: 120%;
	padding-top: 6px!important;
	padding-top: 0;
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 20px;
}

#content p {
	line-height:20px;
	text-indent:15px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

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

#content li {
	list-style-image:url(images/backgrounds/logopeq.gif);
	line-height: 20px;
	list-style-type: none;
}

/* THE FOOTER */

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