/**
* CSS
* 
* @version 1.0
* @author KimikoDate
* @author Irina Melnichenko
*/
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#000;
}

body {
  font-size: 12px;
  font-family: Georgia, Tomes New Roman, Arial serif;
  background-color: #999999;
  height: 100%;
/*border: solid 1px;*/ 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #1f208d;}
a:active { text-decoration: none; color: #1f208d;}
a:visited { text-decoration: none; color: purple; }
a:hover { text-decoration: underline;}

a img { border: none; }

#main {
  width: 1024px;
  margin: 0 auto;
  background-color: #ffffff;
  height: 100%;
  /*border: solid 1px;*/
}

#menu {
    width: 200px;
    text-align: right; 
//    position: fixed;
    height: 100%;
    font-size: 15px;
    float: left;
    background-color: #FFF;
//  border: solid 1px;    
    height: 800px;
}


#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 20px;
        padding-top : 10px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 205px;
    top: 0;
  /*border: solid 1px;*/

}

#content img {
	margin: 0 0 0 0;
}

.container {
    padding: 0px 15px 25px 5px;
}

#logo{
    padding-left:0;
    padding-top: 20px;
}

#content h1 { width: 400px; margin-bottom: 9px; 
        margin-top: 20px;
	margin-left: 5px;
	font-size: 250%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


#clear
{
  clear: both;
  overflow: hidden;
  border: none;
  background-color: #ffffff;
}

#contacts {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 90%;
 font-style: italic;
 padding-top: 269px;
}

#indexlink {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 70%;
 font-style: italic;
}

#caption {
   font-family: Georgia, Tomes New Roman, Arial Times, serif;
   font-size: 20px;
   color: #000;
   background-repeat: no-repeat;
   padding-top: 20px;
   
}

#caption h1 {
   font-size: 20px;
   width: auto;
   font-style:normal;
}

#subcaption {
   color: #000;
   font-family: Georgia, Tomes New Roman, Arial serif;
   font-size: 15px;
/*   background-color: #C00C1A;
   height: 23px;
   width: 800px;   
}

/*#divider {
   height: 1px;
   border-left-style: none;
   border-right-style: none;
   border-top-style: none;
   border-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #e31506;
	border-bottom-width: 4px;
	width: 100%;
}

#mainbgr {
	background-image: url(../../../dogsback.jpg);
	background-repeat:no-repeat;
	height: 641px;
	width: 971px;
	border-top: #000, solid; 
}
*/