body{
		background-color:#000000;
		}
		
	#main-container{
					width:770px;
					margin-left:auto;
					margin-right:auto;
					}
	#header{
				width:770px;
				height:124px;
				}
	#navigation{
				width:770px;
				height:31px;
				background-image:url(images/gradient_nav_bar.jpg);
				background-repeat:repeat-x;
				
				}
	#body-content{
					width:750px;
					height:464px;
					padding:10px;
					background-color:#453c2a;
					}
	#left-banner{
					width:318px;
					height:464px;
					background-image:url(images/left-banner-img.jpg);
					float:left;
					}
	#right-content{
					width:432px;
					height:464px;
					background-color:#FFFFFF;
					float:right;
					}
					
	#footer{
				width:770px;
				height:31px;
				background-image:url(images/gradient_nav_bar.jpg);
				background-repeat:repeat-x;
			    float:left;
			}
	#footer p{
				font-family:tahoma;
				font-size:11px;
				color:#ffffff;
				text-align:center;
				margin-top:10px;
				
				}

#navigation ul       {
						margin-top:0px;
						margin-left:30px;	
						  			   }	
											   
						  #navigation  li	  {
												display:inline;
											    
												
						  					   }
											   
											   
						  #navigation  a	  {
						                       
						                        font-family:tahoma;
												font-size:11px;
												color:#ffffff;
												text-decoration:none;
												margin-left:30px;
												margin-top:0px;
												
						  					   }
						 #navigation  a:hover {
						 							color:#000000;
						 					    }	
						.a_link{text-decoration:none;}
						.p_titles{
								font-family:tahoma;
								font-size:11px;
								color:#000000;
								font-weight:bold;
								margin:30px 0px 0px 20px;
								}
						.content_text{
									font-family:tahoma;
									font-size:11px;
									color:#666666;
									text-align:justify;
									margin:10px 10px 0px 20px;}
