* {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffcc;
  width: 900px;
  font-family: "Goudy Old Style", arial, verdana, sans-serif;
  font-size: 12pt;
  text-align: center;
  margin: 0px auto;
}

h1, h2, h3 {
  font-family: "Palatino Linotype", "Book Antiqua", verdana, sans-serif;
}

h2 {
  color: #990000;
  text-align: left;
  width: 700px;
  font-size: 13pt;
  font-weight: bold;
  clear: both;
}

h2.center {
  margin: 0px auto;
}

h3 {
  width: 700px;
  text-align: left;
}

p {
  text-align: center;
  line-height: 150%;
  margin: 5px 0 20px 0;
  width: 700px;
}

p.center {
  text-align: justify;
  line-height: 150%;
  margin: 5px auto 20px auto;
}

.social {
  color: #990000;
  margin: 2em 0 1em 0;
  text-align: center;
}

p.slide_show {
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
  margin: 5px auto 20px auto;
}

p.photos_center {
  margin: 5px auto 20px auto;
  width: 500px;
}

table {
  text-align: left;
  margin: 0 0 20px 0;
}

.center {
  width: 100%;
  text-align: center;
}

td {
  padding-right: 10px;
  vertical-align: top;
}

table.aastha_tv_schedule th, table.aastha_tv_schedule td {
  width: 250px;
  padding: 5px;
  border: 1px solid #000;
}

#header {
  position: relative;
  background: #ffcc66 url(../images/gradient.png) top repeat-x;
  color: #990000;
  height: 100px;
  text-align: center;
  line-height: 80px;
}

#header ul {
  line-height: 10px;
  list-style-type: none;
  padding-bottom: 10px;
}

#header li {
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
}

#header li a {
  color: #990000;
  text-decoration: none;
  padding: 0 10px 8px 0;
}

#header li a:hover, li a:active, li a.selected {
  background: url("../images/arrow.png") no-repeat bottom center;
}

#nav { 
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 10px 10px 10px 10px;
}

#nav li { 
  display: inline;
  letter-spacing: 2px; 
  color: #00aeef;
  padding: 0 10px 0 10px;
  border-right: #ccc solid 1px;
}

#nav li.last { 
  border-right: 0;
}

#nav li a {
  color: #990000;
  text-decoration: underline;
  font-weight: bold;
}

#nav li a:hover, li a:active {
  color: #000; 
}

#nav a.selected {
  color: #000; 
  text-decoration: none;
}

ul.list {
  width: 700px;
  list-style-type: none;
  margin: 10px 0 20px 0;
}

.list li { 
  letter-spacing: 1px; 
  text-align: left;
  padding: 0 0 10px 0;
}

span.list { 
  letter-spacing: 1px; 
}

.bullet_list {
  list-style-type: disc;
  width: 700px;
  margin: 0 0 10px 10px;
}

.bullet_list li {
  letter-spacing: 1px; 
  text-align: left;
  padding: 0 0 10px 0;
}

.float_right {
  float: right;
  margin: 0 0 10px 10px;
}

.float_left {
  float: left;
  margin: 0 10px 20px 0;
  clear: both;
}

.footer {
  width: 900px;
  text-align: center;
  font-size: 8pt;
  font-style: italic;
}

div.center {
  width: 80%;
  margin: 50px auto;
}

.section {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}

.section p {
  width: 80%;
  text-align: left;
  margin: 0;
  padding: 0;
}

.full_section {
  margin: 0 auto;
  margin-bottom: 50px;
}

.full_section h2 {
  text-align: center; 
}

.clear {
  clear: both;  
}
