@charset "utf-8";
/* CSS Document */

										body
										{
											margin-top:0px;
											font-family:Verdana, Geneva, sans-serif;
											font-size:12px;
											color:#FFF;
											line-height:18px;
											background-color:#CCC;
										}

	#master_container
	{
		width:1100px;
		height:700px;
		position:absolute;
		left:50%;
		margin:0px 0px 0px -550px;
		border:0px solid #666;
		background-image:url(../images/main%20design.jpg);
	}
	
/* *************************************************** */ /* *************************************************** */

#margin_wrap
{
	margin:40px;
}

/* *************************************************** */ /* *************************************************** */




										
										#head_container
										{
										/*	background-image:url(../images/header.jpg);	*/
											width:1100px;
											height:130px;
										}
										
										#menu_container
										{
											width:1100px;
											height:40px;
										}
										
										#body_container
										{
											height:440px;
										/*	background-color:#FC6;	*/
										/*	background-image:url(../images/body.jpg); */
										/*	background-repeat:no-repeat; */
											width:1020px;
										}
										
										#footer_container
										{
											height:50px;
											text-align:center;
											/* background-image:url(../images/body.jpg); */
											/* background-repeat:no-repeat; */
											width:1020px;
										}
/* *************************************************** */ /* *************************************************** */



	#main
	{
		height:500px;
		
		width:1020px;
		float:left;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
	}

/* *************************************************** */ /* *************************************************** */
							#body_left_div
							{
								vertical-align:top;
								width:700px;
								border-right:1px solid #9CF;
								padding:0px;
								float:left;
								overflow:hidden;
							}
							
							#body_item_div
							{
								vertical-align:top;
								border-right:1px solid #9CF;
								width:700px;
								float:left;
								overflow:hidden;
							}
							

							#body_right_div
							{
								vertical-align:top;
								width:318px;
								float:left;
								overflow:hidden;
								border-left:0px solid #9CF;
							}

/* *************************************************** */ /* *************************************************** */

