body {
	background:url('/images/bg.png');
}

img { border:0; }
img, div, blockquote,input { behavior: url('/images/iepngfix.htc'); }
a { font-family:"Trebuchet MS", sans-serif; text-decoration:none; color:#00c605; }
a:hover { color:#333; }

.clear { clear:both; }
.post {
	margin:20px 20px 35px 30px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
}

.post h2 { margin-bottom:0; }
.post h2 a {
	font-size:21px;
	color:#333;
	text-decoration:none;
}

.inputSearch {
	width:135px;
	border:1px solid #333;
}

.commentsContent {
	margin:20px 20px 35px 20px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#333;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.navigation a {
	font-size:12px;
}

.alignright {
	float: right;
	margin-right:20px;
}

.alignleft {
	float: left;
	margin-left:35px;
}

#nsContainer {
	width:725px;
	text-align:left;
}

#nsHeader {
	background:#fff;
	width:500px;
	text-align:left;
	margin:50px 0 10px 0;
}

#nsHeader img {
	float:right;
	margin:8px 46px 12px 0;
}

#content {
	float:left;
	width:500px;
	text-align:left;
	background:#fff;
}

#sidebar {
	float:left;
	width:210px;
	margin-left:10px;
	background:#fff;
	text-align:left;
}

#sidebarContent {
	margin:33px 22px 30px 22px;
}

#sidebarContent a {
	font-size:12px;
	font-family:"Georgia",sans-serif;
	color:#333;
}

#sidebarContent p {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
}

#sidebarContent a:hover {
	 color:#00c605;
}	

#sidebar ul, #sidebar li, #sidebarContent ul {
	list-style:none;
}

#sidebarContent ul {
	padding-left:30px;
}

* html #sidebarContent ul {
	margin-left:15px;
}


