/*
 * Pilot:X Website
 *
 * Design by Jon Stone
 * Implementation by Pete Calvert
 *
 * Filename: style/generic.css
 * Function: General Page Layout
 *
 */

 /* Layout */
body 
{
	background-color: #000000;
	
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: trebuchet MS;
	text-align: justify;
}

#container
{
	margin: 0 auto;
	width: 700px;
}

#decor
{
	height: 400px;
	margin-top: 75px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/decor.png);
}

#posthead
{
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

#postbody
{
	line-height: 18pt;
}

/* Only Understood by IE - deliberate */
*html #decor
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/decor.png');
	background-image: none;
}

/* Elements */
img
{
	border: 0;
}