/*---------------------PREFRAME---------------------*/
body
{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
  background: #666666 url(img/bg.gif);
}

/*---------------------HEADER---------------------*/
#header
{
  margin: 0px auto;
  width: 970px;
  height: 100px;
  border: 0px;
  background: transparent url(img/header.jpg) no-repeat;
}

#name /*title*/
{
  font-family: georgia, serif;
  font-size: 1em;
  font-weight: none;
  color: #FFCC00;
  padding-top: 26px;
  padding-left: 92px;
  text-align: left;
}

/*---------------------SUBHEADER---------------------*/
#topmenu 
{
  margin: 0px auto;
  width: 968px;
  height: 30px;
  border: 0;
  border-bottom: solid 1px white ;
  color: #A0A0A0;
  background: white;
  font-family: arial;
  padding-left: 18px;
  padding-top: 11px;
  text-align: left;
  font-family: tahoma;
  font-size: 0.7em;
  letter-spacing: 0px;
  font-weight: normal;
}

html>body #topmenu 
{
   width: 950px;
   height: 20px;
}

/*---------------------MENU---------------------*/
#menu 
{
  width: 200px;
  border-right: solid 1px white;
  float: left;
  background: white;
  text-align: left;
  padding-top: 15px;
  padding-left: 15px;
}

html>body #menu 
{
  width: 190px;
}

.menubox 
{
  float: left;
  width: 195px;
  background: transparent url(img/menubox.gif) repeat-y;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 8px;
  background-position: 3px;
}

html>body .menubox 
{
  width: 196px;
  background-position: 0px;
}

.menupad
{
  width: 5px;
  height: 15px;
  float: left;
}

#menu ul 

