body {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	min-height: 650px; 
	margin: 0px auto;
	width: 1050px;
} 

a { color: #999999;}

a:hover { color: #990000; }

#header {
	border-bottom: 1px solid #93A8C2;
	float: left;
	margin: 10px 10px 10px 0px;
	width: 98%
}

#header div {
	float: left;
	margin-bottom: 5px;
}

#header .title { height: 25px; }

#header .title a { text-decoration: none; }

#header .title h1 {
	color: black;
	display: inline;
	font-size: 22px
	text-decoration: none;
}

#header .menu { height: 25px; }

#header .menu ul {
	font-size: 11px;
    list-style-type: none;
    white-space: nowrap;
}

#header .menu ul li {
	display: inline;
	margin: 0px 10px;
}

#header .menu a { text-decoration: none; }

#content { margin: 5px; }

#home #photo-display .image img { border: none; }

#home #photo-display .image { width: 400px; } 


.images { width: 99%; }
	
.images ul {
	list-style-type: none;
	width: 99%;
}

.images ul li {
	color: #999999;
	float: left;
	padding: 10px;
	margin-left: 15px;
	text-align: center;
	width: 200px;
}

.images ul li .image { height: 180px; }

.images ul li .image a { color: #fff; }

#bread-crumbs {
	margin-bottom: 15px;
	font-size: 11px;
}

#bread-crumbs .divider { font-size: 9px; }

#photo-display {
	text-align: center;
	width: 90%;
}

#photo-display { margin: auto; }

#photo-display .image {
	float: left;
	width: 525px;
}

#photo-display .info {
	float: left;
	font-size: 11px;
	margin-left: 5px;
	/*width: 220px;*/
}
#photo-display .info table {
	/*width: 360px;*/
}

#photo-display .info .label {
	font-weight: bold;
	text-align: left;
	width: 85px;
}

#photo-display .info .text { text-align: left; }

#photo-display .navigation div {
	float: left;
	margin: 10px 0px;
}
#photo-display .navigation .counter {
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
}

#bio .title {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}
#bio .item { margin-left: 34px; }

#bio .item div { margin-top: 2px; }

#bio .bottom{
	border-top: 1px solid #999999;
	margin:  50px auto;
	width: 450px;
}

#news {
	border: 1px solid #999999;
	float: right;
	height: 600px;
	margin: 5px 15px 0 0;
	overflow-y: auto;
	width: 300px;
}
#news .header { background-color: #999999; color: white; height: 15px; font-size: 14px; padding: 5px; }
#news .news-item {margin-top: 5px; padding: 5px 10px 10px 10px;}
#news .news-item .title {font-weight: bold; }
#news .news-item .content {margin-top: 3px;}

#article .pre-title {font-size: 13px; margin-bottom: 5px; text-decoration: underline; }
#article .title {font-size: 13px; font-weight: bold;}
#article .star {padding-left: 50%; width: 100%;}

.clear {clear: both;}


