/*********************************
	Body,Container,and header
*********************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	background-color: #523212;
	margin-top:0px;
	background-image: url(day_tile.jpg);
	background-repeat: repeat-x;
	text-decoration:none;	
}
#container {
	width:760px;
	margin:0px auto 20px auto;
}
#header {
	height:180px;
	margin-bottom: -5px;
}

/********************************
			titles
*********************************/
.title{
	float:right;
	padding-right:2px;
	margin:-30px;
	border:none;
	}
/********************************
			Content
*********************************/
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:605px;
	color: #FFFFFF;
	font-size:1em;
	text-align: left;
	margin-left:44px;
	margin-bottom:10px;
	padding:30px;
	background-image: url(roots/centerpeice.gif);
	background-repeat: no-repeat;
	background-color: #8B7A68;
	border: 5px solid #000000;
	float: none;
}
#content a:link{
	color:#523212;
	}
#leftroots {
	background-image:url(roots/leftroots.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:-6px;
	padding:0px;
	width:44px;
	height:379px;
	z-index:7;
}
#rightroots {
	background-image:url(roots/rightroots.gif);
	background-repeat:no-repeat;
	float:right;
	padding:0px;
	width:41px;
	height:470px;
	margin-top:-13px;
	z-index:7;
}
/********************************
			Navbar
*********************************/
#navcontainer {
	background-image: url(roots/toproots.gif);
	background-repeat:no-repeat;
	width: 628px;
	height:79px;
	z-index:10;
	margin-top:8px;
	margin-left:20px;

  }
#navbar {
	position:relative;
 	height: 164px;
  	width:473px;
  	text-decoration: none;
  	z-index:0;
  	font-size:1em;
	background-image:url(verde_navbar.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:240px;
  }
#navbar li a{
	text-indent:-9999px;
}
#navbar .casa{
	position:absolute;
	left:-3px;
}
#navbar .travel{
	position:absolute;
	left:87px;	
}
#navbar .life{
	position:absolute;
	left:187px;	
}
#navbar .about{
	position:absolute;
	left:267px;
	}
#navbar .contact{
	position:absolute;
	left:366px;
}
#navbar li {
display: inline; 
}
#navbar li a { 
display: block;  
height: 27px;
width: 90px;
text-decoration: none;
}
#navbar li a:hover {
background-image:url(verde_navbar.jpg);
background-repeat:no-repeat; 
}
a#casa:hover { background-position: -474px 0%; }
a#travel:hover {background-position: -564px 0%; }
a#life:hover { background-position: -664px 0%; width:75px; }
a#about:hover {background-position: -744px 0%; }
a#contact:hover { background-position: -843px 0%; width:98px;}


/********************************
			Footer
*********************************/
#footer {
	width:760px;
	margin-bottom:30px;
	color:#BCAEA3;
	margin-bottom:25px;
	text-align: center;
}
#footer img{
	border:none;
	margin:0px;
	padding:0px;
}
/********************************
			SecFooter
*********************************/

#secfooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #8B7A68;
	text-align: center;
	color:#BCAEA3;
	margin-bottom:0px;
	padding:3px;
	width:100%;
	left:0;
	position:fixed;
	bottom:0px;
	z-index:4;
	text-decoration:none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
#secfooter img{
	padding:0px;
	margin:0px 0px -2px 0px;
	border:none;
}
/********************************
			styles
*********************************/
img {
	padding:1px;
	margin:5px 10px 5px 1px;
	border: 4px solid #523212;
}
/********************************
			Heading
*********************************/
h1, h2, h3 {
	color:#FFF;
	margin:0px;
	padding:0px;
}

/********************************
			Links
*********************************/
a:link, a:visited{
	text-decoration:none;
	color:#BCAEA3;
	padding-top:10px;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/********************************
			Classes
*********************************/
.bold {
	font-weight: bold;
	color: #FFFFFF;
}
.floatleft {
	float:left;		
}
.floatright {
	float:right;
}
.white {
	color:#FFFFFF;
}
.blue{
	color:#193672;
}
.green{
	color:#006600;
	font-weight: bold;
}
.black{
	color:#000000;
}

