

/************    general     ****************/

body {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

html>body { 
	*margin-left: none;
}

img {
   border: none;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}



/************ framework for all pages ****************/


#container {
	position: absolute;
	height: 100%;
}

#header {
	position: absolute;
	z-index: 0;
}

#footer {
	background-image: url(../images/footer.jpg);
   background-repeat: no-repeat; 
	height: 250px;
	width: 800px;
	bottom: 0px;
	position: relative;
}


#main_home {
	position: relative;
	top: 190px;
	width: 800px;
	padding-bottom: 10%;
	z-index: 1;
}

#main {
	position: relative;
	top: 110px;
	width: 800px;
	z-index: 1;
}

#main_admin {
	position: relative;
	top: 110px;
	width: 800px;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 1;
}

#left {
   width: 180px;
   float: left;
   margin: 0;
   margin-left: -55px;
}

#right {
   margin-left: 180px;
   margin-right: 100px;
}

#right_admin {
   margin-left: 20px;
   margin-right: 160px;
}

#footer_text {
	text-align: center; 
	color: #082A34;
	bottom: 8px;
	position: absolute;
	width: 800px;
}

/************     element positioning     ****************/

#stones {
	margin-top: 10px;
	margin-left: 75px;
}

#title_home {
	margin-top: -75px;
	margin-left: 240px;
}

#title {
	margin-top: 30px;
	margin-left: 70px;
}

#mural_home {
	margin-top: -60px;
	margin-left: 620px;
	z-index: 1;
}

#mural {
	margin-top: -50px;
	margin-left: 590px;
	z-index: 1;
}

/****   header styles   *****/

h1 {
	font-size: 180%;
	color: #B0513F;
	font-weight: normal;
	line-height: 180%
}

h2 {
	font-size: 120%;
	color: #082A34;
	font-weight: bold;
	line-height: 150%;
}

h3 {
	font-size: 100%;
	color: #082A34;
	font-weight: bold;
	line-height: 110%;	
}

.list {
	list-style-type: solid;
	display: list-item;
	padding-bottom: 5px;
	margin-left: 15px;
}

.highlight {
	font-size: 120%;
	line-height: 130%;
	font-style: italic;
	width: 450px;
}

.intro {
	/*border: solid;
	border-color: #B0513F;
	border-width: 1px;*/
	width: 450px;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 8px;
	font-size: 14px;
}

.indent {
	margin-left: 15px;
	padding-bottom: 8px;
}

/****   link styles   *****/

a:link { color: #B0513F; text-decoration:underline; }
a:visited { color: #B0513F; text-decoration:underline; }
a:hover { color: #082A34; text-decoration:underline; }
a:active {color:#082A34; text-decoration:underline; }

a.list:link { color: #082A34; text-decoration:none; }
a.list:visited { color: #082A34; text-decoration:none; }
a.list:hover { color: #B0513F; text-decoration:underline; }
a.list:active {color:#B0513F; text-decoration:underline; }

a.menu:link { color: #082A34; text-decoration:none; }
a.menu:visited { color: #082A34; text-decoration:none; }
a.menu:hover { color: #B0513F; text-decoration:underline; }
a.menu:active {color:#B0513F; text-decoration:underline; }

a.footer:link { color: #082A34; text-decoration:none; }
a.footer:visited { color: #082A34; text-decoration:none; }
a.footer:hover { color: #B0513F; text-decoration:underline; }
a.footer:active {color:#B0513F; text-decoration:underline; }



