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

		body
		{
			margin:0px;
			background-position:0px 10px;
			background-image:url(images/header.gif);
			background-repeat:repeat-x;
			background-color:#1c1f20;
			padding-top:10px;
			
			font-family:"Trebuchet MS";
		}
		div
		{
			border-style:none;
			border-width:1px;
			
			cursor:default;
		}
		a 
		{
			color: #666666;
			text-decoration: underline;
			
			cursor:pointer;
		}
		a:hover 
		{
			color: #000;
			text-decoration: underline;
		}
    	#holder_main
		{
		}
		#menu
		{
			list-style:none;
			padding:0px;
			margin:0px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		.menu_item
		{
			float:left;
			width:136px;
			height:43px;
			background-image:url(images/menu.gif);
			margin:0px;
			text-align:center;
			
			cursor:pointer;
		}
		.menu_item_selected
		{
			background-position:0 43px;
		}
		.menu_item:hover
		{
			background-position:0 43px;
		}
		.menu_item a
		{
			font-size:16px;
			line-height:40px;
			color:#1b1b1b;
			font-weight:normal;
			text-decoration:none;
		}
		#menu_futer
		{
			margin:0px;
			padding:0px;
			width:170px;
			padding-top:15px;
			list-style:none;
		}
		#menu_futer li
		{
			margin:0px;
			padding:0px;
			float:left;
			width:50%;
			
			font-size:14px;
			line-height:24px;
			color:#bfbfbf;
		}
		#menu_futer li a
		{
			text-decoration:none;
		}
		#menu_futer li a:hover
		{
			text-decoration:underline;
			color:#FFF;
		}
		.clearBoth
		{
			clear:both;
		}
		#footer
		{
			height:122px;
			background-image:url(images/footer.gif);
			background-position:center;
			background-repeat:no-repeat;
		}
		.widthPAGE
		{
			width:816px;
			/*width:825px;*/
		}
		.centerDIV
		{
			margin:0 auto;
		}
		.floatLEFT
		{
			float:left;
		}
		.floatRIGHT
		{
			float:right;
		}
		
		.left_column_comments
		{
			width:250px;
			float:left;
		}
		.right_column_html
		{
			width:566px;
			float:right;
		}
		.about_us
		{
			background-image:url(images/pageid2.gif);
		}
		.bg_HTML_normal
		{
			background-image:url(images/pageid.gif);
		}
		.about_us_image
		{
		}
		.holderimage_about_us
		{
			padding-left:40px;
			padding-top:26px;
		}
		.comment
		{
			margin-top:20px;
			text-align:center;
			padding-left:10px;
			padding-right:10px;
		}
		.comment_big_text
		{
			font-weight:bold;
			color:#410018;
			font-style:italic;
			font-size:12px;
		}
		.comment_read_more
		{
		}
		.comment_bottom_label
		{
			color:#4e4e4e;
			font-size:12px;
		}
		.readPink_Label
		{
			text-align:center;
			font-weight:bold;
			font-size:14px;
			color:#b0084a;
		}
		.readPink_Label_size12
		{
			text-align:center;
			font-weight:bold;
			font-size:12px;
			color:#b0084a;
		}
		.marginBottom_5x
		{
			margin-bottom:5px;
		}
		.marginBottom_15x
		{
			margin-bottom:15px;
		}
		#contentHTML
		{
			padding-top:30px;
		}
		.contectHTMLTextHolder
		{
			font-size:12px;
			font-weight:normal;
			text-align:justify;
			color:#3f3f3f;
			
			padding-left:20px;
			padding-right:20px;
		}
		.textoncenter
		{
			text-align:center;
		}
		.ul_menu_contact
		{
			list-style:square;
		}
		.ul_menu_contact li
		{
			width:100%;
		}