/* Foundations content style sheet */
/* this is an externalsheet */
/* file name - contentstyles.css */
/* NO HTML MARKUP ALLOWED */


body {
	background-color: #DEB887;
	background-image: url(http://www.nootherfoundation.org/images/sidewall.gif);
	background-repeat:repeat-y;
	background-position: top left; 
	background-attachment:fixed;
	margin-left: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: sans-serif;
}

a:link, a:visited {
	color: #8B4513;
	text-decoration: none;
}

a:active, a:hover {
	color: #FF4500;
	text-decoration: underline;
}

address {
	text-align: center;
	}

p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	}

div.floatright { 
	float: right; margin: 0px 0px 0px 0px; 
	}

div.content { 
	width: 700px;
	margin-left: auto ;
  	margin-right: auto ;
	}


div.rounded-box {
    position:relative;
    width: 700px;
    background-color: #FAEBD7;
    margin: 3px;
}



/*********************
GLOBAL ATTRIBUTES #D2B48C
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#DEB887; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#FAEBD7; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents {position: relative; padding: 8px; color:#000;}