/* Style sheet for WebhostingXYZ.com */

		body{
			background-image: url('images/pg-bg.gif');
			background-repeat: repeat-x;
			background-color: #a8cee4;

			margin: 0;
			padding: 0;
			padding-top: 20px;
			padding-bottom: 20px;

			font-family: arial, helvetica, sans-serif;
			font-size: medium;
		}

		.llinks{	<!-- Links for the left navigation -->
			font-size: medium;
			line-height: 14px;
			color: #165698;
			text-decoration: none;
		}

		.llinks:hover{
			text-decoration: underline;
		}

		#container{
			background-image: url('images/webhosting-bg.jpg');
			background-repeat: no-repeat; 
			background-color: #5A707B;
			border: solid 3px #ffffff;
			color: #FFFFFF;
		}

		#left_nav{
			font-size: small; 
			background-image: url('images/webhosting-nav.jpg');
			background-repeat: no-repeat;
			background-position: 0px 0px;
			padding-top: 12px;
		}

		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: white;
			text-decoration: none;
		}

		#left_column a:hover{
			text-decoration: underline;
		}

		.attn{
			color: #165698;
		}
