/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, body, tr, td, div
{
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both; 
}

p
{
	/*text-align: justify;*/
}
p.centre
{
	text-align: center;
}
p.copyright
{
	text-align: center;
	font-size: 80%;
}
p.largecenter
{
	text-align: center;
	font-size: 140%;
}
p.large
{
	font-size: 140%;
}
p.bigLink
{
	font-size: 170%;
	text-align: center;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
}
#innerRightCol{
	border: collapse 0px #000;
padding: 10px;
}

#rightColumn
{
	float: right;
	/*width: 200px;*/
	width: 200px;
	background-color: #99CCFF;
	color: #990000;
}
#contentColumn
{
	width: auto;
	/*margin-left: 199px;*/
	margin-left: 224px;
}
#innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: both;
	background-color: #FFFF99;
	color: #990000;
	padding-top: 20px;
}
#innerFooter
{
	text-align: center;
	background-color: #fff;
	color: #990000;
	border: solid 1px #000;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 200px;
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}

#masthead, #footer
{
	z-index: 10;
}

#masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: collapse 0px #000;
}
#masthead
{
	border-bottom-width: 1px;
	background-color: #99CCFF;
	vertical-align: top;
	color: #990000;
}
#price
{
	border: dashed 2px #99CCFF;
	padding: 10px;
	width: 50%;
}
img
{
	vertical-align: top;
}

/*---- Visual Elements ----*/
body
{
	background-color: #FFFF99;
	color: #990000;
	padding: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#pageFrame
{
	background-color: #fff;
	color: #990000;
	min-width: 500px;
	zoom: 1;
	border: solid 1px #000;
overflow: hidden;
	width: 100%;
}
div.linkFrame
{
	background-color: #b0d0b0;
	color: #990000;
	border: collapse 0px #000;
	padding: 10px;
}
div.outerLinkFrame
{
	padding: 10px;
}

td.center, td.standout
{
	vertical-align: bottom;
	text-align: center;
}

td.standout
{
	background-color: #FF0000;
}

td.right
{
	vertical-align: middle;
	text-align: right;
}

a.standout{
	text-style: bold;
	font-size: 120%;
}


























table.blog
{
border-style:solid;
}








.headercell{ /* The background of all the headers. Default is grey background with black border on top and bottom */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #000000;
	border-style: solid;
	background-color: #eeeeee;
}
.posttitle{ /* Entry title */
        text-decoration: none;
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        font-weight: bold;
}


.posttext { /* Entry text */

}

.postreadmore{ /* Read more link */

}

.postcomments { /* Comments link */

}

.postattached{ /* Attachments link - not used now */

}


.postdate { /* Entry date */

}

.imgleft{
       float:left;
}

.imgright{
       float:right;
}