/*  
Theme Name: Artisteer
Theme URI: http://artisteer.org/
Description: Artisteer-generated WordPress theme.
Version: 1.6
Author: Artisteer
Author URI: http://artisteer.com/
*/

/* begin Page */
body
{
	margin: 0 auto;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #F9FBF9;
	color: #000000;
}

.Main
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.PageBackgroundGlare {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.PageBackgroundGlareImage {
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 131px;
	width: 871px;
	margin: 0 auto;
}

/* specially for Opera */
html:first-child .PageBackgroundGlare {
	border: 1px solid transparent;
}
/* specially for Opera */

* html .PageBackgroundGlareImage
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Page-BgGlare.png',sizingMethod='crop');
}
.PageBackgroundGradient {
	background-image: url('images/Page-BgGradient.png');
	background-repeat: repeat-x;
	height: 900px;
}

table, th, td {
	font-size: 1em; 
	padding: 0; 
	border-collapse: collapse; 
}

a img { 
	border: 0; 
}

a {
	color: #0000CC;
}

a:link {
	color: #0000CC;
}

a:visited {
	color: #551A8B;
}

a:hover {
	color: #000090;
}

ul {
	margin-left: 0; 
	padding-left: 20px;
}

ul li {
	list-style: none; 
	margin-left: -20px;
	padding: 0;
}
/* end Page */

/* begin Box, Sheet */
.Sheet 
{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 800px;
}

* html .Sheet 
{
	zoom: 1;
}

.Sheet-content 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: 10px;
	text-align: left;
}




.Sheet-tl 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background-image: url('images/Sheet-s.png');
}

* html .Sheet-tl 
{
	font-size: 1px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-s.png',sizingMethod='crop'); 
}


.Sheet-tr 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
}

* html .Sheet-tr 
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-35+'px');
}

.Sheet-tr div
{
	position: absolute;
	z-index:-1;
	top: 0px;
	left:-35px;
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
}

* html .Sheet-tr div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-s.png',sizingMethod='crop'); 
}

.Sheet-bl 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
}

* html .Sheet-bl 
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-35+'px');
}

.Sheet-bl div
{
	position: absolute;
	z-index:-1;
	top:-35px;
	left: 0;
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
}

* html .Sheet-bl div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-s.png',sizingMethod='crop'); 
}

.Sheet-br 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 35px;
}

* html .Sheet-br
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-35+'px');
	left: expression(this.parentNode.offsetWidth-35+'px');
}

.Sheet-br div 
{
	position: absolute;
	z-index:-1;
	top:-35px;
	left:-35px;
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
}

* html .Sheet-br div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-s.png',sizingMethod='crop'); 
}

.Sheet-tc 
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('images/Sheet-h.png');
}

* html .Sheet-tc
{
	font-size: 1px;
	width: expression(this.parentNode.offsetWidth-70+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-h.png',sizingMethod='scale'); 
}


.Sheet-bc 
{
	position: absolute;
	z-index:-1;
	bottom: 0;
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('images/Sheet-h.png');
}

* html .Sheet-bc
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-70+'px');
	width: expression(this.parentNode.offsetWidth-70+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-h.png',sizingMethod='scale'); 
}

.Sheet-cl 
{
	position: absolute;
	z-index:-1;
	top: 35px;
	left: 0;
	width: 70px;
	bottom: 35px;
	background-image: url('images/Sheet-v.png');
}

* html .Sheet-cl
{
	font-size: 1px;
	height: expression(this.parentNode.offsetHeight-70+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-v.png',sizingMethod='scale'); 
}

.Sheet-cr 
{
	position: absolute;
	z-index:-1;
	top: 35px;
	right: 0;
	width: 70px;
	bottom: 35px;
	background-image: url('images/Sheet-v.png');
}

* html .Sheet-cr
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-70+'px');
	height: expression(this.parentNode.offsetHeight-70+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Sheet-v.png',sizingMethod='scale'); 
}

.Sheet-cc 
{
	position: absolute;
	z-index:-1;
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 35px;
	background-color: #F5F5F5;
}

* html .Sheet-cc
{
	font-size: 1px;
	width: expression(this.parentNode.offsetWidth-70+'px');
	height: expression(this.parentNode.offsetHeight-70+'px');
}
.Sheet
{
	margin-top: 20px !important;
	margin-bottom: 3em;
	padding: 0 0 1em 0;
}

/* end Box, Sheet */

