		body
		{
			margin: 0;
			padding: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000;
			background-color: #ddd;
			background:url(../images/common/fullBGimage.gif) repeat center;
		}
		
		#container
		{
			margin-left: auto;
			margin-right: auto;
			width: 800px;
			background-color: #FFF;

		}	
		
		h1 { margin:0px; padding:0px;}
		
		p {	padding:0 0 0 0; margin:0px;}
		
		a:link {
			text-decoration: underline;
		}
		a:visited { 
			text-decoration: underline;
		}
		a:hover { 
			text-decoration: none;
		}
		a:active { 
			text-decoration: underline;
		}


/* Header Content */
		
		#header
		{
			float:left;
			background-color: #FFFFFF;
		}
		
		#navigation
		{
			float:left;
			width:534px;
			margin-top:70px;
		}
		
		div.float {
  			float: left;
  		}
		
		#logo
		{
			float:left;
			width:266px;
		}
		
/* Footer Content */
		
		#footer
		{
			clear: both;
			height:23px;
			background: url(../images/common/footer_bg.jpg) no-repeat;
			border-top: 1px solid #FFF;
			padding:7px 20px 0 20px;
			font: 10px Verdana, Arial, Helvetica, sans-serif ;
			color: #B3C7D6;
		}
		
		#footer a
		{
			color: #B3C7D6;
			margin-bottom:20px;
		}
