body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FCF2F9;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top right;
}

img{
	display: none;
	visibility: hidden;
}

a{
text-decoration: none;
font-weight: bold;
}

#header
{
	position: absolute;
	z-index:-1;
	top: 5;
	left: 5;
	background-image: url('../images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 32px;
	color: White;
}


/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:23px;
	min-height:23px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 30px;
	height: 30px;
	background-image: url('../images/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 15px, 15px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 15px, 15px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(15px, 15px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(15px, auto, auto, 15px);
}

.art-Post-tc, .art-Post-bc
{
	left: 15px;
	right: 15px;
	height: 30px;
	background-image: url('../images/Post-h.png');
}

.art-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 15px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(15px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 15px;
	bottom: 15px;
	width: 30px;
	background-image: url('../images/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 15px);
}

.art-Post-cl
{
	left:0;
	clip: rect(auto, 15px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: #F9E2F2;
}


.art-Post
{
	margin: 5px;
}

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #682C5F;
}

.art-PostContent
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: justify;
  color: #682C5F;
}
.art-PostMetadataHeader
{
	padding:1px;
	background-color: #F0BCE1;
	border-color: #E37DC4;
	border-style: solid;
	border-width: 1px;
}