/* begin Header */
div.Header 
{
	margin: 0 auto;
	position: relative;
	width: 780px;
	height: 125px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

* html div.Header 
{
	font-size: 1px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Header.png',sizingMethod='crop'); 
}

div.Header  div
{
	width: 100%;
	height: 100%;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}
/* end Header */

/* begin Logo */
.logo
{
	position: relative;
	left: 25px;
	top: 43px;
}

.logo td
{
	text-align: center;
	vertical-align: middle;
}

.logo-name
{
	font-size: 20px;
	font-family: Times New Roman;
	font-style: normal;
	font-weight: bold;
}

.logo-name a
{
	text-decoration: none;
	color: #000000 !important;
}

.logo-text
{
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	color: #0D110E !important;
}
/* end Logo */

/* begin Menu */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul {
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}

.menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


* html .menu, * html .menu ul {
	height: 1%;
}

* html .menu li.menuhover {
	z-index: 10000;
}

* html .menu .menuhoverUL {
	visibility: visible;
}

* html .menu .menuhoverUL {
	top: 100%;
	left: 0;
}

* html .menu .menuhoverUL .menuhoverUL {
	top: 0;
	left: 100%;
}

* html .menu ul a {
	height: 1%;
}

* html .menu li li {
	float: left;
	width: 100%;
}

* html .menu .menuhoverUL .menuhoverUL {
	top: 5px;
	left: 100%;
}

* html .menu, * html .menu ul {
	height: 1%;
}

* html .menu li.menuhover {
	z-index: 10000;
}

* html .menu .menuhoverUL {
	visibility: visible;
}

* html .menu .menuhoverUL {
	top: 100%;
	left: 0;
}

* html .menu .menuhoverUL .menuhoverUL {
	top: 0;
	left: 100%;
}

* html .menu ul a {
	height: 1%;
}

* html .menu li li {
	float: left;
	width: 100%;
}


.nav
{
	position:relative;
	margin: 0  auto;
	width:780px;
	height:30px;
	z-index:100;
}

.menu 
{
	padding:6px 3px 0px 3px;
}

* html .nav
{
	zoom:1;
}

.nav .l, .nav .r, .nav .r div 
{
	top:0;
	position:absolute;
	z-index:-1;
	overflow:hidden;
	height:30px;
}

.nav .l 
{
	left:0;
	right:0px;
}

* html .nav .l
{
	width: expression(this.parentNode.offsetWidth-0+'px');
}

.nav .r 
{
	right:0;
	width:0px;
}

* html .nav .r
{
	left: expression(this.parentNode.offsetWidth-0+'px');
}

.nav .r div
{
	width:780px;
	right:0;
}

* html .nav .r div
{
	left: expression(this.parentNode.offsetWidth-780+'px');
}

.nav .l, .nav .r div 
{
	background-position:left top;
	background-repeat:no-repeat;
	background-image: url('images/nav.png');
}

* html .nav .l, * html .nav .r div 
{
	font-size: 1px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav.png',sizingMethod='crop');
}



/* end Menu */

/* begin MenuItem */
.menu ul li {
	clear: both;
}

.menu a , .menu a span {
	height: 24px;
	display: block;
}

* html .menu a , * html .menu a span {
	float: left;
}

.menu a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	
}
.menu a {
	background-image: url('images/item-left.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.menu a span {
	background-image: url('images/item-right.png');
	background-position: right top;
	background-repeat: no-repeat;
}
.menu a span span {
	font-family: 'Times New Roman';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 5px;
	margin: 0 8px;
	line-height: 24px;
	text-align: center;
	background-image: url('images/item-center.png');
	background-position: left top;
	background-repeat: repeat-x;
	
}

* html .menu a span span {
	display: inline;
}
.menu a:hover {
	background-position: left -24px;
}

.menu li:hover>a {
	background-position: left -24px;
}

* html .menu .menuhover .menuhoverA {
	background-position: left -24px;
}

.menu li:hover a span {
	background-position: right -24px;
}

.menu a:hover span {
	background-position: right -24px;
}

* html .menu .menuhover .menuhoverA span {
	background-position: right -24px;
}

.menu a:hover span span {
	color: #FFFFFF;
	background-position: left -24px;
}

.menu li:hover a span span {
	color: #FFFFFF;
	background-position: left -24px;
}

* html .menu .menuhover .menuhoverA span span {
	color: #FFFFFF;
	background-position: left -24px;
}

/* end MenuItem */

/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 15px;
}

