﻿body 
{
            background-color: #831517;
            margin: 30px 10px 10px 10px;
	        text-align:center;
	        font-family: Verdana;
	        font-size: medium;
}

a 
{
            color: #831517;
            text-decoration:none;
            
        }

#container
        {
            background-color: #ECDD9E;
            padding: 0px;            
            width: 800px;
		    display:inline-block;
	        text-align:center;
        }
                
#innerContainer
        {
            background-color: #ECDD9E;
            background-image:url('euro_wine.gif');
            background-repeat:no-repeat;
            background-position: top left;
            display:inline-block;
            height: 300px;
            width:100%;
        }   
	                
        
#innerContainer p
        {
            
            padding-left:150px;
            padding-top:0px;
            padding-right:15px;
            text-align:left;
            font-family:Verdana;
            font-size:small;
            font-weight:normal;
            display:inline-block;
            height: 300px;
            width: 100%;
        }
        
#rightContainer 
        {
            background-image:url('right_side_bottle.gif');
            background-repeat:no-repeat;
            background-position: top right;
            display:inline-block;
            height: 300px;
            width: 100%;
        }
           
#header
        {
            background-image:url('sarl_header.gif');
            background-repeat:no-repeat;
            height: 105px;
        }
        
#headerbottom
       
        {
            background-image:url('long.gif');
            height:16px;
        }
        
#lowertext
       
        {       
         text-align :left;
         font-family:Arial;
         font-size:small;
         font-weight:normal;
         color:#A89B63;
         width: 800px;
         background-color: #831517;
         padding:10px;
}

#lowertext a
       
        {       
         text-align:right;
         text-decoration: none;
		 color:#A89B63;
		 padding-left: 555px;
}


.heading
{       
         text-align:right;
         font-family:Arial;
         font-size:large;
         font-weight:normal;
         color:#000000;
         width: 800px;
         letter-spacing:4;
}

.redtext
{       
         text-align :left;
         font-family:Arial;
         font-size:medium;
         font-weight:normal;
         color:#831517;
         width: 800px;
         letter-spacing:4;
}

.text
{       
         text-align :left;
         font-family:Arial;
         font-size:24px;
         font-weight:normal;
         color:#000000;
         width: 800px;
         letter-spacing:4;
}

/*.background

        {
          background-image:url('grapes.gif');
          background-repeat:no-repeat;
          background-position: Opx 250px; 
        }*/
