/* @override http://hartonoda.nl/style.css */

/*
	Tested and 100% compatible with:
	Internet Explorer 5.01+ (Win)
	Firefox 0.9.3 (Win)
	Opera 7.5.3 (Win)
	Safari 1.2.3 (Mac)
	Netscape 7.1 (Mac)

	Very minor issue found with:
	Internet Explorer 5.2.3 (Mac)

*/
body {
	background: #FFFFFF;
	font: normal 11px/17px Lucida, Verdana, "Lucida Grande", sans-serif;
	color: #000000;
	text-align:left; /* For IE */
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;


}
#bgimg {
	position:absolute;
	z-index: -1;
}

/* Container Styles */
#container {
	position: relative;
	background:#FFFFFF ;
	width: 320px;
	height: 9000px;
	float:right;
	border: 0x; 
	color: #5d5d5d;
	margin: 0px 0px auto auto;
	padding: 20px 20px 20px 30px;	
	text-align: left; /* For IE, see above */
	}

/* Text Styles */
p {
	margin: 0 5px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	}

p.p1 {
	font-size: 14px;
	line-height: 16px;
	margin: 5px 5px 0 0px;
	color: #000000;
	}
	
p.p2 {
	font-size: 11px;
	line-height: 16px;
	margin: 5px 5px 0 0px;
	color: #666;
	}


h3 {
	color: #000000;
	font: bold 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	}

h4{
	color: #8c8f8e;
	font: lighter 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px 0 5px 5px;
	}

a:link, a:visited {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #71b4c3;
	border: 0x;
	margin: 10px auto auto 0px;	
}

a:hover, a:active {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;

	color: #FFFFFF;
	background: #71b4c3;
	margin: 10px auto auto 0px;	
	}




