html, body
{
    width: 100%;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #000;
    font-size: 9pt;
    line-height: 12pt;
    /*letter-spacing: -1px;*/
    background: #611d1d url(bodyback_china.gif) repeat-x scroll top left;
    margin: 0;
    padding: 0;
}

    .container
    {
        width: 750px;
        height: 100%;
        position: relative;
        margin: 0 auto;
    }
    
        .newsband
        {
            width: 144px;
            _height: 300px;
            min-height: 300px;
            position: absolute;
            z-index: 2;
            left: 10px;
            top: 0;
            background-color: #B70909;
            color: #fff;
            padding: 3px;
            padding-top: 142px;
            padding-bottom: 50px;
            border: solid 0px #000;
            border-width: 0 3px 3px 0;
        }
        
			.newsband h1, .newsband h2, .newsband h3
			{
				color: #fff;
				font-size: 8pt;
				border-bottom: solid 2px #FFFABF;
				padding-bottom: 2px;
				margin-bottom: 4pt;
			}
			
			.newsband ul
			{
				margin: 0;
				padding: 0;
				padding-bottom: 10pt;
				list-style: none;
			}
			
				.newsband ul li
				{
					margin-bottom: 8pt;
				}
			
			.newsband a:link, .newsband a:visited, .newsband a:active
			{				
				color: #fff;
				font-size: 8pt;
				line-height: 8pt;
				font-weight: normal;
			}
			
			.newsband a:hover
			{
				text-decoration: underline;
			}
			
		.contentouter
		{
			width: 750px;
			min-height: 700px;
			_height: 700px;
			top: 20px;
			background-color: #fff;
			position: absolute;
			border: solid 3px #d1b7c7;
			border-bottom: none;
		}
        
			.contentpage
			{
				width: 562px;
				min-height: 700px;
				_height: 700px;
				background-color: #fff;
				color: #000;
				margin: 0 0 20px 0;
				position: relative;
				z-index: 1;
				top: 0px;
				left: 148px;
				padding: 20px;
			}
	        
				.logo
				{
					margin: 10px 0 10px 0;
					height: 30px;
					color: #f00;
					background: transparent url(simmetric_logo.gif) no-repeat top right;
					text-align: right;
					position: relative;
				}
	            
					.logo a:link, .logo a:visited, .logo a:hover, .logo a:active
					{
						display: block;
						height: 30px;
						width: 200px;
						float: right;
					}
	            
					.logo span
					{
						display: none;
					}
	            
				.menunav
				{
					margin: 10px 0 40px 0;
					padding: 0;
					list-style: none;
					border-top: solid 1px #000;
					clear: both;
				}
	            
					.menunav li
					{
						float: left;
						margin: 5px 20px 0 0;
					}
					
						.menunav a:link, .menunav a:visited, .menunav a:active
						{
							color: #7B7B7B;
							text-decoration: none;
							font-weight: normal;
						}
						
				.contentbanner
				{
					clear: both;
					min-height: 600px;
					_height: 600px;
				}
	            
				.contentleft
				{
					width: 370px;
					float: left;
					margin-right: 20px;
					clear: left;
				}
				
				.contentright
				{
					width: 170px;
					float: left;
				}
				
				.footer
				{
					clear: both;
					margin: 20px 0 5px 0;
					text-align: right;
					border-top: solid 1px #AEAEAE;
					color: #A3A1A1;
				}
			
h3
{
	color: #CA4548;
	font-size: 8pt;
	margin:0;
}

p
{
	margin: 0 0 12pt 0;
}

a:link, a:visited, a:active
{
	color: #345793;
	font-weight: bold;
	text-decoration: none;
}

h2, h1, .title, h2 a:link, h2 a:visited, h2 a:active
{
	color: #A10004;
	margin: 0 0 2pt 0;
	font-size: 10pt;
	font-weight: bold;
}


/* gbform */

#gbform
{
	position: relative;
	font-weight: bold;
	font-size: 10pt;
	background-color: #413F3D;
	cursor: pointer;
	cursor: hand;
	padding: 5px 0 5px 0;
}

	#gbform fieldset
	{
		width: 160px;
		height: 150px;
		position: absolute;
		z-index: 3;
		top: 0;
		left: 125px;
        background-color: #252422;
        border: none;
        font-size: 8pt;
        font-weight: normal;
        display: none;
        padding: 20px;
        cursor: auto;
	}
	
	#gbform:hover fieldset, #gbform.iehover fieldset
	{
		display: block;
	}
	
	label
	{
		margin-bottom: 5px;
	}
	
	input
	{
		border: solid 1px #aaa;
		font-family: Verdana;
		font-size: 9pt;
		letter-spacing: -1px;
		width: 150px;
		margin-right: 6px;
	}
	
	.newsband p
	{
		padding: 4px;
	}

/* thinkjot specific */

#search label, input
{
	float: left;
	width: 100px;
}

.post
{
	padding: 8px;
	margin-bottom: 16px;
	border-bottom: solid 2px #ddd;
	background-color: #fff;
}

.date, .author, .tags, .categories
{
	font-weight: bold;
	color: #666;
	font-size: 8pt;
}

.content
{
	margin: 12pt 0 12pt 0;
	padding: 6pt 0 6pt 0;
	background-color: #fff;
}

	.comments
	{
		margin-top: 30px;
	}
	
		.commentList
		{
			list-style-position: inside;
			margin: 0 0 0 30px;
			padding: 0;
		}
	
		.comment
		{
			padding: 8px;
			background-color: #fafafa;
			margin-bottom: 16px;
		}
		
			.commentAuthor, .commentText, .commentDetailsUrl
			{
				background-color: #eee;
				margin: 0;
			}
			
			.commentAuthor
			{
				font-weight: bold;
			}
