body
{
	background:#000 url("/images/wt2.png") top left no-repeat;
	margin: 0px 0px 0px 0px;
        text-align: center;
	font-family: Bembo, Times, serif;
	font-size: large;
}

a
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

a:link
{
	color: #444444;
}

a:visited
{
	color: #444444;
}

a:active
{
	color: #444444;
}

a:hover
{
	color: #666666;
}

.content
{
	min-height: 500px;
	padding: 20px;
	margin-left: 100px;
	margin-right: 100px;

	color: #666666;
}

.info
{
	color: #bbb;
	font-size: x-large;
}

.posted
{
	color: #444444;
}

.comments
{
	color: #666666;
	min-height: 130px;
	padding: 20px 20px 20px 150px;
	text-align: right;
}

.comments-form
{
	padding: 20px;
	color: #666666;
	text-align: right;
}

.permalink
{
	margin: auto 100px auto 100px;
	padding: 4px;
	color: #444444;
	border-top: 1px solid #777;
}

.header
{
	text-align: right;
	height: 90px;
	width: 100%;
}

.footer
{
	margin-top: -40px;
	text-align: right;
	height: 100px;
	width: 100%;
}

.more
{
	color: #888;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #888;
	width: 70%;
	margin: auto 0 20px auto;
}


a#wt1 img
{
	height: 100px;
	width: 120px;
	background: url(/images/wt1.png) bottom right no-repeat;
	border: 0;
}

a#wt1:hover img
{
	height: 100px;
	width: 120px;
	background: url(/images/wt1-over.png) bottom right no-repeat;
	border: 0;
}

a#prev img
{
	height: 100px;
	width: 150px;
	background: url(/images/before.png) bottom right no-repeat;
	border: 0;
}

a#prev:hover img
{
	height: 100px;
	width: 150px;
	background: url(/images/before-over.png) bottom right no-repeat;
	border: 0;
}

a#next img
{
	height: 100px;
	width: 130px;
	background: url(/images/after.png) bottom right no-repeat;
	border: 0;
}

a#next:hover img
{
	height: 100px;
	width: 130px;
	background: url(/images/after-over.png) bottom right no-repeat;
	border: 0;
}

table.pix
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table.pix td
{
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #999;
}

