/* CSS Document */
#guest_main_container
{
	width:719px;
	background-color:#000000;
	height:392px;
}

#left_outer_box
{
	height:392px;
	width:28px;
	background-image:url(left_box_side.jpg);
	float:left;
}

#center_container
{
	height:392px;
	width:663px;
	float:left;
}

#right_outer_box
{
	width:28px;
	height:392px;
	float:left;
	background-image:url(right_side_box.jpg);
}

#center_top
{
/*	margin-top:-5px; requires hack*/
	width:663px;
	height:13px;
	background-image:url(box_top.jpg);
}

#center_bottom
{
/*	margin-top:-5px; requires hack*/
	width:663px;
	height:15px;
	background-image:url(box_bottom.jpg);
}
#center_top_middle_spacer
 {
 	height:35px;
	width:658px;
	margin-top:8px;
	margin-left:5px;
	vertical-align:middle;
 }
#center_middle
{
	width:663px;
	height:321px;
}

#left_inner_box

{
	height:323px;
	width:213px;
	float:left;
}

#image_holder
{
	border-color:#4F5050;
	border-width:5px;
	border:6px #4F5050 solid;
	background-color:#4F5050;
	width:175px;
	margin-left:auto;
	margin-right:auto;
}

.title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	text-align:left;
	
}

#left_innter_menu_holder
{
	height:177px;
	width:213px;
}

#left_innter_menu_holder_top
{
	height:20px;
	width:185px;
	background-image:url(menu_top.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#left_innter_menu_holder_middle
{
	height:142px;
	width:185px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	background-color:#262626;
}
#left_innter_menu_holder_bottom
{
	height:30px;
	width:185px;
	background-image:url(menu_bottom.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#left_inner_menu_holder_middle_left
{
	height:100%;
	width:9px;
	float:left;
	background-image:url(menu-left.jpg);
	background-color:#262626;
}
#left_inner_menu_holder_middle_right
{
	height:100%;
	width:9px;
	float:left;
	background-image:url(menu_rigth.jpg);
	background-color:#262626;
}
#left_inner_menu_holder_middle_center
{
	height:128px;
	width:167px;
	float:left;
	background-color:#262626;
	vertical-align:middle;
	margin: 0 auto; 
	padding:0;
	position:relative;
}

/*Right box*/

#right_holder
{
	background-image:(right_menu_body_bg.jpg);
	background-color:#141B23;
	width:450px;
	float:left;
}

#right_menu_top
{
	width:450px;
	background-image:url(right_menu_top.jpg);
	background-repeat:no-repeat;
	height:15px;
}

#right_menu_body
{
	height:300px;
	width:450px;
/*	background-color:#000000;*/
	background-image:url(right_menu_left.jpg);
	background-repeat:no-repeat;
}

#right_menu_body_left
{
	background-image:url(right_menu_left.jpg);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:304px;
}

#right_menu_body_center
{
	background-image:url(right_menu_body_bg.jpg);
	background-repeat:repeat-x;
	width:432px;
	height:290px;
	background-color:#000000;
	float:left;
	padding-top:15px;
}

#right_body_image_holder
{
	border-color:#4F5050;
	border-width:5px;
	border:6px #4F5050 solid;
	background-color:#4F5050;
	width:327px;
	margin-left:auto;
	margin-right:auto;
	height:184px;
	width:318px;
}

#right_menu_body_right
{
	background-image:url(right_menu_corner.jpg);
	background-repeat:no-repeat;
	float:left;
	width:9px;
	height:304px;
}

.guest_info_label
{
	color:#C3C1C1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}



