

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 color: black;
 }	 
	
.nav {
	background-color : #fffe94;
	margin-bottom : 1px;
	padding : 5px;
	height : 18px;
	width : 170px;
	
	padding-left : 10px;
}
.navtext {
	font-family : century gothic, helvetica,arial, sans-serif;
	font-weight : normal;
	font-size : 12px;
}

.cnav {
	background-color : #fffe94;
	margin-bottom : 1px;
	padding : 5px;
	height : 18px;
	width : 170px;
	color : firebrick;
	padding-left : 10px;
}
	 
.hnav {
	background-color : #fffe94;
	margin-bottom : 1px;
	padding : 5px;
	height : 18px;
	width : 185px;
	font-family : century gothic, helvetica,arial, sans-serif;
	font-weight : normal;
	font-size : 14px;
}

	 
#left{
 border-right :1px solid #d3aa4d;
 top:155px;
 left:0;
 width:196px;
 background : url(http://www.jessiehipolit.com/cptw/images/nav_background.png);
 background-repeat : repeat_y;
 z-index:3;
 color: #333333;}

.tablink {
	text-decoration : none;
	color : black;
}
.tablink:hover {
	color : olive;
}
.tablink:visited {
	color : black;
}	

.navlink {
	text-decoration : none;
	color : black;
}
.navlink:hover {
	color : firebrick;
}
.navlink:visited {
	color : black;
}	

 
 .breakout {
 	margin : 10px;
	border : 1px solid sienna;
	color : black;
	background-color : #fffe94;
	padding : 10px;
	width : 180px;
 }
 
.lookhere {
width : 300px; margin : 10px; font-family : century gothic,verdana,sans-serif; font-size : 14px; font-weight : bold; text-align : center; border : 1px solid black; padding : 10px; background-color : #fffe94;
}

.loud {
	color : firebrick;
	font-weight : bold;
}

#content {
padding : 10px;
 background : url(http://www.jessiehipolit.com/cptw/images/body_background.jpg);
	background-repeat : no-repeat;
 	background-repeat : repeat-x;
}

#hdr{
 height:179px; 
	background:url(http://www.jessiehipolit.com/cptw/images/header_background.png);
 width:100%;
 color: black; 
 margin:0;
  }

#ftr {
	padding : 6px;
	 background: url(http://www.jessiehipolit.com/cptw/images/footer_background.jpg);
	 color: white;
	 font-family : century gothic, helvetica,arial, sans-serif;
	 font-size : 10px;
	 text-align : center;
 }

