/*slices CSS*/

/* Table styling*/

#Table_01 {
	width:960px;
	height:506px;
	position:relative;
	top:125px;
}

	#week10-01_ {
		position:absolute;
		left:0px;
		top:0px;
		width:960px;
		height:161px;
		background-image:url('images/brown-gradient.jpg')
	}

	#week10-02_ {
		position:absolute;
		left:0px;
		top:161px;
		width:366px;
		height:72px;
		border:1px solid #EFDFB6;
		background-image:url('images/orange-gradient.jpg')
	}

	#week10-03_ {
		position:absolute;
		left:366px;
		top:161px;
		width:291px;
		height:72px;
		border:1px solid #EFDFB6;
		background-image:url('images/orange-gradient.jpg')
	}

	#week10-04_ {
		position:absolute;
		left:657px;
		top:161px;
		width:302px;
		height:72px;
		border: 1px solid #EFDFB6;
		background-image:url('images/orange-gradient.jpg')
	}

	#week10-05_ {
		position:absolute;
		left:0px;
		top:233px;
		width:960px;
		height:273px;
	}

	
/*End Table styling*/


* {
	padding: 0;
	margin: 0;
}


body {
	background-color:#64553E;
	color:black;
	line-height: 1.6em;
	font-size: 1em;
	color: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(images/palm-tile.png);
}

#inner-wrapper {
	width: 960px;
	margin: 0 auto;
	float:right;
	position:relative;
	left:-132px;
	top:-100px;
	/*border:1px solid black;*/
}

#outer-wrapper {
	width: 1092px;
	margin:0 auto;
	position: relative;
	left:66px;
}

h1 {
	font-size:2.6em;
	color:black;
	margin:0 auto;
	text-align: center;
	padding:.7em 0 .2em 0;
}

h2 {	
	font-size:1.2em;
	margin: 0 auto;
	text-align:center;
	padding:.2em 0 1.6em 0;
	color:#008B9A;
}
	
h3 {
	font-size:1.2em;
	line-height:1.5em;
	color:black;
	padding: .7em 0 .7em 0;
	margin:0 auto;
	width: 550px;
}

h4 {
	font-size:22px;
	color:white;
	position:relative;
	top:20px;
	text-align:center;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#EFDFB6;
	height:125px;
	width:960px;
	
}

#table {
	background-color: #5E4F3C;
	margin: 0;
}

#click {
	background-color:#EFDFB6;
	color: black;
	margin:0 auto;
	position:relative;
	padding:25px 0;
	top:125px;
}

#click p {
	padding: .7em 0 .7em 0;
	font-size:12px;
	margin: 0 auto;
	width:450px;
}

#click a:hover {
	color:orange;
}

#knife{
	position:relative;
	left:-132px;
	top:175px;	
}

.centered  {
	margin: 25px auto 55px auto;
	display:block;
}
	

.attribute-caption {
	font-size:.6em;
	text-align:center;
	margin-bottom:40px;
}



/*Rollover*/
a.rollover {
	display:block;
	width:960px;
	height:273px;
	background: url('images/sprite.png')
}

a.rollover:hover {
	background-position: -960px 0;
}
/*end rollover*/

.gg  {
	font-size:18px;
	color:white;
	text-align:center;
	padding: 6px 0;
	line-height:26px;
	position:relative;
	top:18px;
	width:800px;
	margin:0 auto;
}
	
.myhomelink {
	position: absolute;
	top:40px;
	left:120px;
	font-size: 20px;
}

	
#logo {
	position:relative;
	top:20px;
	left:20px;
}

#tri-c-nav {
	position: relative;
	top:0px;
	left:0;
	width:980px;
}

#tri-c-nav li {
	width:130px;
	font-size:16px;
	float:right;
	list-style-type:none;
}
	
#tri-c-nav a:link {
	color:#9CBCB9;
}

#tri-c-nav a:visited {
	color:white;
}

#tri-c-nav a:hover {
	color:orange;
}

#tri-c-nav a:active {
	color:orange;
}




	
#search-box {
	position:relative;
	top:-50px;
	left:525px;
}

	
/*colors
beige-#E8CE88
tri-c green-#008B9A
light beige-#EFDFB6
brown-#412E1B
green-#166000
*/