{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu li 
{
  background-repeat:  no-repeat;
  background-position: 0 6px;
  padding-left: 15px;
  font-family: tahoma;
  font-size: 0.7em;;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 1px 0;
}

html>body #menu li 

{
  background-position: 0 3px;
  margin: 5px 0;
}

/*---------------------CONTENT---------------------*/
#container 
{
  margin: 0px auto;
  border: solid 1px #999999;
  border-bottom: solid 1px #999999;
  width: 970px;
  height: auto;
  padding-bottom: 0px;
  background: white;
  background-position: 762px 0px;
}

html>body #container  
{
  width: 968px;
  background-position: 755px 0px;
}

html>body #container:after 
{
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#content
{
  width: 546px;
  float: left;
  background: transparent;
  padding: 0px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 5px;
}

html>body #content
{
  width: 495px;
  padding-left: 35px;
}

#content ul
{
  margin: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

html>body #content ul
{
  margin: 0px;
}


#content li
{
  text-align: left;
  font-family: times new roman, georgia;
  font-size: 0.9em;
  letter-spacing: 0px;
}

/*---------------------SAMPLE PAGE---------------------*/
#containernodash
{
  margin: 0px auto;
  border: solid 1px #999999;
  border-bottom: solid 1px #999999;
  width: 970px;
  height: auto;
  padding-bottom: 50px;
  background: white  url(img/nodash.gif) repeat-y;
  background-position: 762px 0px;
}

html>body #containernodash 
{
  width: 968px;
  background-position: 755px 0px;
}

html>body #containernodash:after 
{
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#contentlarge
{
  width: 546px;
  float: left;
  background: transparent;
  padding-left: 35px;
  padding-top: 15px;
}

html>body #contentlarge 
{
  width: 700px;
  padding-left: 35px;
}

#contentlarge ul
{
  margin: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

html>body #contentlarge ul
{
  margin: 0px;
}

#contentlarge li
{
  text-align: left;
  font-family: georgia;
  line-height: 170%;
  font-size: 0.8em;
  letter-spacing: 0px;
}

/*---------------------THIRD COLUMN---------------------*/
#thirdcolumn

{
  float: right;
  width: 206px;
  background: transparent;
  padding: 20px;
  padding-top: 0px;
  font-family: arial;
  font-size: 0.7em;
  text-align: left;
  color: black;
}

#thirdcolumn h1
{
  padding-top: 20px;
  text-align: left;
  font-family: cambria, verdana;
  font-size: 1.3em;
  color: black;
}

html>body #thirdcolumn
{
  width: 172px;
}

/*---------------------FOOTER---------------------*/
#footer
{
  margin: 0px auto;
  width: 970px;
  border: solid 1px #999999;
  border-top: 0px;
  background: #000000;
  font-family: arial;
  font-size: 0.6em;
  text-align: center;
  color: white;
  padding-top: 30px;
}

html>body #footer
{
  width: 968;
  height: 42px;
}

/*---------------------PICS---------------------*/
#picframecenter
{
  border: none;
  float: center;
  margin-right: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0em;
  width: 160px;
  font-family: arial;
  font-size: 0.7em;
  text-align: center;
  color: #777777;
  padding: 0px;
}

#picframe
{
  border: dashed 1px #CCCCCC;
  float: left;
  margin-right: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0em;
  width: 160px;
  font-family: verdana;
  font-size: 0.7em;
  text-align: center;
  color: #777777;
  padding: 0px;
}



html>body #picframe
{
  border: dashed 0px #CCCCCC;
  float: left;
  margin-right: 1.7em;
  margin-top: 1.5em;
  margin-bottom: 0.1em;
  font-family: verdana;
  font-size: 0.7em;
  text-align: center;
  color: #777777;
  padding: 0px;
}

#picframe1
{
  border: dashed 1px #CCCCCC;
  float: left;
  margin-right: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0em;
  width: 165px;
  font-family: verdana;
  font-size: 0.7em;
  text-align: center;
  color: #777777;
  padding: 0px;
}

html>body #picframe1
{
  border: dashed 0px #CCCCCC;
  float: left;
  margin-right: 1.7em;
  margin-top: -1em;
  margin-bottom: 0.1em;
  font-family: verdana;
  font-size: 0.7em;
  text-align: center;
  color: #777777;
  padding: 0px;

}

#picframe2

{
  float: left;
  margin-right: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0em;
  font-family: verdana;
  font-size: 0.7em;
  text-align: center;
  color: #777777;
  padding: 0px;
}

/*---------------------TEXT---------------------*/
.maintext
{
  text-align: justify;
  font-family: times new roman;
  line-height: ;
  font-size: 0.9em;
  letter-spacing: 0px;
}

.maintext b
{
  color: black;
  font-size: 0.9em;
  
}

.small /*breadcrumbs*/
{
  text-align: left;
  font-family: verdana, arial;
  font-size: 0.6em;
  color: #666666;
  font-weight: normal;
  text-transform: none;
}

.author /*authors on selected reviews page*/
{
  text-align: left;
  font-family: georgia;
  font-size: 1em;
  color: #666666;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: none;
}

.armenian /*foreign font sizes*/
{
  font-size: 1.0em;
}

h1 /*headings*/
{
  text-align: left;
  font-family: cambria, verdana;
  font-size: 0.9em;
  color: black;
  text-transform: none;
}

table, th, td
{
border: 1px solid black;
border-collapse:collapse;
vertical align: top;
}

.1
{
width: 7em;
}

.subheading
{
  text-align: left;
  font-family: cambria, verdana;
  font-size: 1em;
  color: black;
}

a /*links*/
{
  text-decoration: none;
  font-weight: bold;
  /*color: #000066;*/
  color: #990000;  /*990000*/
}

a:hover
{
  /*color: #666699;*/
  text-decoration: underline;
  color: #555555;
}

a.small /*breadcrumb links*/
{
  text-decoration: underline;
  font-family: georgia;
  color: #990000;
  font-size: 1em;
}

a.small:hover
{
  text-decoration: underline;
  font-family: georgia;
  color: #555555;
  font-size: 1em;
}

b.edition  /*bolded languages on editions page*/
{
  font-family: georgia;
  line-height: 170%;
  font-size: 0.9em;
  color: black;
}

/*p:first-letter {
/*font-size: 3em;
/*font-family: "Edwardian Script ITC", "Brush Script MT", cursive;
/*}
/*p:first-line { line-height: 100%; }*/ 



