﻿body
{
	margin: 0px;
	background-image: url('/images/bg_body.gif');
	background-repeat: repeat-x;
	background-color:Black;
}

#wrapper
{
	position:relative;
	text-align:left;
	width:740px;
	margin-right:auto;
	margin-left:auto;
	background-color:#e1e1e1;
	}

#header 
{
	height:126px;
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
	}
#menu
{
	position: relative;
	background-image: url('/images/bg_menu.gif');
	background-repeat: no-repeat;
	height: 48px;
	width:688px;
	margin-right:auto;
	margin-left:auto;
}
#menuItem
{
	position: relative;
	height: 48px;
	width: 670px;
	margin-left: 25px;
	top: 15px;
}

#footer
{
	height:50px;
	background-color:#575757;
	position:relative;
	}
#main 
{	
	border: solid 0px red;
	display:table;
	border-collapse:collapse;	
	caption-side: top;
	width:688px;
	margin-right:auto;
	margin-left:auto;
	}
	
.panel-right
{
	display: table-cell;
	background-image: url('/images/bg_right.jpg');
	background-repeat: repeat-y;
	width: 228px;
	float:right;
}
	
#content
{	
	background-image: url('/images/bg_cont.gif');
	background-repeat: repeat-y;
	display: table-cell;
	width: 458px;
	vertical-align: top;
	float:left;
}
	
#table
{
	border: solid 0px red;
	display: table;
	border-collapse: collapse;
}
.row
{	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	border: solid 0px red;
	width: 415px;
	margin-left:20px;
	}
.subject
{
	border: solid 0px red;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color: #a11010;
	height:30px;
	margin-top:20px;
}
.col1 
{
	border: solid 0px red;
	display: table-cell;
	width: 210px;
	float:left;
	}
.col2
{
	border: solid 0px red;
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.col-gall1
{
	border: solid 0px red;
	display: table-cell;
	width: 100px;
	height: 100px;
	float: left;
}
	
.col-gall2
{
	border: solid 0px red;
	display: table-cell;
	width: 298px;
	height: 100px;	
	float: left;
}

.gall-b
{
	background-image: url('/images/div-befor.jpg');
	background-repeat: no-repeat;
	border: 0px solid #33CCFF;
	width: 180px;
	height: 125px;
	padding: 0px 0px 20px 0px;
	margin: auto;
}

.gall-a
{
	background-image: url('/images/div-after.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 125px;
	padding: 0px 0px 20px 0px;
	margin:auto;
}

.gall-pic
{	
	border: 0px solid #33CCFF;
	width: 170px;
	height: 88px;
	float: left;
	margin:5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.line
{
	background-color: #dddee0;
	height: 1px;
	width: 410px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pic
{
	border: thin solid #33CCFF;
	width: 150px;
	float: left;
	margin: 0px 10px 2px 0px;
}


.content-right 
{

}

.e
{
	font-family: 'Arial Black';
	font-size: 12px;
	font-style: italic;
}

b
{
	color: black;
	}
a
{
	color: #996600;
}
.desc
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	text-align: center;
}