/*
    ANGEL ANGELOV`s CSS
*/

html {
    padding: 0px;
    margin: 0px;
}
	
    
body {
    font-family: Arial, helvecia, sans-serif;
    text-align: center;
  
  background: #FFFF00;
}

img {
    border: 0px;
}

ul li {
    list-style-type: none;
   
 line-height: 2.2;
}

#site {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  
  height: 700px;
    background: url(pics/site4.jpg) no-repeat;
}

#menu {
    float: left;
    width: 200px;
   
 height: auto;
    text-align: center;
    font-size: 0.9em !important;
    font-style: italic !important;
   
 background: url(pics/femme1.jpg) no-repeat;
    padding: 5px;
    margin-top: 60px;
    margin-left: 0px;
}

#content 
{
    float: right;
    width: 450px;
    height: 635px;
    color: #0000FF;
    display: block;
    overflow: auto;
    
margin-top: 30px;
    margin-right: 10px;
}

#menu-right {
    float: right;
    width: 135px;
    height: 630px;
   
 color: #0000FF;
    text-align: center;
    margin: 25px;
    margin-top: 35px;
}

#left-down {
    float: left;
   
 width: 200px;
    height: 278px;
    margin-top: 65px;
    margin-left: 20px;
   
 background: url(pics/rivendell.jpg);
}

a.link:link {color: #0000FF; text-decoration: underline}
a.link:visited 
{color: #0000FF; text-decoration: underline}
a.link:hover {color: #0000FF; text-decoration: overline}



