	/* reset.css */ /* 2 */
	html, body, div, span,
	applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	dd, dl, dt, li, ol, ul,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		/*font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		line-height: 1;
		font-family: inherit;*/
		text-align: left;
		vertical-align: top;
	}

	a img, :link img, :visited img {
		border: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	ol, ul {
		list-style: none;
	}
	q:before, q:after,
	blockquote:before, blockquote:after {
		content: "";
	}
	/* END reset.css */
	body {
	background: url(/img/back.jpg) repeat;
	color:##555555;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	ol, ul {
	list-style: none;
	}
	
	td.l_panel {
	width:345px;
	}
	
	td.r_panel {
	padding-top:22px;
	width:816px;
	}
	
	td.back_logo {
	background:transparent url(/img/left-logo-back.jpg) no-repeat scroll 0 0;
	height:126px;
	padding-left:35px;
	padding-top:38px;
	}
	
	td.cont_left {
	height:569px;
	background:transparent url(/img/left-back.jpg) no-repeat scroll left bottom;
	}
	
	td.left_info {
	background:#ebd6a7;
	}
	
	td.top_info {
	background:#ffffff;
	}
	
	td.top_r {
	background:#ffffff;
	text-align:right;
	}
	
	td.bot_r {
	background:#ffffff;
	text-align:right;
	}
	
	td.for_c_table {
	padding:22px;
	padding-top:0px;
	background:#ffffff;
	}
	
	td.td_menu {
	width:772px;
	height:50;
	padding-top:11px;
	padding-left:10px;
	background:url(/img/back_menu.gif) no-repeat top left;
	}
	
	td.td_menu_it {
	padding-top:5px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-left:15px;
	font-weight:bold;
	}
	
	td.td_menu_it a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:15px;
	color:#FFFFFF;
	font-weight:100;
	}
	
	td.td_menu_it a:hover {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:15px;
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:100;
	}
	
	td.content {
	background:#ecf0f9;
	color:#555555;
	padding:40px;
	padding-top:28px;
	padding-bottom:2px;
	}
	
	
	td.cont_left h1 {
	font-size:14px;
	padding-left: 34px;
	font-weight: bold;
	padding-top: 19px;
	}
	
	td.cont_left p/*, strong*/ {
		font-size:14px;
		padding-left: 52px;
		line-height: 23px;
	}
	
	td.cont_left a {
		font-size:14px;
		color: #6e8cc9;
	}
	
	td.cont_left a:hover {
		font-size:14px;
		text-decoration: none;
	}
	
	/* content */

td.content h1, .mceContentBody h1 {
	font-size: 1.6em;
	font-color: #fa4a51;
	font-weight: bold;
	line-height: 50px;
}

td.content p, .mceContentBody p {
	padding-top: 0.5em;
	line-height: 20px;
	font-size:14px;
}

td.content strong, .mceContentBody strong {
	font-weight: bold;
	color:#555555;
	font-size:14px;
}

td.content a, .mceContentBody a {
	color: #fa4a51;
	font-size:14px;
}

td.content a:hover, .mceContentBody a:hover {
	text-decoration: none;
	font-size:14px;
}

.mceContentBody {
	background: #ecf0f9;
	overflow: auto;
	font-size:14px;
}

td.content ul li, .mceContentBody ul li {
	list-style: disc;
	list-style-position: inside;
	line-height: 20px;
	font-size:14px;
}

td.content ol li, .mceContentBody ol li {
	list-style: decimal;
	list-style-position: inside;
	line-height: 20px;
	font-size:14px;
}

td.content b, .mceContentBody b, td.content strong, .mceContentBody strong {
	font-weight: bold;
	font-size:14px;
}

td.content tr td, .mceContentBody tr td {
	vertical-align: top;
}

td.content.ph-cont, div#content.ph-cont {
	padding-left: 20px;
	background: #fff;
}
	/*   gallery  */
div.photo {
	position: relative;
	width: 192px;
}

div.photo .g_left {
	background: url(/img/g/left.gif) repeat-y;
	padding-left: 8px;
}

div.photo .g_top {
	background: url(/img/g/top.gif) repeat-x;
	padding-top: 9px;
}

div.photo .g_right {
	background: url(/img/g/right.gif) repeat-y right;
	padding-right: 10px;

}

div.photo .g_bottom {
	background: url(/img/g/bottom.gif) repeat-x bottom;
	padding-bottom: 6px;
}

div.photo .g_tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/img/g/g_tl.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_tl.png');
	width: 16px;
	height: 16px;
}

div.photo .g_tr
{
	position: absolute;
	top: 0px;
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 16) + "px");
	background: url('/img/g/g_tr.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_tr.png');
	width: 16px;
	height: 16px;
}

div.photo .g_bl
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 16) + "px");
	left: 0px;
	background: url('/img/g/g_bl.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_bl.png');
	width: 16px;
	height: 16px;
}

div.photo .g_br
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 16) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 16) + "px");
	background: url('/img/g/g_br.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_br.png');
	width: 16px;
	height: 16px;
}

/*  END gallery  */

	/*   gallery center */
div.photo {
	position: relative;
	width: 192px;
}

div.photo .g_left1 {
	background: url(/img/g/left1.gif) repeat-y;
	padding-left: 8px;
}

div.photo .g_top1 {
	background: url(/img/g/top1.gif) repeat-x;
	padding-top: 9px;
}

div.photo .g_right1 {
	background: url(/img/g/right1.gif) repeat-y right;
	padding-right: 10px;

}

div.photo .g_bottom1 {
	background: url(/img/g/bottom1.gif) repeat-x bottom;
	padding-bottom: 6px;
}

div.photo .g_tl1
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/img/g/g_tl1.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_tl1.png');
	width: 16px;
	height: 16px;
}

div.photo .g_tr1
{
	position: absolute;
	top: 0px;
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 16) + "px");
	background: url('/img/g/g_tr1.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_tr1.png');
	width: 16px;
	height: 16px;
}

div.photo .g_bl1
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 16) + "px");
	left: 0px;
	background: url('/img/g/g_bl1.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_bl1.png');
	width: 16px;
	height: 16px;
}

div.photo .g_br1
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 16) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 16) + "px");
	background: url('/img/g/g_br1.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/g/g_br1.png');
	width: 16px;
	height: 16px;
}

/*  END gallery  */

table.comment {
	margin: 0 auto;
}

table.comment input {
	height: 20px;
	border: 1px solid #2a72ba;
	width: 284px;
}

table.comment td {
	color: #6e8cc9;
	font-size: 0.85em;
	padding: 3px;
	text-align: right;
}

table.comment textarea {
	border: 1px solid #2a72ba;
	width: 284px;
}

table.comment input.captcha {
	width: 100px;
	vertical-align: bottom;
}

table.comment input.button {
	border: none;
	background: none;
	color: #5e9cd9;
	font-size: 1.2em;
	text-decoration: underline;
}

table.comment td.captcha, table.comment img.captcha {
	vertical-align: bottom;
}

table.comment td.captcha span {
	vertical-align: bottom;
}

	td.footer-main {
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	}
	
	td.footer-main p, strong{
	color:#FFFFFF;
	line-height:17px;
	}

	td.footer-main a {
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	text-decoration:underline;
	}

	td.footer-main a:hover {
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	text-decoration:none;
	}

	td.footer-main strong {
	font-weight:bold;
	}

	td.footer-left a {
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	text-decoration:underline;
	}
	
	td.footer-left a:hover {
	font-size:12px;	
	line-height:17px;
	color:#FFFFFF;
	}
