*, h1, h2, h3, h4, h5, h6, p, li, td {
	font-family: Arial, Helvetica, sans-serif !important;
}

body {
	margin: 0;
	background: url(/images/post-bg-v2.jpg) repeat-y top right;
}

h1 {
	font-size: 130%;
	color: #3f7a3a;
	margin-bottom: 1em;
}

h2 {
	font-size: 120%;
	color: #330;
	margin-bottom: 0.25em;
}

p {
	font-size: 80%;
	color: #330;
}

p, li {
	font-size: 80%;

}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	margin-bottom: 0.5em;
	list-style-image:url(/images/curling-bullet.gif)
}

div#post {
	width: 210px;
	height: 246px;
	background: url(/images/post-topv2.png) top right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

div#header {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/images/bg01.jpg);
	height: 240px;
	z-index: -20;
}

div#header img {
	float: left;
	position: absolute;
	top: 25px;
	left: 25px;
}

div#bar {
	height: 2px;
	background: #ccc;
	border: 2px solid #eee;
	border-bottom-color: #666;
}

div.clear {
	clear: both;
}

div.project {
	clear: both;
}

div.project img{
	border: 1px solid #030;
	float: right;
	margin: 0 0 5px 8px;
	cursor: pointer;
}

div.project img:hover {
	border: 1px solid #900;
}

p.tight {
	margin-bottom: -1em;
}

div#nav1 {
	float: right;
	margin-right: 200px;
	background: url(/images/hinav.png) top left no-repeat;
	padding: 4px 25px 6px 8px;
}

div#nav2 {
/*	float: right; */
/*	margin-right: 160px; */
	background: url(/images/lonav.png) top left no-repeat;
	padding: 2px 60px 2px 8px;
/*	margin-top: 192px; */
	position: absolute;
	top: 217px;
	right: 160px;
	z-index: 10;
}

div#nav1 a, div#nav2 a {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 0 12px 0 4px;
}

div#nav1 a:hover, div#nav2 a:hover {
	text-decoration: underline;
}


.flashnews {
	position: absolute;
	top: 251px;
	right: 14px;
}

div#container {
	margin: 5px 220px 0 20px;
	clear: both;
	background: #fff;
}


a.small {
	padding: 0 2px 0 4px;
	font-size: 10px;
}

a.med {
	padding: 0 1px;
	font-size: 13px;
}

a.big {
	padding: 0 4px 0 2px;
	font-size: 15px;
	font-weight: bold;
}


div#panels2, div#panels {
	width: 450px;
	float: right;
	margin-left: 15px;
	margin-top: -15px;
}

div#panels2 {
	width: 381px;
}

div#panels2 table {
	background:  #330;
	width: 376px;
	height: 75px;
	margin-top: -14px;
}

div#panels2 table td {
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
	font-size: 90%;
	color: #fff;
	font-style: italic;
}

div#panels img, div#panels2 img {
	margin: 0 5px 5px 0;
}

div#panels2 img, div#projects img {
	border: 1px solid #030;
	cursor: pointer;
}

div#panels2 img:hover, div#projects img:hover {
	border: 1px solid #900;
}

div#recent {
	width: 172px;
	float: left;
	margin-right: 30px;
}

div#recent img {
	margin: 0 4px 4px 0;
	border: 1px solid #333;
}

img.right {
	float: right;
	margin-left: 30px;
}

img.left {
	float: left;
	margin-right: 30px;
}

img.no-border {
	border-width: 0 !important;
}

div#footer {
	background: #ddd;
	border: 1px solid #666;
	border-width: 1px 0;
	font-size: 70%;
	padding: 8px 20px;
	margin: 2em 0 0 0;
	clear: both;
}

div#footer a {
	color: #009;
	text-decoration: none;
}

div#footer a:hover {
	color: #009;
	text-decoration: underline;
}
.red {
	color: #900 !important;
}