/*This is a comment*/
	* {
		margin: 0%;
	}

	html, body
	{ 
		background-color:#123855;
		background-image:url('images/bqwp.png');
		background-repeat:repeat-y;
		background-attachment:fixed;
		background-position:center; 
		height: 100%;
	}
		
	#headerBox
	{
		width:685px;
		height:120px;
		margin:0px auto;
		margin-top: -10px;
		background-image:url('images/header.png');	
	}
		
	#nav
	{
		text-align: right;
		margin-top: 40px;
		word-spacing: 20px;
		padding-right: 30px;
		
	}
	
	
	#mainBox
	{
			width:680px;
			margin:0px auto;
			margin-top: 20px;
			background-color:#e9e9b6;
			background-image:url('images/mainbarbg.png');
	}
		
	p
	{
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#mainBoxBar
	{
		width:680px;
		height: 20px;
		margin:0px auto;
		margin-top: 5px;
		text-align:left;
		background-image:url('images/bumper1.png');	
		text-indent: 10px;
		
	}
	
	#mainBoxInside
	{
		padding-left: 0.5cm;
		padding-right: 0.5cm;
		font-size: 100%;
	}
		
	#wrapper 
	{
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -1em; /* the bottom margin is the negative value of the footer's height */
	}
	
	#footer, #push
	{
		height: 1em;
	}

	#siteCopyright
	{
		margin:0px auto;
		text-align:center;		
		font-size: 75%;
		width:685px;
		height:25px;
		background-image:url('images/footer.png');
		background-position:center; 
	}	