/* InCompanyEnglish.com 2008 (c) | imdiealone@gmail.com | himynameismark.ru*/
*{
   margin:0;
   padding:0;
   border:0;
}

body 	
{
background: #9ebbcd url('img/clouds.jpg') no-repeat;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 0.75em;
line-height: 1.6em;
}

/* Links */
a:link {color: #4D4D4D;text-decoration: none;}
a:visited {color: #4D4D4D;text-decoration: none;}
a:hover {color: #5f738b;text-decoration: underline;}

.menu a:link {color: #4D4D4D;text-decoration: none;}
.menu a:visited {color: #4D4D4D;text-decoration: none;}
.menu a:hover {color: #5f738b;text-decoration: underline;}

/* Page Elements */
#header {
width:640px;
height:260px;
margin-top:0px;
background-image:url('img/header.jpg');
/* background-color:orange; */
}




#menu 
{
border:1px black solid;
width:639px;
height:20px;
text-align:center;
background-color:white;
}

#content
{
width:630px;
height:250px
text-align:center;
margin-bottom:0px;
padding:15px 5px 15px 5px;
background-image:url('img/downpart3.gif');
}

/* Rounded Corners */
.r1, .r2, .r3 {
    display: block;
    height: 1px;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

/* Fix for IE6+ */
.r1, .r2, .r3 {
    overflow: hidden;
    font-size:1px;
}

#rounded
{
width:640px;
margin-top:15px;
}

#rounded2
{
width:640px;
margin-bottom:10px;
}


#rounded .border, #rounded  b {
    background-color: #b5d5ef;
}

#rounded2 .border, #rounded2  b {
    background-color: #b5d5ef;
}