a:link, a:visited, a:active {
	color: #333;
}
a:hover {
	color: #999;
}

body {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}
#bottom {
	background: url(assets/bottom.gif) no-repeat;
	height: 20px;
	clear: both;
}

#container {
	width:800px;
	background: url(assets/back.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#content {
	margin-right: 25px;
	margin-left: 25px;
	padding: 12px 12px 3px;
}
#footer {
	background: url(assets/separator.gif) no-repeat 0 top;
	padding-top: 14px;
	color: #666;
	font-size: 10px;
	padding-left: 6px;
	clear: both;
	margin-top: 22px;
}
.gray {
	background-color: #E9E9E9;
	text-align: right;
	padding: 10px;
	padding-top: 22px;
	color: #999;
	margin-top: 3px;
}
.gray span {
	color: #333;
	font-size: 16px;
	font-weight: 200;
}
h1 {
	font-size: 18px;
	color: #ccc;
	font-weight: 200;
}
h2 {
	font-size: 12px;
	color: #999;
	font-weight: 200;
}
h3 {
	font-size: 12px;
	color: #999;
	font-weight: 200;
}
#header {
	background: url(assets/separator.gif) no-repeat 0 bottom;
	height: 52px;
	margin-top: 6px;
	margin-bottom: 18px;
}
#nav{
	text-transform: uppercase;
	text-align: right;
	/*float: right;*/
	margin-top: 12px;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
#nav a:link, #nav a:visited, #nav a:active {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}
#nav a:hover {
	color: #999;
	text-decoration: underline;
}
.newslink {
	border-top: 1px dotted #ccc;
	padding: 4px;
	margin-right: 50px;
}
.newslink a{
	text-decoration: none;	
}
#top {
	background: url(assets/top.gif) no-repeat;
}
.tc1 {
	width: 240px;
	float: left;
	margin-right: 4px;
	/*border: 1px solid #999;*/
}
.tc1blog {
	width: 240px;
	float: left;
	margin-right: 4px;
	/*border: 1px solid #999;*/
}
.tc1blog li {
	border-top: 1px dotted #ccc;
	padding: 4px;
	margin-right: 80px;
	list-style-type: none;
}
.tc2 {
	width: 480px;
	float: left;
	/*border: 1px solid #999;*/
}
.tc22 {
	width: 462px;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
}
.tc22 p {
	margin-top: 2px;
}
.tc3 {
	width: 200px;
	float: left;
}
.picshow h1 {
	font-size: 22px;
	color: #999;
	font-weight: 200;

}
.picshow h3 {
	font-size: 16px;
	color: #333;
	font-weight: 300;
	margin-top: 6px;
	margin-bottom:6px;
}