body{
	background-color: #212226;
	background-image: url('../img/body_bg.png');
	font-family: Helvetica, Arial, sans-serif;
	color: #CCC;
	text-shadow: #000 0px -1px 0px;
	font-size: 16px;
}

a:link,
a:visited{
	color:#66CCFF;
}

a:hover{
	color:#FF0033;
}

#body_block{
	width: auto;
	height: auto;
	overflow: auto;
	background-image: url('../img/light.png');
	background-position: top;
	background-repeat: no-repeat;
	min-height: 700px;
}

#header{
	width: 700px;
	height: auto;
	overflow: auto;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}

#name{
	width: 208px;
	height: 31px;
	background-image: url('../img/name.png');
	float: left;
}

#name span{
	display: none;
}

#menu{
	width: auto;
	float: right;
	font-size: 16px;
	margin-top: 10px;
}

#menu li{
	display: block;
	float: left;
	margin-left: 50px;
}

#menu a:link,
#menu a:visited{
	color: #919293;
	//-moz-outline: none;
}

#menu a:hover{
	color: #FFFFFF;
}

#menu span{
	color: #FFFFFF;
}

.menu_divider{
	background-image: url('../img/divider.png');
	background-repeat: repeat-x;
	width: auto;
	height: 2px;
	margin-top: 50px;
}

.divider{
	background-image: url('../img/divider.png');
	background-repeat: repeat-x;
	width: auto;
	height: 2px;
	margin-top: 0;
	margin-bottom: 20px;
}

.photo_large{
	padding: 26px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 690px;
	height: 434px;
	background-image: url('../img/photo_large.png');
}

.photo_medium{
	padding: 26px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 260px;
	height: 404px;
	background-image: url('../img/photo_medium.png');
	float: right;
	margin-left: 10px;
}

.photo_small{
	padding: 16px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 140px;
	height: 164px;
	background-image: url('../img/photo_small.png');
	background-repeat:no-repeat;
	float: left;
	margin-right:3px;
}


#photo_block{
	width: 740px;
	margin: auto;
}

#desc_block{
	width: 700px;
	height: auto;
	margin: auto;
	overflow: auto;
}

#default_block{
	width: 700px;
	height: auto;
	overflow: auto;
	margin: auto;
	text-align: justify;
}

#desc_text{
	width: 600px;
	height: auto;
	float: right;
	text-align: justify;
}

#desc_icon{
	float: left;
}

#foot_block{
	width: 700px;
	height: auto;
	overflow: auto;
	margin: auto;
}

#foot_top{
	color: #656567;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.post_info{
	font-size: 14px;
	color: #656567;
}

#foot_bottom{
	color: #434347;
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}

#foot_bottom a:link,
#foot_bottom a:visited{
	color: #434347;
	text-decoration: underline;
}

#foot_bottom a:hover{
	color: #FFF;
}

#contact{
	color: #434347;
	margin-bottom: 20px;
}

#contact li{
	width: 700px;
	height: 30px;
}

.contact_desc{
	float: left;
	display: block;
	width: 20px;
}

.contact_detail{
	float: left;
	margin-left: 100px;
	display: block;
	color: #CCCCCC;
}


.button{
	display: block;
	margin-bottom: 20px;
}

.sash{
	position: absolute;
	margin-left: -15px;
	margin-top: -15px;
	z-index:3000;
}

#name_highlight{
	position: absolute;
	margin-top: -120px;
	margin-left: -30px;
}

h1{
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 15px;
}

h2{
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 15px;
}

h3{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 15px;
}

p{
	line-height: 25px;
	margin-bottom: 30px;
}

.and{
	font-family: Baskerville, 'Goudy Old Style', 'Book Antiqua', 'Palatino Linotype', 'Times New Roman', serif;
	font-style:italic;

}
.popup{
	width:150px;
	height:35px;
	position:absolute;
	background-image: url('../img/popup.png');
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:-5px;
	margin-top:-50px;
	padding-top:7px;
	display:none;
}

#rss{
	position: absolute;
	margin-left: 220px;
}