/* Style sheet for WebhostingXYZ.com */

		body{
			background-image: url('images/pg-bg.gif');
			background-repeat: repeat-x;
			background-color: #92bae3;

			margin: 0;
			padding: 0;
			padding-top: 20px;
			padding-bottom: 20px;

			font-family: arial, helvetica, sans-serif;
			font-size: medium;
		}

		.llinks{	
			font-size: 10pt;
			line-height: 28pt;
			color: #165698;
			text-decoration: none;
			top:10px;
					}

		.llinks:hover{
			text-decoration: underline;
		}

		#container{
			background-image: url('images/windenergy-bg.jpg');
			background-repeat: no-repeat; 
			background-color: #0e449c;
			border: solid 3px #ffffff;
			color: #FFFFFF;
		}

		#left_nav{
			font-size: small; 
			background-image: url('images/windenergy-nav.jpg');
			background-repeat: no-repeat;
			background-position: -5px 20px;
			padding-top: 26px;
			padding-left:5px;
		}

		h1{
			padding: 0;
			margin: 0;
			font-size: x-large;
			color: white;
		}

		p{
			padding: 0;
			margin: 0;
			margin-top: 20px;
			font-size: 11pt;
			line-height: 13pt;
			width: 330px;
		}

		.conlink{
			font-size: medium;
			line-height: 14px;
			color: #ffffff;
			text-decoration: none;
		}

		#left_column a:hover{
			text-decoration: underline;
		}

		.attn{
			color: #99CCff;
		}
