﻿/*-------- tags ------------*/
body{
 font-family: sans-serif;
 font-size: smaller;
  margin: 0px;
}

li{
 margin-bottom: 15px;
}

a{
 text-decoration: none;
}

a:hover{
 text-decoration: underline;
}

/*-------- classes ------------*/
 
.menu{
 border: 1px solid black;
 width: 730px;
 background-color: #3E79D2;
}

.cell{
 width: 143px;
 text-align: center;
}

.menulink{
 text-decoration: none; 
 color: white;
 
 font-family: sans-serif;
}

.separate{

}

.pic{
  border: 1px solid black;
  margin-bottom: 6px;
}

.spread{
 text-align: center;
 width: 182px;
}

.box{
 font-size: smaller;
 padding: 7px;
}

/*-------- ids ------------*/

#outer{
 width: 730px;
 text-align: left;
  margin: 0px;
}

#header{
 width: 690px;
 height: 130px;
 background-image: url('http://www.nostressebook.com/include/sky.jpg');
 color: white;
 text-align: left;
 padding-top: 20px;
 padding-left: 40px;
 font-family: serif;
 letter-spacing: 3px;
}

#heading{
 font-weight: normal; 
 font-size: 35px;
 margin-top: 15px;
 margin-bottom: 15px;
}

#subheading{
 font-weight: normal; 
 font-size: 20px;
  margin-top: 15px;
 margin-bottom: 15px;
}

#main{
 width: 730px;
}

#topside{
 font-size: smaller;
 width: 145px;
 height: 400px;
 padding: 10px;
 padding-top: 20px;
 vertical-align: top;
 background-image: url('http://www.nostressebook.com/include/sidefade.jpg');
 background-repeat: repeat-x;
 background-color: #C6D8F2;
}

#bottomside{
 font-size: smaller;
 width: 145px;
 height: 280px;
 vertical-align: bottom;
 background-image: url('http://www.nostressebook.com/include/bottomfade.jpg');
 background-repeat: repeat-x;
 background-position: bottom;
 background-color: #C6D8F2;
 padding-bottom: 80px;
 
}


#bod{
 width: 580px;
 padding-top: 20px;
 padding-left: 20px;
 vertical-align: top;
}

#footer{
 text-align: center;
 font-size: 9pt;
}

#rectangle{
 float: right;
}

#long{

}

#signup{
 width: 143px;
 height: 150px;
 margin-top: 6px;
 margin-bottom: 6px;
}