body{
	background-color: black;
	color: white;
/*	font: 12px/170% verdana;*/
	font-family: "Lucida Grande",Verdana,"Lucida Sans Regular","Lucida Sans Unicode",Arial,sans-serif;
	font-size: 13px;	
	line-height: 155%;
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	margin: 0 auto;
	width: 960px;
}

img{
	border: 0px;
}

hr{
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #63CFF5;
}
h1{
	font: italic 30px Georgia;
	color: white;
	z-index: 10;
/*	font-family: "Droid Sans","trebuchet ms",sans-serif;*/
	font-size: 28px;
}
#title{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 700px;
/*	border: 1px dotted red;*/
}
#title a{
	border: none;
}
#blog-title{
	position: absolute;
	left: 175px;
	top: 20px;
	border: none !important;
	
}


h2{
	font: 19px Georgia;
	color: white;
	padding-bottom: 7px;
	border-bottom: 1px dotted #096C90;
	margin-bottom: 3px;
}

.sub-title{
	font: italic 30px Georgia;
	color: #B0B0B0;
}


a{
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px dotted white;
	color: white;
	cursor: pointer;
}

a:hover{
	color: white;
}

.blue1{
	color: #04435A;
}

#center-img{
	position: relative;
	top: 100px;
	left: 0px;
	background: url(../images/yz_index_center4.jpg) left top no-repeat;
	width: 960px;
	height: 419px;
	margin-bottom: 125px;
	
}

#big-bubble{	
	position: absolute;
	top: 0px;
	left: 287px;
	background: transparent url(../images/big_bubble.png) left top no-repeat;
	width: 402px;
	height: 230px;
	z-index: 99;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;


}
#big-bubble-txt{
	padding: 30px;
}

#about-me{
	position: relative;
	top: 49px;
	left: 30px;
	width: 584px;
	height: 232px;
	padding: 15px;
	color: black;
	font: 19px Georgia;
	line-height: 160%;
	z-index: 1;
	
}

#scoreboard{
	position: absolute;
	top: 10px;
	right: 121px;    
	width: 150px;
}

ul li {
	margin: 8px 0px;
	list-style: none;
}
#scoreboard ul li {
	margin: 8px 0px;
	list-style: none;
}
#scoreboard a{
	color: #09536A;
	border-bottom: 1px dotted #04435A;
}

#scoreboard a:hover{
	color: #04435A;
}


.internal-block{
	background-color: #032C39;
	padding: 15px;
}

#contact-form{
}

#blog-internal{
	display: block;
}

#blog-internal ul{
	margin-top: -3px;
}
#blog-internal ul li{
		margin-left: 0px;
}

input, textarea{
	color: #4B4B4B;
	background-color: #DBF6FD;
	border: 1px solid white;
	padding: 5px;
	font: 12px verdana;
}


#contact-link{
	position: absolute;
	top: 425px;
	left: 749px;
	letter-spacing: 1px;
}

.shorter{
	width: 680px;
}

.top-actions{
	position: absolute;
	top: 120px;
	margin-right: 20px;
}


#nav-menu{
	position: absolute;
	top: 67px;
	left: -10px;
}

#nav-menu div{
	margin-right: 7px;
	padding: 4px 12px 16px 12px;
	float: left;
	height: 24px;
	z-index: 999;
	overflow: visible;
}

#nav-menu div a{
	color: white;
	text-decoration: none;
	
}


#nav-menu .selected-section{
	background-color: #032c39;
	background: black url(../images/section_marker.png) center 29px no-repeat;
}

#resource-links{
	position: absolute;
	top: 20px;
	right: 0px;
}

#resource-links div{
	float: right;
	margin-left: 0px;
	height: 39px;
	display: block;
}

#resource-links a{
	border: none;
}

#resource-links #do-search{
	background: transparent url(../images/black_icon_search_back.png) right top no-repeat;
	width: 201px;
}

#resource-links #do-search #s {
			margin:0 0 0 0; padding: 12px 10px 5px 34px;
			width:165px; 
			height:auto;
			border:0;
			background:none;
			font-size: 12px; 
			color:#aea592;
		}


#resource-links input{
	background: transparent !important;
	color: white !important;
	border: none !important;
}



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.floatl{
	float: left;
	display: block;
}


.yzthumb{
	float: right;
	width: 150px;
	height: 100px;
	border-left: 1px solid silver;
	margin-left: 20px;
}
