/* CSS file for wcc 2007 homepage */

.reg a, .news-head, .news, .quote {
	color:#d1d1d1;
}

#content {
	background: #171313 url(doorway_man.jpg) no-repeat top center;
	min-height:520px;
}
* html #content {
   /* height: expression((content.clientHeight < 520) ? "520px" : "auto" ); */
   height:520px;
}
#content table {
  margin:0;
  padding:0;
  width:100%;  
  border:0;
  border-collapse:separate;
  border-spacing:0;
  empty-cells:hide;
  vertical-align:top;
}

.phrase-first, .phrase-second {
	font-weight: bold;
	font-size: 175%;
}
.phrase-first {
	color: #7a8083;
}
.phrase-second {
	color:#ccccc9;
	background-color:#641b18;
	padding: 2px;
	text-align:center;
}
/*
.content-left {position:absolute;}
.tagline1 {
	position:relative;
	top:33px;
	left:48px;
	z-index:0;
}
*/
.tagline1 {
	margin-left:50px;
}

* html .tagline1 {
	margin-left:54px;
}
.tagline1 .phrase-second {
	display:block;
	margin-left: 150px;
	margin-top: 10px;
	width:170px;
}

.reg, .reg-hover {
	width: 163px;
	text-align: center;
	margin-top: 56px;
	margin-left:52px;
	height:80px;
}
* html .reg,
* html .reg-hover {
	margin-top:103px;
}
.reg {
	background: #171313 url(button_reg.gif) no-repeat center;
}
.reg-hover { 
background: url(button_reg_active.gif) no-repeat center;
}
.reg a, .reg-hover a {
	font-size: 120%;
	text-decoration:none;
	position:relative;
	top:47px;
}
.reg a:hover, .reg-hover a:hover {color:#fff;}

.news-head, .news {margin-left:57px;}
.news-head {
	margin-top: 17px;
	background: #171313 url(corners_news.gif) no-repeat center;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	line-height: 1.7em;
	width: 150px;
}
.news {
	font-size: 75%;
	border: 1px dotted #393939;
	border-top: none;
	width: 138px;
	padding: 5px;
}
.news .high {
	font-size:110%;
}
.quote {
	float: right;
	font-family: Verdana,sans-serif;
	font-size: 75%;
	width: 230px;
	margin: 140px 40px 0 0;
}
.tagline2 {
	margin-top: 380px;
	text-align:right;
	margin-right:75px;
}

.verse {
	color:#ccccc9;
	font-family: Verdana,sans-serif;
	font-size:85%;
	margin-top:10px;
}
* html .verse {
	margin-top:12px;
}
