/* mac hide\*/
html, body {height:100%}
/* end hide */

html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:justify;
	background-image: url('images/bg.png');
    background-repeat: repeat-x;
	background-color: #630920;
	color: #000000;
	min-width:760px;
}
#outer{
	min-height:100%;
    border-left: 1px solid #fbea75;
    border-right: 1px solid #fbea75;
    width: 850px;
	text-align:left;
	margin:-52px auto 0;/* negative top margin top make room for footer*/
	background-image:url('images/marble.png');
	background-repeat: repeat-y;
	position: relative;
	background-color: #e3e2d7;
	-moz-box-shadow: 0 0 2em #000000;
    -webkit-box-shadow: 0 0 2em #000000;
    box-shadow: 0 0 2em #000000;
}


p {
    color: #696969;
    font: normal .80em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
}

ul {
    color: #696969;
    font: normal .80em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	list-style-type: circle;
	list-style: outside;
}

blockquote {
    color: #696969;
    font: normal .90em/1.6em 'Times New Roman', Verdana, 'Trebuchet MS', Tahoma, sans-serif;
    font-weight: italic;
}

hr {
    color: #696969;
    margin: 15px 0px 10px 0px;
}

h1 {
    font: normal 2.1em Georgia, "Times New Roman", Times, serif;
    color: #696969;
    padding: 0 0 5px 0;
    margin: 15px 5px 10px 5px;
    letter-spacing: -1px;
}

h2 {
   font: normal 2.8em Georgia, "Times New Roman", Times, serif;
   color: #ffc22f;
   padding: 0 10px 10px 0;
   margin-left: 22px;
   letter-spacing: -1px;
   text-shadow: 4px 4px 4px #000;
}

h3 {
   font: normal 2em Georgia, "Times New Roman", Times, serif;
   color: #696969;
   letter-spacing: -1px;
}

h4 {
   color: #696969;
}
 
* html #outer{
	height:100%; /*IE treats height as min-height anyway*/
	width:760px;
	w\idth:758px;
}


#header{
	position:absolute;
	top:52px;/*place it at top of screen but remembering that we have dragged the outer upwards by 52px*/
	border-bottom: 1px solid #fbea75;
	color: #000000;
	z-index:100;
	height: 270px;
    background-image: url('images/head01.png');
    border-bottom: 1px solid #fbea75;
    width: 850px;
}

#head {
    min-height: 270px;
    /*background-image: url('images/head1.png');*/
    border-bottom: 1px solid #fbea75;
    width: 850px;
    margin: 0 auto;
}

#graftem {
    background-image: url('images/graftem.png');
	margin-top: 180px;
	margin-left: 20px;
	text-indent: -3000px;
	background-repeat: none;
	width: 545px;
	z-index: 3;
	position: absolute;
	height: 78px;
	
}

#ornament {
    position: relative;
    z-index: 3;
    margin-top: 0px;
    margin-left: 600px;
}



#left {
	position:relative;
	width: 200px;
	float:left;
	/*padding-top:122px; /*needed to make room for absolute header*/
	height: 300px;

    margin-left: 5px;
    margin-top: 370px;
    

}

#left  a { 
	
	text-decoration: none;
	color: #e0dac4;
	display: block;
	width: 100%;
	outline: none;
    font: normal 1.6em Georgia, "Times New Roman", Times, serif;
}


#left  a:hover { 

	text-decoration: none;
	color: #f5c10e;
	display: block;
	outline: none;
	width: 100%;
	outline: none;
    font: normal 1.6em Georgia, "Times New Roman", Times, serif;
}

#left  ul { 
    line-height:40%;
	list-style-image:url('images/liststyle.png');
}



#footer {
	width:850px;
	clear:both;
	height:50px;
	background-color: ;
	color: #000000;
	text-align:center;
	margin:auto;
	border-top: 1px solid #fbea75;
}

#content, #note { text-align:justify; width:300px; }
#note { border:2px solid #D84; margin-bottom:1em; display:none; background-color:yellow; padding:5px; cursor:default; }
#sliding_popup { position:fixed; left:0px; display:block; width:100%; padding:0px; margin:0px; }

.footer {
    margin-top: 20px;
	color: #dfd92e;
	text-shadow: 2px 2px 2px #000;
	font: normal .60em/1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
}

.goodies {
   font: normal 1.5em Georgia, "Times New Roman", Times, serif;
   color: #696969;
   letter-spacing: -1px;
}

.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#F0F8FF')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#F0F8FF');
background-color:#fff; 
padding:4px; 
border:1px solid #000; 
margin-left: 35px;
}

a:link    {color: #696969; text-decoration:underline}
a:visited {color: #696969; text-decoration:underline}
a:hover   {color: #696969; text-decoration:none}
a:active  {color: #696969; text-decoration:underline}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#centrecontent {
	width:560px;
	min-height: 500px;
	float:right;
	padding-top:350px;/*make room for absolute  header*/
	background-color: #e3e2d7;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#loading{
	text-align: center;
	visibility: hidden;
}


html>body #minHeight{float:right;width:0;height:100%;margin-bottom:-52px;} /*safari wrapper */
.clearer{height:1px;overflow:hidden;clear:both}
