body
{
	background-color: #e0e0e0;
	background-image: url(images/higr.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#nav
{
	width: 1024px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);

	position: fixed;
	top: 0px;
	margin-left: -512px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #666666; 
}

#main
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#header
{
	background-image: url(images/gbk8.jpg);
	height: 102px;
	padding-top: 1px;
	position: relative;
}

#wrapper
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	background-image: url(images/menu_back_red.gif);
	background-repeat: repeat-y;
}
#wrapper:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#wrapper {
display: inline-block;
}
/*\*/
#wrapper {
display: block;
}

#textbar
{
/*	border-bottom: 1px solid white;*/
	background-image: url(images/fader.gif);
	color: white;
	background-color: black;
/*	width: 1024px;*/
	height: 22px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#menutex
{


	position:absolute;
	left: 10px;
}

#contex
{
	

	position:absolute;
	left: 185px;
	margin-top: 2px;
}

#sidebar
{
	float: left;
	text-align: left;
	margin-left: 0;
	background-color: #f4f4f4;
	position: relative;
	padding: 10px 10px 20px 10px;;
	background-color: transparent;
/*	background-image: url(images/menu_back_red.gif);
	background-repeat: repeat-y;*/
	width: 160px;
	height:inherit;
}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 8px;
}

	#sidebar div.subtabs ul{
	list-style: none;
	width: 135px;
	margin: 0;
	padding: 0;
	}
	#sidebar div.subtabs ul ul{
	list-style: none;
	width: 130px;
	margin: 0;
	padding: 0 0 0 5px;
	}
	#sidebar div.subtabs ul ul ul{
	list-style: none;
	width: 125px;
	margin: 0;
	padding: 0 0 0 5px;
	}
	#sidebar div.subtabs ul a{
	width:100%;
	margin: 3px;
	text-align:left;
	font-size:0.8em;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	background:#eaeaea url(images/sidebar_bottom.gif) bottom left repeat-x;
	word-wrap:normal; color:#505050;
	display:block;
	padding:3px 3px 3px 5px;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
	}
	#sidebar div.subtabs ul a:hover {
	text-decoration:none;
	background:#eaeaea url(images/sidebar_bottom_mirror.gif) top left repeat-x;
	color: black;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #c70024;
	}

	#sidebar div.subtabs ul li {
		font-size: 15px;
	}

#content
{
	margin: 0 0 0 160px;
	min-height:310px;
	height:auto !important;
	height:310px;
	width: auto;
	display: block;
	position: relative;
	padding: 10px 12px 20px 25px;
	color: #333333;
}

#content h1
{
	font-size: 20px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	text-decoration: underline;
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	text-decoration: underline
}

#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-align: justify;
/*	text-indent: 1em;*/
	line-height: 1.3em;
}

#content img
{
margin-left: 10px;
}

.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a
{
	color: #666666;
}

.pullout
{
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	margin: 8px;
}



.flickr-thumbnail, .flickr-pullout {
	float: left;
		background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	_position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);

}

#footer
{
/*	width: 1024px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #666666;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #C70024;
	color: #b0b0b0;

}

.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}

