
/*Main CSS*/
/*Author:Jeremy J. Leshko 2010 -Leshkowebdesing.com*/
			body{
				background-color:#d9d9d9;
				background-image:url('images/bg/bg_body.png');
				background-repeat:repeat-x;
				text-align: center;
				font-family: Arial, Helvetica, sans-serif;
			}
			#page_box{
				width:985px;
				height:1500px;
				margin-left: auto;
				margin-right: auto;
				text-align: left;
				font-family: arial, sans-serif;
			}
			#header{
				width:985px;
				height:220px;
				background-image:url('images/bg/bg_header_alart.png');
			}
			#con_main{
				float:left;
				width:764px;
				height:1200px;
				background-color:#52514e;
				
			}
			#con_header{
				float:left;
				width:764px;
				height:30px;
				background-image:url('images/bg/bg_header_top_alart.png');
				
				background-color:#52514e;
			}
			#footer{
				float:left;
				width:764px;
				height:100px;
				background-image:url('images/bg/bg_footer.png');
			}
/* Controlls the left & right side bar hight and sets up the background images do not change Hight vaules*/
			#left_side{
				float:left;
				width:221px;
				height:1275px;
				background-image:url('images/bg/bg_left_side.png');
			}
			.left_top_box_bg{
				float:left;
				width:221px;
				height:20px;
				background-image:url('images/bg/bg_left_top.png');
			}
			.left_bottom_box_bg{
				float:left;
				width:221px;
				height:6px;
				background-image:url('images/bg/bg_left_bottom.png');
			}
			#right_side{
				float:left;
				width:221px;
				height:1200px;
				background-image:url('images/bg/bg_right_side.png');
			}
			.right_top_box_bg{
				float:left;
				width:221px;
				height:20px;
				background-image:url('images/bg/bg_right_top.png');
			}
			.right_bottom_box_bg{
				float:left;
				width:221px;
				height:6px;
				background-image:url('images/bg/bg_right_bottom.png');
				background-repeat:no-repeat;
			}
/*------------------------------------------------------------*/
/*NOTE:TO CHANGE BTNs SEE BTN.CSS FILE*/
			#main_links_box{
				float:left;
				width:221px;
				height:480px;
				background-image:url('images/bg/bg_left.png');
			}
			#main_links{
				float:left;
				width:221px;
				height:454px;
			}
/*------------------------------------------------------------*/
/*NOTE:TO CHANGE BTNs SEE BTN.CSS FILE*/
			#feature_links_box{
				margin-top:10px;
				float:left;
				width:221px;
				height:249px;
				background-image:url('images/bg/bg_left.png');
			}
			#feature_links{
				float:left;
				height:223px;
				width:221px;
			}
/*------------------------------------------------------------*/
			#sold_here_box{
				margin-top:10px;
				float:left;
				width:221px;
				height:330px;
				background-image:url('images/bg/bg_left.png');
			}
			#sold_here{
				float:left;
				width:221px;
				height:304px;
			}
			#sold{
				margin-left:4px;
				margin-bottom:5px;
				margin-top:5px;
				float:left;
				width:207px;
				height:30px;
				background-image:url('images/bg/bg_sold.png');
			}
			#bio{
				margin-left:4px;
				float:left;
				width:207px;
				height:65px;
				background-image:url('images/bg/bg_bio.png');
			}
			#mon{
				margin-left:22px;
				margin-bottom:5px;
				float:left;
				width:170px;
				height:108px;
				background-image:url('images/bg/bg_mon.png');
			}
			#flow{
				margin-left:4px;
				border:1px solid #000000;
				margin-top:5px;
				float:left;
				width:203px;
				height:74px;
				background-image:url('images/bg/flow.png');
			}
/*------------------------------------------------------------*/

			#photo_dis_box{
				margin-top:10px;
				float:left;
				width:221px;
				height:150px;
				background-image:url('images/bg/bg_left.png');
			}
			#photo_dis{
				float:left;
				width:221px;
				height:124px;
			}
			 
			#view_calendar{
				width:243px;
				height:100px;
				background-image:url('images/index/view_calendar.png');
				margin-left:4px;
				display:block;
				font-size:10px;
				text-decoration:none;
				float:left;
			}
/*------------------------------------------------------------*/
			#google_ad_box{
				float:left;
				width:221px;
				height:651px;
				background-image:url('images/bg/bg_right.png');
			}
			#google_ad{
				margin-left: auto;
				margin-right: auto;
				text-align: center;
				padding-top:8px;
				padding-left:5px;
				float:left;
				width:221px;
				height:622px;
			}
/*------------------------------------------------------------*/		
			#lwd_ad_box{
				margin-top:10px;
				float:left;
				width:221px;
				height:210px;
				background-image:url('images/bg/bg_right.png');
			}
			#lwd_ad{
				margin-left: auto;
				margin-right: auto;
				text-align: center;
				padding-top:20px;
				padding-left:13px;
				float:left;
				height:170px;
				width:211px;
			}
/*------------------------------------------------------------*/
			p{
				margin:0px;
				padding:0px;
			}