/**
* CSS
* marthahipley.com
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: monospace Verdana, sans-serif;
	background: #fdff9b;
	background-image: url(/files/banner.png);
	background-repeat:no-repeat;
	background-position: top right;
	width: 800px;
	overflow: auto;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #1f3c49;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #29300d; }
a:hover { text-decoration: none; font-weight: bold; }

a img { border: none; }

#menu {
    width: 175px;
    top: 90px;
    height: 100%;
    bottom: 0;
	right: 5px;
    position: absolute;	
    background: none;
}



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
position: absolute;
right: 250px;
    height: 500px;
    margin: 0 0 0 0px;
     width: 600px;
    top: 160px;

}

.container {
    padding: 5px 5px 25px 5px;
    z-index:1;
    
}

.container2 {
    padding: 0px 5px 5px 13px;
    z-index:2;
    
}

.contentbg {
	position:absolute;
	background-color: #fff;
    height: inherit;
    width: inherit;
	opacity:0.2;
    z-index:3;}

.idxhb {
	list-style: none;
	color: #b2b267;
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size:9px;
	}

.idxhb a:link { text-decoration: none; color: #8e8e4c;}


#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;
	float: left;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#abs {
	position:absolute;
    top: 200px;
    left: 100px;
    opacity:.25;
    padding:10px;
    min-height:450px;
    min-width:600px;
    border:dashed 1px black;
    background-color: white;
    z-index:1;
}
