body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/photostudio/img/top.jpg);
	background-repeat: repeat-x;
}

#root {
	width: 905px;
	margin: 0px auto 0px auto;
	background-image: url(/photostudio/img/mbck.gif);
	background-repeat: repeat-y;	
}
#rooth {
	width: 905px;
	margin: 0px auto 0px auto;
	background-image: url(/photostudio/img/mbckh.gif);
	background-repeat: repeat-y;	
}
#header {
	width: 715px;
	height: 177px;
}
#header span {
	display: block;
	float: left;
	width: 247px;
	height: 177px;
	background-image: url(/photostudio/img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header div {
	display: block;
	float: right;
	width: 468px;
	height: 177px;
	background-image: url(/photostudio/img/img.jpg);
	background-repeat: no-repeat;
}
#header div p {
	margin-bottom: 0px;
	margin-top: 147px;
	margin-left: 30px;
}
#search {
	height: 143px;
}
#search div {
	width: 130px;
	margin: 0px auto 0px auto;
	padding-top: 100px;
}
#main {
	width: 709px;
	text-align: center;
}
#maini {
	width: 690px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer {
	height: 96px;
	margin-top: 7px;
	background-image: url(/photostudio/img/foot.jpg);
	background-repeat: repeat-x;
}
#footer div {
	width: 905px;
	margin: 0px auto 0px auto;
	height: 96px;
	background-image: url(/photostudio/img/flogo.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#footer div div {
	width: auto;
	height: auto;
	background-image: none;
	padding-top: 15px;
	padding-left: 150px;
}
#roz {
	width: 709px;
	background-color: #212121;
	border-top: 7px solid #404040;
	border-bottom: 7px solid #404040;
}
#roz td {
	width: 33%;
}
#roz tr.r1 td {
	background-image: url(/photostudio/img/mh.jpg);
	background-repeat: repeat-x;
	color: #CBD20E;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}
#roz tr.r1 td a {
	color: #CBD20E;
	text-decoration: none;
}
#roz tr.r2 td {
	text-align: justify;
	vertical-align: top;
}

#rcol {
	float: right;
	width: 190px;
}
#mcol {
	float: left;
	width: 715px;
	text-align: left;
}

div.bh {
	width: 190px;
	height: 34px;
	background-image: url(/photostudio/img/bh.jpg);
	background-repeat: no-repeat;
}
div.bh div {
	color: #CBD20E;
	font-weight: bold;
	padding-top: 12px;
}
div.bt {
	width: 190px;
	background-image: url(/photostudio/img/bf.jpg);
	background-repeat: repeat-y;
}
div.btt {
	width: 170px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.be {
	width: 190px;
	height: 6px;
	font-size: 1px;
	background-image: url(/photostudio/img/be.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

div.lm {
	width: 190px;
}
div.lm div.btt {
	width: 190px;
	padding: 0px;
	background-image: url(/photostudio/img/smenu.gif);
	background-repeat: repeat-y;
}
div.bm {
	width: 190px;
	height: 26px;
	background-image: url(/photostudio/img/m.jpg);
	background-repeat: no-repeat;
}
div.bo {
	width: 190px;
	height: 26px;
	background-image: url(/photostudio/img/ma.jpg);
	background-repeat: no-repeat;
}
div.bm a, div.bo a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 5px;
}
div.bl, div.blx {
	display: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.blx {
	display: block;
}
div.bl a, div.blx a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 33px;
}
div.bl a.a, div.blx a.a {
	color: #CCCCCC;
}
div.bl a:hover, div.blx a:hover {
	color: #CCCCCC;
}
div.ps {
	float: right;
	width: 338px;
}
div.ls {
	float: left;
	width: 328px;
}



table.n {
	border: 0px;
	width: 100%;
}

table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
}
table.gal a {
	display: block;
	margin: 0px auto 0px auto;
	width: 136px;
	border: 1px solid #FFFFFF;
}
table.gal img {
	margin-top: 4px;
	margin-bottom: 4px;
}

table.vgal {
	border: 0px;
	width: 100%;
}
table.vgal td {
	vertical-align: top;
	background-color: #2F2F2F;
}
a.hrf {
	display: block;
	clear: both;
	margin-bottom: 4px;
}

.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol, #rcol {
	display: none;
 }
 #root, #rooth, #main, #cont, #mcol {
	float: none;
	width: 100%;
 }
}

