/* HEADER */
#header {
	border: 0px solid #fff;
	width: 100%;
	height: 115px;
	padding: 0;
	margin-top: 35px;
	border: solid #fff 0px;
	min-width: 800px;
	float: left;
	background: url("http://www.triplecrosscues.com/images/txq-Logov3.gif") no-repeat 40PX ;
	}

#header .phrase {
	float: right;
	text-align: center;
	font-size: 120%;
	border: solid #fff 1px;
	}

#header2 {
	border: solid 0px #fff;
	margin-right: 40px;
	float: right;
	width: 450px;
	margin-top: 1em;
	height: 100px;
	}
		
#header img {
	float: left;
	margin-left: 40px;
	}

#header ul {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	list-style: none;
	font-size: 120%;
	border: 0px solid #fff;
	height: 100px;
	
	}
	
/* BODY */
body { position:  relative;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: serif;
	width: 100%;
	background: #000;
	min-width: 800px;
	}
	
#header2 h1 {
	display: block;
	border: 0px solid #fff;
	font-size: 140%;
	color: #f00;
	position: absolute;
	left: 454px; top: 100px;
	}

#featured {
	float: right;
	width: 300px;
	border: 0px solid #fff;
	padding: 2em
	}
	
h2 {
	color: #F00;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	}

h3 {color:#f00;
	margin-bottom: 0;
	
	}
	
/*ALL LINKS */
a:link {
	color: #FF0000;
	font-size: 4;
	text-decoration: none;
	}

a:visited {
	color: #FF0000;
	font-size: 4;
	text-decoration: none;
	}
	
a:hover {
	color: #CCC;
	font-size: 4;
	text-decoration: none;
	}	
		
	
/* CONTAINS EVERYTHING WITHIN THE <body></body> TAGS EXCLUDING THE <body> TAGS */
#wrapper {position:  relative;min-width: 800px;
	width:100%;
	height: 100%;
	float: left;
	background: url("http://www.triplecrosscues.com/images/left-bottom-frame.gif") no-repeat bottom left ;
	}

#wrapper2 {
	width:100%;
	height: 100%;
	float: left;
	background: url("http://www.triplecrosscues.com/images/right-top-frame.gif") no-repeat top right;
	}
	
#wrapper3 {
	width:100%;height: 100%;
	float: left;
	background: url("http://www.triplecrosscues.com/images/left-top-corner.gif") no-repeat top left;
	}

#wrapper4 {
	width:100%;height: 100%;
	float: left;
	background: url("http://www.triplecrosscues.com/images/right-bottom-corner.gif") no-repeat bottom right;
	}
	
	
#encompass {
	float: left;
	width: 100%;
	padding-bottom: 4em;
	}
	
#content {
	float: left;
	width: 60%;
	margin-right: 40px;
	}

#content img {
	margin-left: .5em;
	margin-bottom: .5em;
	}
	
#menu {
	float: left;
	border: 0px solid #fff;
	margin-left: 30px; 
	text-align: center;
	}

#menu ul {
	list-style: none;
	font-weight: bold;
	width: 200px;
	border: 0px solid #fff;
	
	}
	
#menu li {
	margin-bottom: .5em;
	margin-left: -2em;
	font-size: 120%;
	border: 0px solid #fff;
	} 
	
#cues ul{
	
	border: 1px solid #ccc;
	}
	
p.center {
        display:none;
	text-align: center;

	}
	
p.phn {
	padding-top: 2.5em;
	}
	
hr {
	width: 100px;
	background-color: #000;
	border: 0;
	border-top: dashed 1px #666;
	
	
	}
	