/* HTML */

	body{
		background-color: #d6deca;
		margin: 20px 0px 20px 0px;	
		font-size:12px;
		font-family: Tahoma, Helvetica, Arial;
		font-weight:normal;
		color: #657561;
		line-height: 1.4;}
	
	#pagewidth{
		width: 800px;  
		margin-left: auto;
		margin-right: auto;}

	#mwslogo{
		position: relative;
		width: 130px;
		height: 250px;
		float: left;} 

	#navigation{
		position: relative;
		width: 800px;
		height: 55px;} 

	#mainimg{
		position: relative;
		height: 250px;
		width: 670px;
		float: right;}

	#bbb{
		position: relative;
		padding: 0px 10px 10px 10px;
		width: 238px;
		float: right;}

	#titles{
		position: relative;
		background-color: #657561;
		width: 800px;
		height: 50px;
		clear: both;} 

	#products{
		position: relative;
		padding: 0px 10px 10px 10px;
		width: 246px;
		float: right;}

	#serv{
		position: relative;
		padding: 0px 10px 10px 10px;
		width: 248px;
		float: right;}

	#about{
		position: relative;
		padding: 0px 10px 10px 10px;
		width: 246px;
		float: right;}

	#footer{
		position: relative;
		height: 20px;
		width: 800px;
		clear: both;}

	#credits{
		position: relative;
		width: 525px;
		height: 50px;
		padding: 30px 0px 0px 275px;
		background-color: #d6deca;
		float: left;}

	#copyright{
		position: relative;
		width: 800px;
		height: 20px;
		padding-top: 10px;
		text-align: right;
		font-size: 10px;
		font-weight:normal; 
		color: #657561;
		background-color: #d6deca;
		float: right;}


/* Navigation */

		#home{
			position: absolute;
			height: 35px;
			width: 95px;
			top: 20px;
			right: 570px;}

		#contact{
			position: absolute;
			height: 35px;
			width: 95px;
			top: 20px;
			right: 475px;}

		#sheers{
			position: absolute;
			height: 35px;
			width: 95px;
			top: 20px;
			right: 380px;}

		#shades{
			position: absolute;
			height: 35px;
			width: 95px;
			top: 20px;
			right: 285px;}

		#blinds{
			position: absolute;
			height: 35px;
			width: 95px;
			top: 20px;
			right: 190px;}

		#shutters{
			position: absolute;
			height: 35px;
			width: 95px;
			top: 20px;
			right: 95px;}

		#solar{
			position: absolute;
			height: 35px;
			width: 95px;
			top: 20px;
			right: 0px;}

			
/* Hyperlinks */

		a.one:link{font-size: 12px; color: #657561; font-weight: bold; text-decoration: none;}
		a.one:visited{font-size: 12px; color: #657561; font-weight: bold; text-decoration: none;}
		a.one:active{font-size: 12px; color: #657561; font-weight: bold; text-decoration: none;}
		a.one:hover{font-size: 12px; color: #243852; font-weight: bold; text-decoration: underline;}


		
/* Text Headers */

		h1{
			font-size:14px;
			font-weight: bold; 
			color: #243852;
			margin: 0px;
			padding: 10px 0px 0px 0px;}

		h2{
			font-size:14px;
			font-weight: 500;
			font-style: italic; 
			color: #657561;
			margin: 0px;
			padding: 0px;}

		h3{
			font-size:16px;
			font-weight: bold;
			font-style: italic; 
			color: #243852;
			margin: 0px;
			padding: 0px;}

		h4{
			font-size:14px;
			font-weight: bold;
			font-style: italic; 
			color: #657561;
			margin: 0px;
			padding: 0px;}

