body {
	background-image: url('../images/background.jpg'); 
	background-repeat:repeat; 
	font-family: Verdana; 
	color: black; 
	font-size: 12px; 
	text-align: justify;
}

#wrapper {
	margin: auto; 
	width: 920px; 
	height: auto; 
	background-image: url('../images/wrapper.jpg'); 
	background-color: transparent;
}

#left 
{
    float: left; 
    width: 200px; 
    margin-left: 10px; 
    margin-top: 10px;
    }
    
#left .header 
{
    background-image: url('../images/produse.png'); 
    background-repeat: no-repeat; 
    background-position: left top; 
    width: 200px;
    }

#left .header h3 {
    font-size: 20px; 
    text-align: center; 
    line-height: 30px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    color: white; 
    font-family: Trebuchet MS;
}

#left .middle 
{
    width: 200px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    background-image: url('../images/produse_middle.png');
    background-repeat: repeat-y;
    height: auto;
    text-align: center;
}

#left img 
{
    border: 0px solid #000000;
    margin-top: 5px;
    margin-bottom: 5px;
}

#left .footer 
{
    width: 200px; 
    height: 20px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    background-image: url('../images/produse_footer.jpg');
    background-repeat: no-repeat;
    }
    
#right 
{
    float: right; 
    width: 280px; 
    margin-right: 10px; 
    margin-top: 10px;
}

#right .header 
{
    background-image: url('../images/galerie.png'); 
    background-repeat: no-repeat; 
    background-position: right top;
    width: 280px;
    height: 30px;
}

#right .header h3 
{
    font-size: 20px; 
    text-align: center; 
    line-height: 30px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    color: white; 
    font-family: Trebuchet MS;
}

#right .middle 
{
    width: 270px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    background-image: url('../images/galerie_middle.png');
    background-repeat: repeat-y;
    height: auto;
	padding: 5px;
}

#right .stanga 
{
    float: left;
    width: 137px;
    height: 295px;
    padding-top: 5px;
	padding-left: 3px;
	padding-right: 5px;
    background-image: url("../images/spacer.jpg");
    background-position: right;
    background-repeat: repeat-y;
}

#right .stanga h5 
{
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#right .dreapta 
{
    float: left;
    width: 130px;
    height: 295px;
    padding-right: 1px;
	padding-top: 5px;
	padding-left: 3px;
}

#right .dreapta h5 
{
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#right .footer 
{
    width: 280px; 
    height: 20px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    background-image: url('../images/galerie_footer.jpg');
    background-repeat: no-repeat;
    }

#header {
	height: 140px;
}

#logo {
	float: left;
}

#logo img{
	border: 0px solid white; 
	padding: 20px 0px 20px 40px;
}

#header_description {
	float: right; 
	color: white; 
	font-size: 30px; 
	padding-right: 50px; 
	padding-top: 0px; 
	font-family: Trebuchet MS; 
	font-weight: bold;
}

#menu {
	height: 30px; 
	background-image: url('../images/meniu.jpg'); 
	background-repeat: repeat-x;
}

#menu .menu {
	padding-top: 0px;
}

#menu .menu li{
	display: inline; 
	padding-left: 10px; 
	padding-right: 10px; 
	border-right: 1px solid black; 
	text-align: center;
}

#menu .first_li {
	display: inline; 
	padding-left: 10px; 
	padding-right: 10px; 
	border-right: 1px solid black; 
	border-left: 1px solid black; 
	text-align: center;
}

#menu li a{
	color: white; 
	text-decoration: none; 
	font-family: Trebuchet MS; 
	font-size: 13pt;
}

#center 
{
    width: 400px;
    float: left;
    margin: 5px;
}

#center .img
{
    margin: 10px auto;
}

#center .img td
{
    text-align: center;
    /*background-color: Gray;*/
}

#center .img img 
{
    padding: 1px;
    border: 1px solid black;
}

#footer {
	background-image: url('../images/footer.jpg'); 
	background-repeat: no-repeat; 
	background-position: top; 
	height: 30px; 
	text-align: center; 
	font-size: 10px; 
	margin-top: 5px;
}

#footer p {
	padding-top: 18px
}