.contentLayout .contentTable
{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.contentLayout .w20
{
	width: 20%;
}

.contentLayout .w30
{
	width: 30%;
}

.contentLayout .w50
{
	width: 50%;
}

.contentLayout td
{
	vertical-align: top;
	text-align: left;
}

	
/* end ContentLayout */

/* begin Button */

button.Button
{
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 100%;
	font-family: inherit;
	line-height: inherit;
	display: inline-block;
	overflow: visible;
	width: auto;
	cursor: default;
	white-space: normal;
}


.Button .btn 
{
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	z-index: 0;
	height: 33px;
	color: #FFFFFF;
}

.Button .t
{
	height: 33px;
	line-height: 33px;
	padding: 0 21px;
	text-align: left;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.Button .active
{
	color: #161D17;
}

.Button .hover 
{
	color: #1E3805;
}

.Button .active .r 
{
	top: -66px;
}

.Button .hover .r 
{
	top: -33px;
}

.Button .r 
{
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width: 4px;
	height: 99px;
}

* html .Button .r
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-4+'px');
}


.Button .r span
{
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right:0;
	width:403px;
	height: 99px;
}

* html .Button .r span
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-403+'px');
}

.Button .active .l 
{
	top: -66px;
}

.Button .hover .l 
{
	top: -33px;
}

.Button .l 
{
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	left:0;
	right: 4px;
	height: 99px;
}

* html .Button .l
{
	font-size: 1px;
	width: expression(this.parentNode.offsetWidth-4+'px');
}


.Button .l, .Button .r span  
{
	background-image: url('images/Button.png');
}

* html .Button .l, * html .Button .r span
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Button.png',sizingMethod='crop'); 
}/* end Button */

/* begin Box, Block */
.Block 
{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

* html .Block 
{
	zoom: 1;
}

.Block-content 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: 0px;
	text-align: left;
}




.Block
{
	margin: 10px;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	overflow:hidden;
	height:30px;
	z-index:0;
	line-height: 30px;
	padding: 0 12px;
	margin-bottom: 0px;
	text-align: left;
	color: #000000;
	font-family: 'Times New Roman';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;  
	text-decoration: none;
}

* html .BlockHeader
{
	zoom:1;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
	top:0;
	position:absolute;
	z-index:-1;
	overflow:hidden;
	height:30px;
}

.BlockHeader .l 
{
	left:0;
	right:6px;
}

* html .BlockHeader .l
{
	width: expression(this.parentNode.offsetWidth-6+'px');
}

.BlockHeader .r 
{
	right:0;
	width:6px;
}

* html .BlockHeader .r
{
	left: expression(this.parentNode.offsetWidth-6+'px');
}

.BlockHeader .r div
{
	width:780px;
	right:0;
}

* html .BlockHeader .r div
{
	left: expression(this.parentNode.offsetWidth-780+'px');
}

.BlockHeader .l, .BlockHeader .r div 
{
	background-position:left top;
	background-repeat:no-repeat;
	background-image: url('images/BlockHeader.png');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
	font-size: 1px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockHeader.png',sizingMethod='crop');
}
/* end BlockHeader */

/* begin Box, Box, BlockContent */
.BlockContent 
{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

* html .BlockContent 
{
	zoom: 1;
}

.BlockContent-content 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: 12px;
	text-align: left;
	color: #000000;
	font-family: 'Tahoma';
	font-size: 12px;
	font-weight: normal;
	font-style: normal;  
	text-decoration: none;
}

.BlockContent a
{
	color:#48880C; 
}
.BlockContent a:link
{
	color:#48880C; 
}

.BlockContent a:hover
{
	color:#64BC10;
}
.BlockContent a:hover:visited
{
	color:#64BC10;
}

.BlockContent a:visited
{
	color:#7C987E;
}

.BlockContent-tl 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-tl 
{
	font-size: 1px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}


.BlockContent-tr 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	top: 0;
	right: 0;
	width: 7px;
	height: 7px;
}

* html .BlockContent-tr 
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-7+'px');
}

.BlockContent-tr div
{
	position: absolute;
	z-index:-1;
	top: 0px;
	left:-7px;
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-tr div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}

.BlockContent-bl 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	bottom: 0;
	left: 0;
	width: 7px;
	height: 7px;
}

* html .BlockContent-bl 
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-7+'px');
}

.BlockContent-bl div
{
	position: absolute;
	z-index:-1;
	top:-7px;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-bl div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}

.BlockContent-br 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	bottom: 0;
	right: 0;
	width: 7px;
	height: 7px;
}

* html .BlockContent-br
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-7+'px');
	left: expression(this.parentNode.offsetWidth-7+'px');
}

.BlockContent-br div 
{
	position: absolute;
	z-index:-1;
	top:-7px;
	left:-7px;
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-br div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}

.BlockContent-tc 
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

