﻿* { padding: 0; margin: 0; }



#main { 
 margin: 0 auto;
 width: 750px;
 border: solid 1px black;
}

#header {
 color: White;
 width: 750px;
 height: 121px;
 float: left;
 padding: 0;
 margin: 0;
}

#wrapper
{
 /*background-image: url('/images/sidebar_bkg.jpg');*/
 background-attachment: scroll;
 background-repeat: repeat;
 width: 100%;
background-color: Green;
 }

#sidebar { 
 color: Black;
 width: 175px;
 float: left;

}

#content { 
 float: right;
 /*background: white url('/images/ISO_9002.gif') no-repeat scroll bottom right;*/
 background: white no-repeat scroll bottom right;
 padding: 0 0 95px 0;
 width: 575px;
 min-height: 300px;
}

#contentText
{
	padding: 10px;
	}
	
	
#content p
{
	margin: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	}
	
#contentHeader
{
	background-color: Green;
	padding: 8px;
	color: White;
	}
	
#contentHeader h1
{
	font-family: Tahoma, Verdana, Arial, Helvectica, Sans-Serif;
	font-size: 15px;
	}

#footer { 
 width: 750px;
 padding: 0;
 height: 71px;
 clear: both;
 color: #333;
 background-image: url('/images/footer.jpg');
 background-repeat: no-repeat;
}

#footerText
{
	padding: 8px;
	margin-left: 175px;
	text-align: center;
}