* html .BlockContent-tc
{
	font-size: 1px;
	width: expression(this.parentNode.offsetWidth-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-h.png',sizingMethod='scale'); 
}


.BlockContent-bc 
{
	position: absolute;
	z-index:-1;
	bottom: 0;
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

* html .BlockContent-bc
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-14+'px');
	width: expression(this.parentNode.offsetWidth-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-h.png',sizingMethod='scale'); 
}

.BlockContent-cl 
{
	position: absolute;
	z-index:-1;
	top: 7px;
	left: 0;
	width: 14px;
	bottom: 7px;
	background-image: url('images/BlockContent-v.png');
}

* html .BlockContent-cl
{
	font-size: 1px;
	height: expression(this.parentNode.offsetHeight-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-v.png',sizingMethod='scale'); 
}

.BlockContent-cr 
{
	position: absolute;
	z-index:-1;
	top: 7px;
	right: 0;
	width: 14px;
	bottom: 7px;
	background-image: url('images/BlockContent-v.png');
}

* html .BlockContent-cr
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-14+'px');
	height: expression(this.parentNode.offsetHeight-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-v.png',sizingMethod='scale'); 
}

.BlockContent-cc 
{
	position: absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #DFE5DF;
}

* html .BlockContent-cc
{
	font-size: 1px;
	width: expression(this.parentNode.offsetWidth-14+'px');
	height: expression(this.parentNode.offsetHeight-14+'px');
}
.BlockContent 
{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

* html .BlockContent 
{
	zoom: 1;
}

.BlockContent-content 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: 12px;
	text-align: left;
	color: #000000;
	font-family: 'Tahoma';
	font-size: 12px;
	font-weight: normal;
	font-style: normal;  
	text-decoration: none;
}

.BlockContent a
{
	color:#48880C; 
}
.BlockContent a:link
{
	color:#48880C; 
}

.BlockContent a:hover
{
	color:#64BC10;
}
.BlockContent a:hover:visited
{
	color:#64BC10;
}

.BlockContent a:visited
{
	color:#7C987E;
}

.BlockContent-tl 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-tl 
{
	font-size: 1px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}


.BlockContent-tr 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	top: 0;
	right: 0;
	width: 7px;
	height: 7px;
}

* html .BlockContent-tr 
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-7+'px');
}

.BlockContent-tr div
{
	position: absolute;
	z-index:-1;
	top: 0px;
	left:-7px;
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-tr div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}

.BlockContent-bl 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	bottom: 0;
	left: 0;
	width: 7px;
	height: 7px;
}

* html .BlockContent-bl 
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-7+'px');
}

.BlockContent-bl div
{
	position: absolute;
	z-index:-1;
	top:-7px;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-bl div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}

.BlockContent-br 
{
	position: absolute;
	overflow: hidden;
	z-index:-1;
	bottom: 0;
	right: 0;
	width: 7px;
	height: 7px;
}

* html .BlockContent-br
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-7+'px');
	left: expression(this.parentNode.offsetWidth-7+'px');
}

.BlockContent-br div 
{
	position: absolute;
	z-index:-1;
	top:-7px;
	left:-7px;
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

* html .BlockContent-br div
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-s.png',sizingMethod='crop'); 
}

.BlockContent-tc 
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

* html .BlockContent-tc
{
	font-size: 1px;
	width: expression(this.parentNode.offsetWidth-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-h.png',sizingMethod='scale'); 
}


.BlockContent-bc 
{
	position: absolute;
	z-index:-1;
	bottom: 0;
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

* html .BlockContent-bc
{
	font-size: 1px;
	top: expression(this.parentNode.offsetHeight-14+'px');
	width: expression(this.parentNode.offsetWidth-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-h.png',sizingMethod='scale'); 
}

.BlockContent-cl 
{
	position: absolute;
	z-index:-1;
	top: 7px;
	left: 0;
	width: 14px;
	bottom: 7px;
	background-image: url('images/BlockContent-v.png');
}

* html .BlockContent-cl
{
	font-size: 1px;
	height: expression(this.parentNode.offsetHeight-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-v.png',sizingMethod='scale'); 
}

.BlockContent-cr 
{
	position: absolute;
	z-index:-1;
	top: 7px;
	right: 0;
	width: 14px;
	bottom: 7px;
	background-image: url('images/BlockContent-v.png');
}

* html .BlockContent-cr
{
	font-size: 1px;
	left: expression(this.parentNode.offsetWidth-14+'px');
	height: expression(this.parentNode.offsetHeight-14+'px');
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BlockContent-v.png',sizingMethod='scale'); 
}

.BlockContent-cc 
{
	position: absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #DFE5DF;
}

* html .BlockContent-cc
{
	font-size: 1px;
	width: expression(this.parentNode.offsetWidth-14+'px');
	height: expression(this.parentNode.offsetHeight-14+'px');
}
/* end Box, Box, BlockContent */



.footer {
	text-align: center;
}

.post h2 a 
{
	text-decoration: none;
}